@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 960px;
  color: #25252E;
  font-family: "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

@media screen and (max-width: 820px) {
  body {
    min-width: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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;
  /* Fix of Webkit flickering */
  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 {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Layout
 */
.ly_container {
  margin: auto;
  width: 100%;
  padding: 0 60px;
  max-width: 1360px;
}

.ly_container.ly_container__large {
  padding: 0 80px;
  max-width: 1360px;
}

@media screen and (max-width: 820px) {
  .ly_container.ly_container__large {
    padding: 0 20px;
    width: auto;
    max-width: 100%;
  }
}

.ly_container.ly_container__cover {
  padding: 0;
  max-width: 100%;
}

@media screen and (max-width: 820px) {
  .ly_container {
    padding: 0 20px;
    width: auto;
    max-width: 100%;
  }
}

.ly_articleWrap {
  margin-top: -70px;
  padding-bottom: 106px;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .ly_articleWrap {
    margin-top: -40px;
  }
}

.ly_articleWrap_inner {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .ly_articleWrap_inner {
    margin-top: 80px;
  }
}

.ly_articleWrap_inner>* {
  margin-top: 119px;
}

@media screen and (max-width: 820px) {
  .ly_articleWrap_inner>* {
    margin-top: 80px;
  }
}

.ly_articleWrap_inner>p {
  margin-top: 0;
}

.ly_articleWrap_inner>h2+* {
  margin-top: 0;
}

.ly_articleWrap_inner>h3+* {
  margin-top: 0;
}

.ly_articleWrap_inner>h4+* {
  margin-top: 0;
}

.ly_articleWrap_inner>h5+* {
  margin-top: 0;
}

.ly_articleWrap_inner>*+h2 {
  margin-top: 119px;
}

@media screen and (max-width: 820px) {
  .ly_articleWrap_inner>*+h2 {
    margin-top: 80px;
  }
}

.ly_withSideNav {
  margin-top: 48px;
}

@media screen and (max-width: 820px) {
  .ly_withSideNav {
    margin-top: 41px;
  }
}

.ly_withSideNav_body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 0 6.75%;
}

@media screen and (max-width: 820px) {
  .ly_withSideNav_body {
    display: block;
  }
}

.ly_withSideNav_main {
  width: 72.59%;
}

@media screen and (max-width: 820px) {
  .ly_withSideNav_main {
    width: 100%;
  }
}

.ly_withSideNav_side {
  width: 20.66%;
}

@media screen and (max-width: 820px) {
  .ly_withSideNav_side {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .ly_withSideNav_side__fixed {
    width: 0;
    height: 0;
    font-size: 0;
  }
}

/**
 * Header
 */
/* header
========================================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: transparent;
}

.header.header_narrow,
.header.lower_header {
  background-color: #fff;
}

@media screen and (min-width: 821px) {
  .header {
    min-width: 960px;
    height: 100px;
    -webkit-animation: hd_wide 0.5s, hd_bgWtoT 0.5s;
    animation: hd_wide 0.5s, hd_bgWtoT 0.5s;
  }
}

@media screen and (max-width: 820px) {
  .header:not(.lower_header) {
    -webkit-animation: hd_bgWtoT 0.3s;
    animation: hd_bgWtoT 0.3s;
  }
}

@media screen and (min-width: 821px) {
  .header.header_narrow {
    overflow-x: auto;
    width: 100%;
    height: 70px;
  }

  .header.header_narrow .header_inner_item>li:first-child h1,
  .header.header_narrow .header_inner_item>li:first-child p {
    width: 146px;
  }

  .header.header_narrow .header_inner_itemLink>li>a,
  .header.header_narrow .header_inner_itemLink>li .header_dropBtn {
    position: relative;
    transition: 0.2s ease;
    font-size: 1.4rem;
  }

  .header.header_narrow .header_inner_itemLink>li:not(:last-child):hover>a span:last-child,
  .header.header_narrow .header_inner_itemLink>li:not(:last-child):hover .header_dropBtn span:nth-child(2) {
    bottom: 8px;
  }

  .header.header_narrow .header_dropArea {
    top: 70px;
    position: fixed;
    left: 0;
  }
}

@media screen and (min-width: 821px) {
  .header.header_narrow:not(.lower_header) {
    -webkit-animation: hd_narrow 0.5s, hd_bgTtoW 0.5s;
    animation: hd_narrow 0.5s, hd_bgTtoW 0.5s;
  }
}

@media screen and (max-width: 820px) {
  .header.header_narrow:not(.lower_header) {
    -webkit-animation: hd_bgTtoW 0.3s;
    animation: hd_bgTtoW 0.3s;
  }
}

@media screen and (min-width: 821px) {
  .header.header_bgWhite {
    background-color: #fff;
  }
}

@media screen and (max-width: 820px) {
  .header.header_bgWhite {
    background-color: #fff;
    -webkit-animation: none;
    animation: none;
  }
}

.header_wrapper,
.header_inner {
  height: 100%;
}

@media screen and (min-width: 821px) {
  .header_wrapper {
    width: 100%;
    min-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

.header_inner_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header_inner_item>li:first-child h1 a,
.header_inner_item>li:first-child p a {
  display: flex;
  gap: 0 6px;
  line-height: 0;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 821px) {
  .header_inner_item {
    height: 100%;
  }
}

@media screen and (max-width: 820px) {
  .header_inner_item {
    height: 54px;
  }
}

@media screen and (max-width: 820px) {
  .header_inner_item>li:first-child {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .header_inner_item>li:first-child .sp_header_menu {
    width: 54px;
    height: 54px;
    padding: 20px 16px;
    box-sizing: border-box;
    background-color: #222;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header_inner_item>li:first-child .sp_header_menu>span {
    display: block;
    width: 22px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    transition: 0.2s ease;
  }

  .header_inner_item>li:first-child .sp_header_menu>span:last-child {
    margin-top: 10px;
  }

  .header_inner_item>li:first-child .sp_header_menu.active span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .header_inner_item>li:first-child .sp_header_menu.active span:last-child {
    transform: rotate(135deg) translate(-3px, 3px);
  }
}

@media screen and (min-width: 821px) {

  .header_inner_item>li:first-child h1,
  .header_inner_item>li:first-child p {
    width: 182px;
    padding-left: 30px;
    transition: width 0.2s ease;
  }
}

@media screen and (max-width: 820px) {

  .header_inner_item>li:first-child h1,
  .header_inner_item>li:first-child p {
    width: 118px;
    padding-left: 20px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 821px) {
  .header_inner_item>li.hp_pcOnly {
    height: 100%;
  }
}

@media screen and (max-width: 820px) {
  .header_inner_item.menu_open {
    height: 100vh;
  }

  .header_inner_item.menu_open>li:first-child {
    background-color: #fff;
  }
}

@media screen and (min-width: 821px) {
  .header_inner_itemLink {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .header_inner_itemLink>li {
    margin-left: 38px;
    height: 100%;
  }

  .header_inner_itemLink>li>a {
    height: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
  }

  .header_inner_itemLink>li>a._link-blank {
    padding-right: 1.2em;
  }

  .header_inner_itemLink>li>a._link-blank::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/common/icon_blank_black.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
  }

  .header_inner_itemLink>li .header_dropBtn {
    height: 100%;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .header_inner_itemLink>li .header_dropBtn>a {
    color: #222;
  }

  .header_inner_itemLink>li:nth-child(7) {
    /* min-width: 15%; */
    background-color: #2e2e3f;
    transition: all 0.2s ease;
  }

  .header_inner_itemLink>li:nth-child(7):hover {
    background-color: #333;
  }

  .header_inner_itemLink>li:nth-child(7) a {
    height: 100%;
    padding: 0 30px;
    color: #fff;
  }

  .header_inner_itemLink>li:nth-child(7):hover a {
    color: #fff !important;
  }

  .header_inner_itemLink>li:last-child {
    min-width: 15%;
    margin-left: 0;
    background-color: #060627;
    transition: all 0.2s ease;
  }

  .header_inner_itemLink>li:last-child:hover {
    background-color: #222;
  }

  .header_inner_itemLink>li:last-child a {
    height: 100%;
    padding: 0 30px;
    color: #fff;
  }

  .header_inner_itemLink>li:not(:last-child) {
    transition: 0.2s ease;
  }

  .header_inner_itemLink>li:not(:last-child)>a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.2;
    transition: 0.2s ease;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
  }

  .header_inner_itemLink>li:not(:last-child) .header_dropBtn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1.2;
    transition: 0.2s ease;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .header_inner_itemLink>li:not(:last-child) .header_dropBtn span:nth-child(2) {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #0e15af;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
    font-size: 1rem;
    text-align: center;
    transition: 0.2s ease;
    opacity: 0;
  }

  .header_inner_itemLink>li:not(:last-child)>a span:nth-child(2) {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #0e15af;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
    font-size: 1rem;
    text-align: center;
    transition: 0.2s ease;
    opacity: 0;
  }

  .header_inner_itemLink>li:not(:last-child):hover>a {
    color: #0e15af;
    border-color: #0e15af;
  }

  .header_inner_itemLink>li:not(:last-child):hover .header_dropBtn>a {
    color: #0e15af;
    border-color: #0e15af;
  }

  .header_inner_itemLink>li:not(:last-child):hover .header_dropBtn>a span:nth-child(2) {
    opacity: 1;
  }

  .header_inner_itemLink>li:not(:last-child):hover>a span:nth-child(2) {
    opacity: 1;
  }

  .header_inner_itemLink>li:not(:last-child):hover.header_dropdown::after,
  .header_inner_itemLink>li:not(:last-child):hover.active::after {
    background-size: 100%;
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 820px) {
  .header_drop {
    width: 100%;
    height: 100vh;
    margin-top: 54px;
    box-sizing: border-box;
    transition: 0.2s ease;
    opacity: 0;
    display: none;
  }

  .header_drop_inner {
    height: 100%;
    overflow-y: scroll;
    padding: 0 30px 110px;
    box-sizing: border-box;
    background-color: #eaf1f3;
  }

  .header_drop_mLink {
    width: 100%;
    padding-top: 13px;
  }

  .header_drop_mLink>li {
    line-height: 1.2;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .header_drop_mLink>li::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 9px;
    right: 0;
    top: 30px;
    background: url(../images/common/icon_right_arrow_blue.png) no-repeat center;
    background-size: 100%;
  }

  .header_drop_mLink>li.header_drop_mLink_accord::after {
    content: "";
    width: 17px;
    height: 1px;
    background: none;
    background-color: #18429c;
    position: absolute;
    right: 0;
    top: 31px;
  }

  .header_drop_mLink>li.header_drop_mLink_accord::before {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #18429c;
    position: absolute;
    right: 8px;
    top: 23px;
  }

  .header_drop_mLink>li.header_drop_mLink_accord.active::before {
    display: none;
  }

  .header_drop_mLink_item a {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 820px) and (max-width: 821px) {
  .header_drop_mLink_item a._link-blank {
    display: inline-block;
    padding-right: 24px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  .header_drop_mLink_item a._link-blank::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/common/icon_blank_black.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 8px;
  }

  .header_drop_mLink>li._link-blank::after {
    content: none;
  }
}

@media screen and (max-width: 820px) {
  .header_drop_mLink_en {
    display: inline-block;
    font-size: min(5.3333333333vw, 2.5rem);
    font-family: "Urbanist", sans-serif;
    color: #222;
    line-height: 1.2;
    font-weight: 400;
  }

  .header_drop_mLink_jp {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.2;
  }

  .header_drop_mLink_sub {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .header_drop_mLink_sub li {
    line-height: 1.2;
    margin-top: 25px;
  }

  .header_drop_mLink_sub li a {
    font-size: min(4.2666666667vw, 2.1rem);
    color: #222;
    line-height: 1.2;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
  }

  .header_drop_btnLink {
    margin-top: 30px;
  }

  .header_drop_btnLink ._btn_contact {
    max-width: 315px;
    height: 64px;
    margin: 0 auto;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
  }

  .header_drop_btnLink ._btn_contact a {
    padding-left: 36px;
    color: #fff;
    font-size: min(6.4vw, 2.9rem);
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    position: relative;
  }

  .header_drop_btnLink ._btn_contact a::before {
    content: "";
    width: 26px;
    height: 18px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    background: url(../images/common/icon_mail_white.png) no-repeat center;
    background-size: 100%;
  }

  .header_drop_btnLink ._btn_tel {
    max-width: 315px;
    height: 64px;
    margin: 20px auto 0;
    text-align: center;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_drop_btnLink ._btn_tel a {
    margin: 0 auto;
    padding-left: 30px;
    color: #fff;
    font-size: min(6.4vw, 2.9rem);
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    line-height: 1;
    position: relative;
  }

  .header_drop_btnLink ._btn_tel a::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_tel_white.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
  }

  .header_drop_time p {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
  }

  .header_drop_time_jp {
    font-size: min(3.2vw, 1.7rem);
  }

  .header_drop_time_en {
    margin-left: 8px;
    font-size: min(4vw, 2rem);
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
  }

  .header_drop.active {
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .header_dropdown {
    padding-right: 19px;
    position: relative;
  }

  .header_dropdown::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 11px;
    height: 6px;
    background: url(../images/common/icon_down_arrow_blue.png) no-repeat center;
    background-size: 100%;
  }
}

@media screen and (min-width: 821px) {
  .header_dropArea {
    background-color: #eaf1f3;
    padding: 40px 0 70px;
    width: 100vw;
    min-width: 1180px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 1;
    display: none;
  }

  .header_dropArea.over1180 {
    position: fixed;
    left: 0;
  }

  .header_dropArea_inner {
    width: 1180px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .header_dropArea_link {
    display: inline-block;
  }

  .header_dropArea_link>a {
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 31px;
    position: relative;
    transition: 0.2s ease;
  }

  .header_dropArea_link>a:hover {
    opacity: 0.7;
  }

  .header_dropArea_link>a::after {
    content: "";
    width: 21px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    background: url(../images/common/icon_right_arrow_black.png) no-repeat center;
    background-size: 100%;
  }

  .header_dropArea_list {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header_dropArea_list li {
    width: calc(20% - 20px);
  }

  .header_dropArea_list li a {
    display: block;
    transition: 0.2s ease;
    line-height: 0;
  }

  .header_dropArea_list li a:hover {
    opacity: 0.7;
  }

  .header_dropArea_listTtl {
    height: 42px;
    margin-top: 20px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
    color: #222;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_dropArea_listTxt {
    margin-top: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
    color: #222;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.12em;
  }
}

@media screen and (min-width: 821px) {
  body.header_drop_open {
    position: relative;
    height: 100vh;
  }

  body.header_drop_open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 3;
  }
}

.header_dropArea_inner {
  margin: auto;
  width: 100%;
  padding: 0 60px;
  max-width: 1320px;
}

.header_dropArea_listWrapper {
  overflow: hidden;
}

.header_dropArea_list__slide {
  margin-top: 0;
}

.header_dropArea_listTtl {
  margin-top: calc(25px - 0.2em);
  justify-content: start;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.header_dropArea_listSubTtl {
  display: inline-block;
  margin-top: 13px;
  border-radius: 50px;
  border: 1px solid currentColor;
  padding: 3px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Sans JP", Yu-Gothic, "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Noto Sans JP, sans-serif;
  letter-spacing: 0.05em;
}

.header_dropArea_listSubTtl__colorGreen {
  color: #0ea09e;
}

.header_dropArea_listSubTtl__colorSky {
  color: #168fdc;
}

.header_dropArea_listSubTtl__colorOrange {
  color: #ee585b;
}

.header_dropArea_listSubTtl__colorPurple {
  color: #954ad5;
}

.header_dropArea_listSubTtl__colorYellow {
  color: #c3a203;
}

.header_dropArea_listTxt {
  margin-top: calc(12px - 0.3em);
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: normal;
}

.header_dropArea_slideNavWrapper {
  display: flex;
  margin-top: 38px;
  justify-content: space-between;
}

.header_dropArea_slideNav {
  flex-shrink: 0;
}

.header_dropArea_slideNav .el_slideNav_prev,
.header_dropArea_slideNav .el_slideNav_next {
  width: 48px;
  height: 48px;
  border-color: rgba(35, 24, 175, 0.4);
}

.header_dropArea_slideNav .el_slideNav_prev::before,
.header_dropArea_slideNav .el_slideNav_next::before {
  border-color: #2419af;
}

.header_dropArea_slideBar {
  position: relative;
  margin-left: 22px;
  width: 100%;
}

.header_dropArea_slideBar .swiper-pagination-progressbar {
  top: calc(50% - 1px);
  height: 2px;
  background: #c1ccd0;
}

.header_dropArea_slideBar .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2419af;
}

@media screen and (max-width: 820px) {
  .header_drop_mLink_sub li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .header_dropArea_listSubTtl {
    margin-top: 5px;
    display: block;
    font-size: min(3.2vw, 1.7rem);
    letter-spacing: 0.05em;
  }
}

/**
 * Footer
 */
/* footer
========================================================================== */

.footer {
  background-color: #eaf1f3;
}

@media screen and (min-width: 821px) {
  .footer {
    width: 100%;
    box-sizing: border-box;
  }
}

.cm_contactUs+.footer {
  margin-top: 0;
}

.footer_wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  .footer_wrapper {
    width: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

@media screen and (max-width: 820px) {
  .footer_wrapper {
    padding: 0 20px;
  }
}

@media screen and (min-width: 821px) {
  .footer_inner {
    padding-top: 75px;
  }
}

@media screen and (max-width: 820px) {
  .footer_inner {
    padding-top: 70px;
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer_mLink_body {
    display: grid;
    grid-template-columns: repeat(4, auto);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 60px;
  }

  .footer_mLink_body>li {
    min-width: 135px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink_body>li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
  }

  .footer_mLink_body>li::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/icon_right_arrow_blue.png) no-repeat center;
    background-size: 100%;
  }

  .footer_mLink_body>li.footer_mLink_accord::after {
    content: "";
    width: 17px;
    height: 1px;
    background: none;
    background-color: #18429c;
    position: absolute;
    right: 0;
    top: 40px;
  }

  .footer_mLink_body>li.footer_mLink_accord::before {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #18429c;
    position: absolute;
    right: 8px;
    top: 31px;
  }

  .footer_mLink_body>li.footer_mLink_accord.active::before {
    display: none;
  }

  .footer_mLink_body>li.footer_mLink_blank::after {
    content: none;
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink .footer_mLink_logo {
    width: 202px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink .footer_mLink_logo {
    width: 182px;
    margin: 0 auto;
  }
}

.footer_mLink_logo a {
  display: block;
}

.footer_mLink .lead {
  margin-top: 20px;
}

.footer_mLink>li:first-child {
  min-width: 240px;
}

.footer_mLink>li:not(:first-child) {
  line-height: 1.2;
}

.footer_mLink>li:not(:first-child).footer_mLink_accord {
  position: relative;
}

@media screen and (min-width: 821px) {
  .footer_mLink .footer_mLink_logo a {
    line-height: 0;
    margin-top: -10px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink_logo a {
    margin-left: -10px;
  }

  .footer_mLink .lead {
    margin-top: 17px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink>li:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink_item {
    display: inline-block;
  }
}

.footer_mLink_item a._link-blank {
  display: inline-block;
  padding-right: 24px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.footer_mLink_item a._link-blank::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_blank_black.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer_mLink_item a span {
  transition: 0.2s ease;
}

.footer_mLink_item a:hover span {
  color: #d01d40;
}

@media screen and (max-width: 820px) {
  .footer_mLink_item a {
    display: block;
  }
}

.footer_mLink_en {
  font-family: "Urbanist", sans-serif;
  color: #222;
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (min-width: 821px) {
  .footer_mLink_en {
    display: block;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink_en {
    width: 120px;
    display: inline-block;
    font-size: min(6.4vw, 2.9rem);
  }
}

.footer_mLink_jp {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.2;
}

@media screen and (max-width: 820px) {
  .footer_mLink_jp {
    font-size: min(3.2vw, 1.7rem);
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink_jp {
    display: block;
    margin-top: 4px;
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink_sub_wrapper {
    margin-top: 30px;
  }

  .footer_mLink_sub_wrapper:first-child {
    margin-top: 78px;
  }

  .footer_mLink_sub {
    margin-top: 15px;
    max-width: 100px;
  }

  .footer_mLink_sub+.footer_mLink_sub {
    margin-left: 19px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink_sub {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 821px) {
  .footer_mLink_sub li {
    margin-top: 15px;
  }
}

@media screen and (max-width: 820px) {
  .footer_mLink_sub li {
    margin-top: 25px;
    line-height: 1.2;
  }
}

.footer_mLink_sub li a {
  font-size: 1.3rem;
  color: #222;
  line-height: 1.2;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}

.footer_mLink_sub li a:hover {
  color: #d01d40;
}

@media screen and (min-width: 821px) {
  .footer_sLink {
    margin-top: 75px;
    border-top: 1px solid #ccc;
    padding: 35px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 820px) {
  .footer_sLink {
    padding: 30px 0 35px;
  }
}

.footer_sLink li {
  line-height: 1.2;
}

.footer_sLink li a {
  font-size: 1.2rem;
  color: #222;
  letter-spacing: 0.12em;
  transition: 0.2s ease;
}

.footer_sLink li a:hover {
  color: #d01d40;
}

@media screen and (max-width: 820px) {
  .footer_sLink li a {
    font-size: min(3.2vw, 1.7rem);
  }
}

@media screen and (min-width: 821px) {
  .footer_sLink li {
    margin-left: 40px;
  }

  .footer_sLink li:first-child,
  .footer_sLink li:last-child {
    margin-left: 0;
  }

  .footer_sLink li.footer_copy {
    margin-left: 45px;
  }
}

@media screen and (max-width: 820px) {
  .footer_sLink li {
    margin-top: 20px;
  }

  .footer_sLink li:first-child {
    margin-top: 0;
  }

  .footer_sLink li.footer_copy {
    margin-top: 50px;
  }
}

.footer_copy {
  font-size: 1rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  flex: 1;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 821px) {
  .footer_copy {
    text-align: right;
  }
}

@media screen and (max-width: 820px) {
  .footer_copy {
    text-align: center;
  }
}

/**
 * Element
 */
/**
 * 矢印アイコン
 */
.el_arw {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
}

.el_arw__blank {
  width: 50px;
  height: 50px;
}

.el_arw .el_circleIcon {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
}

.el_arw .el_circleIcon::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_circle_01.png) center/contain no-repeat;
  transition: opacity 0.3s;
}

.el_arw .el_circleIcon::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_circle_01_hover.png) center/contain no-repeat;
  transition: opacity 0.3s;
}

.el_arw .el_squareIcon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 820px) {
  .el_arw .el_squareIcon {
    width: 40px;
    height: 40px;
  }
}

.el_arw .el_squareIcon::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_square_01.png) center/contain no-repeat;
  transition: opacity 0.3s;
}

.el_arw .el_squareIcon::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_square_01_hover.png) center/contain no-repeat;
  transition: opacity 0.3s;
}

.el_arw .el_arwIcon {
  position: absolute;
  top: calc(50% - 5px);
  left: -6px;
  opacity: 0.99;
  width: 38px;
  height: 12px;
  fill: none;
  stroke: #0e15af;
  transition: stroke 0.3s;
}

.el_arw .el_arwIcon_blank {
  position: absolute;
  top: -3px;
  right: -3px;
  opacity: 0.99;
  fill: none;
  transition: stroke 0.3s;
}

.el_arw__colorWh .el_circleIcon::before,
.el_arw__colorWh .el_circleIcon::after {
  background-image: url(../images/common/icon_circle_01_wh.png);
}

.el_arw__colorWh .el_arwIcon {
  stroke: #fff;
}

@media screen and (max-width: 820px) {
  .el_arw {
    width: 40px;
    height: 40px;
  }

  .el_arw .el_circleIcon {
    width: 40px;
    height: 40px;
  }

  .el_arw .el_circleIcon::before,
  .el_arw .el_circleIcon::after {
    background-image: url(../images/common/icon_circle_01_sp.png);
  }

  .el_arw .el_arwIcon {
    width: 28px;
    height: 10px;
  }

  .el_arw__colorWh .el_circleIcon::before,
  .el_arw__colorWh .el_circleIcon::after {
    background-image: url(../images/common/icon_circle_01_wh_sp.png);
  }
}

[data-whatintent=mouse] a:hover+.el_arw .el_circleIcon::before,
[data-whatintent=mouse] a:hover .el_arw .el_circleIcon::before {
  opacity: 0;
}

[data-whatintent=mouse] a:hover+.el_arw .el_circleIcon::after,
[data-whatintent=mouse] a:hover .el_arw .el_circleIcon::after {
  opacity: 1;
}

[data-whatintent=mouse] a:hover+.el_arw .el_arwIcon,
[data-whatintent=mouse] a:hover .el_arw .el_arwIcon {
  stroke: #db2eb0;
  -webkit-animation: 0.5s forwards goAhead;
  animation: 0.5s forwards goAhead;
}

[data-whatintent=mouse] a:hover+.el_arw__colorWh .el_arwIcon,
[data-whatintent=mouse] a:hover .el_arw__colorWh .el_arwIcon {
  stroke: #fff !important;
}

[data-whatintent=mouse] a:hover+.el_arw .el_squareIcon::before,
[data-whatintent=mouse] a:hover .el_arw .el_squareIcon::before {
  opacity: 0;
}

[data-whatintent=mouse] a:hover+.el_arw .el_squareIcon::after,
[data-whatintent=mouse] a:hover .el_arw .el_squareIcon::after {
  opacity: 1;
}

[data-whatintent=mouse] a:hover+.el_arw .el_arwIcon,
[data-whatintent=mouse] a:hover .el_arw .el_arwIcon {
  stroke: #db2eb0;
  -webkit-animation: 0.5s forwards goAhead;
  animation: 0.5s forwards goAhead;
}

[data-whatintent=mouse] a:hover+.el_arw .el_arwIcon_blank,
[data-whatintent=mouse] a:hover .el_arw .el_arwIcon_blank {
  -webkit-animation: 0.5s forwards goDiagonal;
  animation: 0.5s forwards goDiagonal;
}

/**
 * アイコンつきリンク
 */
.el_link {
  position: relative;
  display: inline-block;
}

.el_link_txt {
  padding-right: 82px;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: bold;
  color: #0e15af;
  transition: color 0.3s;
}

.el_link_arw {
  position: absolute;
  top: calc(50% - 29px);
  right: 0;
}

.el_link__colorWh .el_link_txt {
  color: #fff;
}

[data-whatintent=mouse] .el_link:hover .el_link_txt {
  color: #db2eb0;
}

[data-whatintent=mouse] .el_link__colorWh:hover .el_link_txt {
  color: #fff;
}

@media screen and (max-width: 820px) {
  .el_link_txt {
    padding-right: 57px;
    font-size: min(4vw, 2rem);
  }

  .el_link_arw {
    top: calc(50% - 20px);
  }
}

/**
 * 英語タイトル
 */
.el_enTtl {
  display: flex;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.el_enTtl>svg {
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  fill: #0e15af;
}

.el_enTtl_txt {
  background: linear-gradient(90deg, #0e15af 0%, #db2eb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.el_enTtl__colorWh>svg {
  fill: #fff;
}

.el_enTtl__colorWh .el_enTtl_txt {
  background: linear-gradient(90deg, white 0%, #db2eb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 820px) {
  .el_enTtl {
    font-size: min(3.7333333333vw, 1.9rem);
  }

  .el_enTtl>svg {
    margin-right: 8px;
    width: 10px;
    height: 10px;
  }
}

/**
 * スライダーのナビゲーション
 */
.el_slideNav {
  display: flex;
}

.el_slideNav_prev,
.el_slideNav_next {
  position: relative;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 58px;
  height: 58px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.el_slideNav_prev::before,
.el_slideNav_next::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
}

[data-whatintent=mouse] .el_slideNav_prev:hover,
[data-whatintent=mouse] .el_slideNav_next:hover {
  opacity: 0.8;
}

.el_slideNav_prev::before {
  transform: rotate(-135deg);
}

.el_slideNav_next {
  margin-left: 8px;
}

.el_slideNav_next::before {
  transform: rotate(45deg);
}

.el_hdg__lv1 {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 49px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv1 {
    margin-bottom: 29px;
    font-size: min(6.4vw, 2.9rem);
    padding-left: 31px;
  }
}

.el_hdg__lv1:before,
.el_hdg__lv1:after {
  content: "";
  position: absolute;
  background-color: #0e15af;
}

.el_hdg__lv1::before {
  top: 20px;
  left: 8px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv1::before {
    top: 14px;
    left: 6px;
    width: 10px;
    height: 10px;
  }
}

.el_hdg__lv1:after {
  top: 31px;
  left: 0;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv1:after {
    top: 24px;
    width: 6px;
    height: 6px;
  }
}

.el_hdg__lv2 {
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv2 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: min(5.8666666667vw, 2.7rem);
  }
}

.el_hdg__lv2:before,
.el_hdg__lv2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.el_hdg__lv2:before {
  width: 100%;
  background-color: #E0E0EA;
}

.el_hdg__lv2:after {
  width: 40px;
  background-color: #0e15af;
}

.el_hdg__lv3 {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #0e15af;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv3 {
    margin-bottom: 16px;
    font-size: min(5.3333333333vw, 2.5rem);
  }
}

.el_hdg__lv3::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0e15af;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv3::before {
    top: 8px;
  }
}

.el_hdg__lv4 {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .el_hdg__lv4 {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.el_slideupTtlWrapper {
  overflow: hidden;
}

.benefitSect_header .el_slideupTtlWrapper {
  max-width: 75%;
}

@media screen and (max-width: 820px) {
  .benefitSect_header .el_slideupTtlWrapper {
    max-width: unset;
  }
}

/**
 * Block
 */
.bl_breadcrumb {
  padding: 32px 0;
  margin-top: -80px;
}

@media screen and (max-width: 820px) {
  .bl_breadcrumb {
    padding: 18px 0;
    margin: 0;
  }
}

.bl_breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -10px;
}

.bl_breadcrumb li {
  letter-spacing: 0.05em;
  position: relative;
  margin-right: 30px;
  margin-left: 10px;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
  .bl_breadcrumb li {
    margin-right: 25px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_breadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #8E909B;
}

@media screen and (max-width: 820px) {
  .bl_breadcrumb li:after {
    width: 15px;
  }
}

.bl_breadcrumb li:last-child {
  margin-right: 0;
}

.bl_breadcrumb li:last-child:after {
  content: none;
}

.bl_breadcrumb a {
  color: #8E909B;
  transition: color 0.3s;
}

[data-whatintent=mouse] .bl_breadcrumb a:hover {
  color: #25252E;
}

/**
* コンバージョンエリア
*/
.bl_convSect_tel{
  position: relative;
  padding: 87px 0 72px;
  background-color: #2e2e3f;
  overflow: hidden;
  text-align: center;
  color: #fff;

  /* もし背景画像があるならここに追加（全幅で効きます） */
  /* background-image: url("背景画像URL"); */
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
}

/* 中央コンテナは装飾より前に出す */
.bl_convSect_telInner{
  position: relative;
  z-index: 2;
}

/* 背景の薄い文字（装飾） */
.bl_convSect_tel::before{
  content: "contact us";
  z-index: 1;                /* 0→1推奨（背景画像がある場合に埋もれにくい） */
  opacity: 0.05;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 860px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 13rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: translateX(-50%);
  color: #9f9fac;
  pointer-events: none;
}

.bl_convSect_telInner>* {
  position: relative;
}

.bl_convSect_msg {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.bl_convSect_telNum {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 822px) {
  .bl_convSect_telNum {
    pointer-events: none;
  }
}

.bl_convSect_telNum>svg {
  margin-right: 14px;
  width: 27px;
  height: 32px;
  fill: #fff;
}

.bl_convSect_supple {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.bl_convSect_body {
  display: flex;
}

.bl_convSect_item {
  width: 50%;
  height: 380px;
}

.bl_convSect_item>a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 80px 60px 50px 70px;
  height: 100%;
  background: center/cover no-repeat;
  color: #fff;
}

.bl_convSect_itemBg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  transition-property: width, height;
}

.bl_convSect_itemBg::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(65, 81, 118, 0.45);
  transition: opacity 0.3s;
}

.bl_convSect_itemBg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_convSect_enTtl {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bl_convSect_ttl {
  display: block;
  margin-top: 22px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.bl_convSect_itemArw.el_arw {
  position: absolute;
  bottom: 50px;
  right: 60px;
}

[data-whatintent=mouse] .bl_convSect_item>a:hover .bl_convSect_itemBg {
  width: 110%;
  height: 110%;
}

[data-whatintent=mouse] .bl_convSect_item>a:hover .bl_convSect_itemBg::before {
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .bl_convSect_tel {
    padding: 60px 0 48px;
  }

  .bl_convSect_tel::before {
    top: 40px;
    width: 395px;
    font-size: min(16vw, 6.5rem);
    letter-spacing: 0.05em;
  }

  .bl_convSect_msg {
    font-size: min(4.2666666667vw, 2.1rem);
  }

  .bl_convSect_telNum {
    margin-top: 27px;
    font-size: min(8.5333333333vw, 3.7rem);
  }

  .bl_convSect_telNum::before {
    width: 18px;
    height: 20px;
  }

  .bl_convSect_supple {
    font-size: min(3.4666666667vw, 1.8rem);
  }

  .bl_convSect_body {
    display: block;
  }

  .bl_convSect_item {
    width: 100%;
    height: auto;
  }

  .bl_convSect_item>a {
    padding: 40px 20px 120px;
  }

  .bl_convSect_enTtl {
    font-size: min(3.7333333333vw, 1.9rem);
  }

  .bl_convSect_ttl {
    margin-top: 16px;
    font-size: min(5.8666666667vw, 2.7rem);
  }

  .bl_convSect_itemArw {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
}

.bl_subMvSect {
  width: 100%;
  min-height: 590px;
  background-image: url(https://www.funaisoken.co.jp/images/original/spx-sub_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 2561px) {
  .bl_subMvSect {
    background-size: cover;
  }
}

@media screen and (max-width: 820px) {
  .bl_subMvSect {
    min-height: 360px;
    background-image: url(https://www.funaisoken.co.jp/images/original/spx-sub_mv_02_sp.png);
  }
}

.bl_subMvSect_container {
  margin: auto;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 80px 80px 180px;
  max-width: 1360px;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_container {
    padding: 0 20px;
    width: auto;
    max-width: 100%;
  }
}

.bl_subMvSect_hdg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bl_subMvSect_hdg .en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 200px;
  margin-top: -3px;
  font-size: 8.6rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .en {
    padding-right: 15%;
    font-size: min(10.6666666667vw, 4.5rem);
    margin-top: 10px;
  }
}

.bl_subMvSect_hdg .ja {
  letter-spacing: 0.05em;
  padding-right: 200px;
  margin-top: 18px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .ja {
    padding-right: 15%;
    margin-top: 20px;
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_subMvSect_hdg .sub {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
  padding-right: 200px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .sub {
    padding-right: 15%;
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_subMvSect_hdg .sub::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0e15af;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .sub::before {
    top: 8px;
  }
}

.bl_subMvSect_hdg .main {
  letter-spacing: 0.05em;
  padding-right: 200px;
  margin-top: -5px;
  font-size: 5.2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .main {
    padding-right: 15%;
    margin-top: 0px;
    font-size: 3.4rem;
    font-size: min(9.0666666667vw, 3.9rem);
  }
}

/**
 * CASE 成功までたどりついた事例のご紹介
 */
.bl_caseSect {
  position: relative;
}

.bl_caseSect_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transform: translateX(-50%);
}

.bl_caseSect_bg::before,
.bl_caseSect_bg::after {
  content: "";
  opacity: 0.14;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #0e15af 0%, #db2eb0 100%);
}

.bl_caseSect_bg::before {
  left: calc((100% - 106px) / 3 + 26px);
}

.bl_caseSect_bg::after {
  right: calc((100% - 106px) / 3 + 26px);
}

.bl_caseSect_header {
  position: relative;
}

.bl_caseSect_ttlWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
}

.bl_caseSect_ttl {
  font-size: 4.4rem;
  line-height: 1.72;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.bl_caseSect_ttlLink {
  max-width: 33%;
}

.bl_caseSect_desc {
  letter-spacing: 0.05em;
  max-width: 1360px;
  padding: 0 80px;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}

.bl_caseSect_body {
  position: relative;
}

.bl_caseSect_caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 104px 50px;
}

.bl_caseSect_case {
  width: calc((100% - 100px) / 3);
}

.bl_caseSect_caseImg {
  position: relative;
  overflow: hidden;
  padding-top: 66.66%;
  width: 100%;
  height: 0;
}

.bl_caseSect_caseImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  transition-property: transform;
}

.bl_caseSect_caseBody {
  margin-top: 28px;
  padding: 0 30px;
}

.bl_caseSect_caseTtl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.bl_caseSect_caseTxt {
  display: -webkit-box;
  margin-top: 13px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bl_caseSect_caseFoot {
  margin-top: 23px;
  display: flex;
  justify-content: flex-end;
}

.bl_caseSect_caseDate {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #8e909b;
  font-weight: normal;
}

.bl_caseSect_caseDate::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  height: 1px;
  width: 40px;
  background-color: #8e909b;
}

.bl_caseSect__2col .bl_caseSect_case {
  width: 47.13%;
}

@media screen and (max-width: 820px) {
  .bl_caseSect__2col .bl_caseSect_case {
    width: 100%;
  }
}

[data-whatintent=mouse] .bl_caseSect_case a:hover .bl_caseSect_caseImg img {
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 820px) {
  .bl_caseSect_bg {
    display: none;
  }

  .bl_caseSect_ttlWrapper {
    display: block;
    margin-top: 18px;
  }

  .bl_caseSect_ttl {
    font-size: min(7.4666666667vw, 3.3rem);
    line-height: 1.5;
  }

  .bl_caseSect_ttlLink {
    max-width: 100%;
  }

  .bl_caseSect_desc {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 0 20px;
    text-align: left;
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }

  .bl_caseSect_body {
    margin-top: 37px;
  }

  .bl_caseSect_caseList {
    gap: 40px;
  }

  .bl_caseSect_case {
    width: 100%;
  }

  .bl_caseSect_caseBody {
    margin-top: 21px;
    padding: 0;
  }

  .bl_caseSect_caseTtl {
    font-size: min(4.8vw, 2.3rem);
  }

  .bl_caseSect_caseTxt {
    margin-top: 17px;
    text-align: left;
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }

  .bl_caseSect_caseFoot {
    margin-top: 17px;
  }

  .bl_caseSect_caseDate {
    font-size: min(3.7333333333vw, 1.9rem);
  }

  .bl_caseSect_caseDate::before {
    right: calc(100% + 14px);
    width: 54px;
  }

  .bl_caseSect_foot {
    margin-top: 40px;
  }
}

.bl_imgTxtSect {
  margin-top: 120px;
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect {
    margin-top: 80px;
  }
}

.bl_imgTxtSect_container {
  width: auto;
  max-width: 1360px;
  padding-left: 80px;
  margin-left: max(0px, (100% - 1200px) / 2 - 80px);
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_container {
    max-width: 100%;
    padding: 0 20px;
    margin: auto;
  }
}

.bl_imgTxtSect_body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_body {
    display: block;
  }
}

.bl_imgTxtSect_img {
  position: relative;
  width: min(643px, 50.01%);
  height: 0;
  padding-bottom: min(340px, 26.56%);
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_img {
    position: static;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}

.bl_imgTxtSect_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_img img {
    position: static;
  }
}

.bl_imgTxtSect_txt {
  width: min(570px, 44.53%);
  margin-top: -7px;
  margin-right: min(70px, 5.46%);
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_txt {
    width: 100%;
    margin-top: 17px;
    margin-right: 0;
  }
}

.bl_imgTxtSect_txt:first-child {
  width: 100%;
  max-width: 1280px;
  padding-right: 80px;
  margin-right: 0;
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_txt:first-child {
    padding-right: 0;
    margin-top: 0;
  }
}

.bl_imgTxtSect_txt .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}

@media screen and (max-width: 820px) {
  .bl_imgTxtSect_txt .txt {
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }
}

.bl_logoTxtLink {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink {
    margin-top: 52px;
  }
}

.bl_logoTxtLink_link {
  display: block;
  background-color: #F5F5F9;
}

.bl_logoTxtLink_item {
  margin-top: 2px;
}

.bl_logoTxtLink_item:first-child {
  margin-top: 0;
}

.bl_logoTxtLink_body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 44px 0;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_body {
    display: block;
    padding: 30px 20px 20px;
  }
}

.bl_logoTxtLink_logo {
  width: 25%;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_logo {
    width: 100%;
    margin-bottom: 30px;
  }

  .bl_logoTxtLink_logo:only-child {
    margin-bottom: 0;
  }
}

.bl_logoTxtLink_logo .img {
  padding: 0 13%;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_logo .img {
    padding: 0 12.7%;
  }
}

.bl_logoTxtLink_logo .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.bl_logoTxtLink_txt {
  width: 75%;
  padding-left: 1%;
  padding-right: 130px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_logoTxtLink_txt:first-child {
  width: 87.5%;
  padding-left: 40px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt:first-child {
    width: 100%;
    padding-left: 0;
  }
}

.bl_logoTxtLink_txt:last-child {
  width: 75%;
  padding-right: 40px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt:last-child {
    width: 100%;
    padding-right: 0;
  }
}

.bl_logoTxtLink_txt:only-child {
  width: 100%;
  padding-right: 40px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt:only-child {
    padding-right: 0;
  }
}

.bl_logoTxtLink_txt .hdg {
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt .hdg {
    font-size: min(5.3333333333vw, 2.5rem);
  }
}

.bl_logoTxtLink_txt .txt {
  letter-spacing: 0.05em;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_txt .txt {
    margin-top: 12px;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_logoTxtLink_txt .txt:first-child {
  margin-top: 0;
}

.bl_logoTxtLink_arw {
  right: 40px;
}

@media screen and (max-width: 820px) {
  .bl_logoTxtLink_arw {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 18px;
    margin-left: auto;
  }
}

.bl_btnSect {
  margin-top: 83px;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .bl_btnSect {
    margin-top: 63px;
  }
}

.bl_btnSect_body {
  display: inline-flex;
  padding: 25px 60px 29px 60px;
  border-top: 1px solid #E0E0EA;
  border-bottom: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .bl_btnSect_body {
    display: flex;
    justify-content: center;
    padding: 20px 15px 20px 15px;
  }
}

@media screen and (max-width: 820px) {
  .bl_btnSect_body a {
    width: 100%;
    padding: 0 50px;
  }
}

.bl_btnSect_txt {
  font-size: 2rem;
}

@media screen and (max-width: 820px) {
  .bl_btnSect_txt {
    padding-right: 0;
    font-size: min(4.8vw, 2.3rem);
  }
}

@media screen and (max-width: 820px) {
  .bl_btnSect_arw {
    right: 0;
  }
}

.bl_caseLabel {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 320px;
  margin-top: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel {
    min-height: 242px;
    margin-top: 41px;
  }
}

.bl_caseLabel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 81, 118, 0.8);
  mix-blend-mode: multiply;
}

.bl_caseLabel_body {
  position: relative;
  padding: 60px 0;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel_body {
    padding: 30px 0;
  }
}

.bl_caseLabel_body .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel_body .sub {
    flex-wrap: wrap;
  }
}

.bl_caseLabel_body .category {
  letter-spacing: 0.05em;
  background-color: #fff;
  padding: 6px 8px;
  color: #2E2E3F;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel_body .category {
    line-height: 1.4;
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_caseLabel_body time {
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel_body time {
    margin: 0;
    width: 100%;
    font-size: min(3.2vw, 1.7rem);
    flex-shrink: 0;
  }
}

.bl_caseLabel_body .hdg {
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-size: 4.2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_caseLabel_body .hdg {
    margin-top: 19px;
    font-size: min(7.4666666667vw, 3.3rem);
    line-height: 1.5;
  }
}

.bl_result {
  margin-top: 90px;
}

@media screen and (max-width: 820px) {
  .bl_result {
    margin-top: 60px;
  }
}

.bl_result_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

@media screen and (max-width: 820px) {
  .bl_result_list {
    display: block;
  }
}

.bl_result_list li {
  display: flex;
  width: calc((100% - 60px) / 2);
  padding-bottom: 22px;
  border-bottom: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .bl_result_list li {
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }

  .bl_result_list li:last-child {
    margin-bottom: 0;
  }
}

.bl_result_list li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 15px;
  background-image: url(../images/common/icon_check.png);
  background-size: 20px 20px;
}

@media screen and (max-width: 820px) {
  .bl_result_list li:before {
    margin-top: max(1px, 1.3vw);
  }
}

.bl_result_list li .txt {
  letter-spacing: 0.05em;
  width: calc(100% - 20px - 15px);
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_result_list li .txt {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_result_list li .txt strong {
  color: #DE3AB6;
}

.bl_clientDetail {
  margin-top: 120px;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail {
    margin-top: 80px;
  }
}

.bl_clientDetail_inner {
  padding: 58px 60px;
  border: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_inner {
    padding: 20px;
  }
}

.bl_clientDetail_client {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client {
    display: block;
  }
}

.bl_clientDetail_client .img {
  width: 353px;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client .img {
    width: 100%;
  }
}

.bl_clientDetail_client .img img {
  width: 100%;
  height: auto;
}

.bl_clientDetail_client .head {
  width: calc(100% - 353px - 5.55%);
  padding: 40px;
  margin-right: 5.55%;
  background-color: #F5F5F9;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client .head {
    width: 100%;
    padding: 29px 30px;
    margin-right: 0;
    margin-top: 20px;
  }
}

.bl_clientDetail_client .head:only-child {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client .head:only-child {
    margin-top: 0;
  }
}

.bl_clientDetail_client .hdg {
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client .hdg {
    font-size: min(4.8vw, 2.3rem);
  }
}

.bl_clientDetail_client .txt {
  letter-spacing: 0.05em;
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_client .txt {
    margin-top: 8px;
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_clientDetail_background {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_background {
    margin-top: 50px;
  }
}

.bl_clientDetail_background:first-child {
  margin-top: 0;
}

.bl_clientDetail_background .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_background .txt {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_clientDetail_request {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request {
    margin-top: 50px;
  }
}

.bl_clientDetail_request:first-child {
  margin-top: 0;
}

.bl_clientDetail_request ol {
  display: flex;
  gap: 0 4.7%;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request ol {
    display: block;
  }
}

.bl_clientDetail_request li {
  width: 30.2%;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request li {
    width: 100%;
    margin-top: 28px;
  }

  .bl_clientDetail_request li:first-child {
    margin-top: 0;
  }
}

.bl_clientDetail_request .sub {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #0e15af;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .sub {
    margin-bottom: 9px;
  }
}

.bl_clientDetail_request .request {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .request {
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_clientDetail_request .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  padding-top: 2px;
  margin-left: 43px;
  font-size: 1.6rem;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .num {
    width: 30px;
    height: 30px;
    margin-left: 33px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_clientDetail_request .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  transform: translateY(-50%);
  width: 23px;
  height: 1px;
  background-color: #0e15af;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .num:before {
    left: -23px;
    width: 13px;
  }
}

.bl_clientDetail_request .hdg {
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  color: #0e15af;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .hdg {
    margin-bottom: 11px;
    font-size: min(4.8vw, 2.3rem);
  }
}

.bl_clientDetail_request .hdg:last-child {
  margin-bottom: 0;
}

.bl_clientDetail_request .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .bl_clientDetail_request .txt {
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }
}

.bl_projectOverview {
  padding: 120px 0;
  margin-top: 120px;
  background-color: #F5F5F9;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.bl_projectOverview_overview li {
  border-top: 1px solid #fff;
}

.bl_projectOverview_overview li:first-child {
  border-top: none;
}

.bl_projectOverview_overview dl {
  letter-spacing: 0.05em;
  display: flex;
  padding: 24px 30px 23px;
  background-color: #EBEBF1;
  font-size: 1.6rem;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_overview dl {
    display: block;
    padding: 24px 30px;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_projectOverview_overview dt {
  width: 185px;
  padding-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_overview dt {
    width: auto;
    padding-right: 0;
  }
}

.bl_projectOverview_overview dd {
  width: calc(100% - 185px);
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_overview dd {
    width: auto;
    margin-top: 8px;
  }
}

.bl_projectOverview_detail {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_detail {
    margin-top: 50px;
  }
}

.bl_projectOverview_detail:first-child {
  margin-top: 0;
}

.bl_projectOverview_detail .hdg {
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_detail .hdg {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_projectOverview_detail .hdg:last-child {
  margin-bottom: 0;
}

.bl_projectOverview_detail .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_detail .txt {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_projectOverview_flow {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow {
    margin-top: 50px;
  }
}

.bl_projectOverview_flow:first-child {
  margin-top: 0;
}

.bl_projectOverview_flow ol {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  gap: 2.5%;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow ol {
    display: block;
  }
}

.bl_projectOverview_flow li {
  width: calc((100% - 90px) / 4);
  width: 23.125%;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow li {
    position: relative;
    width: 100%;
    padding-left: 50px;
    margin-top: 27px;
  }

  .bl_projectOverview_flow li:first-child {
    margin-top: 0;
  }

  .bl_projectOverview_flow li:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 15px;
    width: 1px;
    height: calc(100% - 30px + 30px);
    background-color: #0e15af;
  }
}

.bl_projectOverview_flow li:last-child .num:after {
  content: none;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow li:last-child:after {
    content: none;
  }
}

.bl_projectOverview_flow .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.78%;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .img {
    margin-bottom: 16px;
  }
}

.bl_projectOverview_flow .img:last-child {
  margin-bottom: 0;
}

.bl_projectOverview_flow .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_projectOverview_flow .num {
  position: relative;
  margin-bottom: 15px;
}

.bl_projectOverview_flow .num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #0e15af;
  z-index: 0;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .num:after {
    content: none;
  }
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .num {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bl_projectOverview_flow .num span {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 2px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #F5F5F9;
  color: #0e15af;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .num span {
    width: 30px;
    height: 30px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_projectOverview_flow .num:last-child {
  margin-bottom: 0;
}

.bl_projectOverview_flow .hdg {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .hdg {
    text-align: left;
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.bl_projectOverview_flow .hdg:last-child {
  margin-bottom: 0;
}

.bl_projectOverview_flow .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_flow .txt {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_projectOverview_result {
  margin-top: 60px;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_result {
    margin-top: 50px;
  }
}

.bl_projectOverview_result:first-child {
  margin-top: 0;
}

.bl_projectOverview_result ul {
  padding: 60px 60px 57px;
  background-color: #fff;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_result ul {
    padding: 30px 20px 28px;
  }
}

.bl_projectOverview_result li {
  margin-top: 28px;
}

.bl_projectOverview_result li:first-child {
  margin-top: 0;
}

.bl_projectOverview_result .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_projectOverview_result .txt {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.bl_projectPoint {
  margin-top: 120px;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint {
    margin-top: 60px;
  }
}

.bl_projectPoint_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.1%;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_list {
    display: block;
  }
}

.bl_projectPoint_item {
  width: 30.6%;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item {
    width: 100%;
    margin-top: 37px;
  }

  .bl_projectPoint_item:first-child {
    margin-top: 0;
  }
}

.bl_projectPoint_item .sub {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #0e15af;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .sub {
    margin-bottom: 10px;
  }
}

.bl_projectPoint_item .point {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .point {
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_projectPoint_item .num {
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  padding-top: 1px;
  margin-left: 43px;
  font-size: 1.6rem;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .num {
    width: 30px;
    height: 30px;
    margin-left: 32px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.bl_projectPoint_item .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  transform: translateY(-50%);
  width: 23px;
  height: 1px;
  background-color: #0e15af;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .num:before {
    left: -25px;
    width: 14px;
  }
}

.bl_projectPoint_item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.21%;
  margin-bottom: 19px;
}

.bl_projectPoint_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_projectPoint_item .img:last-child {
  margin-bottom: 0;
}

.bl_projectPoint_item .hdg {
  letter-spacing: 0.05em;
  margin-bottom: 11px;
  color: #0e15af;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .hdg {
    font-size: min(4.8vw, 2.3rem);
  }
}

.bl_projectPoint_item .hdg:last-child {
  margin-bottom: 0;
}

.bl_projectPoint_item .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .bl_projectPoint_item .txt {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

@media screen and (max-width: 820px) {
  .bl_searchCategory {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 63px);
    height: 100%;
    padding: 30px;
    background-color: #fff;
    z-index: 11;
    overflow: auto;
  }
}

.bl_searchCategory_hdg {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .bl_searchCategory_hdg {
    font-size: 1.6rem;
  }
}

.bl_searchCategory_body {
  margin-top: 26px;
}

@media screen and (max-width: 820px) {
  .bl_searchCategory_body {
    margin-top: 18px;
  }
}

.bl_searchCategory_body li {
  margin-top: 12px;
}

.bl_searchCategory_body li:first-child {
  margin-top: 0;
}

.bl_searchCategory_btn {
  letter-spacing: 0.05em;
  display: flex;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}

.bl_searchCategory_btn .check {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background-color: #E0E0EA;
}

.bl_searchCategory_btn .check:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.bl_searchCategory_btn .txt {
  width: calc(100% - 18px);
  padding-left: 10px;
  transition: color 0.3s;
}

.bl_searchCategory_btn.is_select .check:after {
  opacity: 1;
}

[data-whatintent=mouse] .bl_searchCategory_btn:hover .txt {
  color: #db2eb0;
}

.bl_searchCategory_close {
  position: relative;
  position: fixed;
  top: 14px;
  right: 20px;
  width: 23px;
  height: 23px;
  z-index: 11;
}

@media screen and (min-width: 821px) {
  .bl_searchCategory_close {
    display: none;
  }
}

[data-whatintent=mouse] .bl_searchCategory_close:hover:before,
[data-whatintent=mouse] .bl_searchCategory_close:hover:after {
  opacity: 0.6;
}

.bl_searchCategory_close:before,
.bl_searchCategory_close:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -2px;
  transform-origin: center;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.3s;
}

.bl_searchCategory_close:before {
  transform: rotate(45deg);
}

.bl_searchCategory_close:after {
  transform: rotate(-45deg);
}

.bl_searchCategory_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 821px) {
  .bl_searchCategory_overlay {
    display: none;
  }
}

.bl_searchCategory_sp {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

@media screen and (min-width: 821px) {
  .bl_searchCategory_sp {
    display: none;
  }
}

.bl_searchCategory_spBtn {
  letter-spacing: 0.05em;
  position: relative;
  display: flex;
  padding-left: 42px;
  color: #0e15af;
  font-size: min(4.2666666667vw, 2.1rem);
  font-weight: bold;
  transition: opacity 0.3s;
}

[data-whatintent=mouse] .bl_searchCategory_spBtn:hover {
  opacity: 0.6;
}

.bl_searchCategory_spBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 19px;
  background-image: url(../images/seminar/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_searchCategory_spList {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
}

.bl_searchCategory_spList.is_show {
  display: flex;
}

.bl_searchCategory_spList li {
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 4px;
  background-color: #F5F5F9;
  font-size: 1.2rem;
}

/**
 * Helper
 */
@media screen and (max-width: 820px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * スクロールでアニメーションさせる
 */
.hp_anim {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.6s;
}

.hp_anim.-active {
  visibility: visible;
  -webkit-animation: 0.6s ease-in-out forwards slideup;
  animation: 0.6s ease-in-out forwards slideup;
}

.hp_anim__slideup.-active {
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.94, 0.44, 1);
  animation-timing-function: cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-animation-name: slideup;
  animation-name: slideup;
}

.hp_ofh {
  overflow: hidden;
}

.hp_w0p {
  width: 0%;
}

/**
 * animation-delay
 */
.hp_anmDelay10ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.hp_anmDelay20ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hp_anmDelay30ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.hp_anmDelay40ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hp_anmDelay50ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hp_anmDelay60ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.hp_anmDelay70ms {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.hp_anmDelay80ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.hp_anmDelay90ms {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.hp_anmDelay100ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hp_anmDelay110ms {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.hp_anmDelay120ms {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.hp_anmDelay130ms {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.hp_anmDelay140ms {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.hp_anmDelay150ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hp_anmDelay160ms {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.hp_anmDelay170ms {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.hp_anmDelay180ms {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.hp_anmDelay190ms {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.hp_anmDelay200ms {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.hp_anmDelay210ms {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.hp_anmDelay220ms {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.hp_anmDelay230ms {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.hp_anmDelay240ms {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.hp_anmDelay250ms {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.hp_anmDelay260ms {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.hp_anmDelay270ms {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.hp_anmDelay280ms {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.hp_anmDelay290ms {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.hp_anmDelay300ms {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/**
 * Page
 */
/**
 * トップページ
 */
.pg_home {
  /**
   * MV
   */
  /**
   * ABOUT SPX
   */
  /**
   * SERVICE SPXのサービス
   */
  /**
   * BENEFIT 他社のDXと船井総研デジタルのSPXが成功まで到達する理由
   */
  /**
   * SOLUTION こんなお悩み解決します
   */
  /**
   * CASE 成功までたどりついた事例のご紹介
   */
}

.pg_home .mvSect {
  position: relative;
  padding: 90px 0 64px;
  background: url(../images/top/mv_bg_grad_01.png) top right/contain no-repeat;
}

.pg_home .mvSect>* {
  visibility: hidden;
}

.pg_home .mvSect img {
  max-width: initial;
}

.pg_home .mvSect_contArea {
  padding: calc((90 / 1366) * 100vw) calc((80 / 1366) * 100vw) 0;
}

.pg_home .mvSect_indentContArea {
  margin: calc((230 / 1366) * 100vw) 0 0;
  padding: 0 calc((120 / 1366) * 100vw);
}

.pg_home .mvSect_txtWrapper {
  width: calc((408 / 1366) * 100vw);
}

.pg_home .mvSect_txt {
  width: 100%;
  height: auto;
}

.pg_home .mvSect_txt2Wrapper {
  margin: calc((45 / 1366) * 100vw) 0 0;
  width: calc((810 / 1366) * 100vw);
}

.pg_home .mvSect_txt2 {
  width: 100%;
  height: auto;
}

.pg_home .mvSect_enTxtWrapper {
  position: absolute;
  top: calc((20 / 1366) * 100vw);
  left: calc((357 / 1366) * 100vw);
  width: calc((500 / 1366) * 100vw);
}

.pg_home .mvSect_enTxt {
  width: 100%;
  height: auto;
}

.pg_home .mvSect_txt3Wrapper {
  width: calc((477 / 1366) * 100vw);
}

.pg_home .mvSect_txt3 {
  width: 100%;
  height: auto;
}

.pg_home .mvSect_mainTxtArea {
  position: relative;
}

.pg_home .mvSect_tagListWrapper {
  margin-top: calc((55 / 1366) * 100vw);
}

.pg_home .mvSect_tagListItemWrapper+.mvSect_tagListItemWrapper {
  margin-top: calc((26 / 1366) * 100vw);
}

.pg_home .mvSect_tagListItem {
  width: auto;
  height: calc((21 / 1366) * 100vw);
}

.pg_home .mvSect_scrollWrapper {
  position: absolute;
  top: calc((466 / 1366) * 100vw);
  left: calc((136 / 1366) * 100vw);
  display: flex;
  align-items: flex-end;
  height: calc((210 / 1366) * 100vw);
}

.pg_home .mvSect_scroll {
  position: relative;
  height: 100%;
  width: 1px;
  overflow: hidden;
}

.pg_home .mvSect_scrollbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #db2eb0 0%, #0e15af 100%);
  transform: translateY(-100%);
}

.pg_home .mvSect_scrollTxt {
  padding-left: calc((15 / 1366) * 100vw);
  font-size: calc((11 / 1366) * 100vw);
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #db2eb0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.pg_home .mvSect_squareWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (min-width: 822px) {
  .pg_home .mvSect_square {
    position: absolute;
    pointer-events: none;
    background-color: #E0E0EA;
  }

  .pg_home .mvSect_square__01 {
    left: 0;
    bottom: calc((167 / 1366) * 100vw);
    width: calc((109/ 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__02 {
    left: calc((40 / 1366) * 100vw);
    bottom: calc((154 / 1366) * 100vw);
    width: calc((100 / 1366) * 100vw);
    height: calc((6 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__03 {
    left: calc((1037 / 1366) * 100vw);
    top: calc((163 / 1366) * 100vw);
    width: calc((80 / 1366) * 100vw);
    height: calc((6 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__04 {
    left: calc((1082 / 1366) * 100vw);
    top: calc((146 / 1366) * 100vw);
    width: calc((100 / 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__05 {
    left: calc((1170 / 1366) * 100vw);
    bottom: calc((243 / 1366) * 100vw);
    width: calc((90 / 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__06 {
    left: calc((1180 / 1366) * 100vw);
    top: calc(100% + (30 / 1366) * 100vw);
    width: calc((140 / 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__07 {
    left: calc((1263 / 1366) * 100vw);
    top: calc((340 / 1366) * 100vw);
    width: calc((110 / 1366) * 100vw);
    height: calc((10 / 1366) * 100vw);
  }

  .pg_home .mvSect_square__08 {
    right: 0;
    top: calc(100% + (16 / 1366) * 100vw);
    width: calc((104 / 1366) * 100vw);
    height: calc((6 / 1366) * 100vw);
  }

  .pg_home .mvSect_deco {
    position: absolute;
    background: center/cover no-repeat;
    pointer-events: none;
    opacity: 0;
  }

  .pg_home .mvSect_deco__01 {
    top: calc((102 / 1366) * 100vw);
    left: calc(50% + (88 / 1366) * 100vw);
    width: calc((163 / 1366) * 100vw);
    height: calc((144 / 1366) * 100vw);
    background-image: url(../images/top/mv_bg_square_01.png);
  }

  .pg_home .mvSect_deco__02 {
    top: calc((597 / 1366) * 100vw);
    left: 0;
    width: calc((53 / 1366) * 100vw);
    height: calc((110 / 1366) * 100vw);
    background-image: url(../images/top/mv_bg_square_02.png);
  }

  .pg_home .mvSect_deco__03 {
    top: calc((425 / 1366) * 100vw);
    right: calc((57 / 1366) * 100vw);
    width: calc((265 / 1366) * 100vw);
    height: calc((255 / 1366) * 100vw);
    background-image: url(../images/top/mv_bg_square_03.png);
  }

  .pg_home .mvSect_deco__04 {
    top: calc((744 / 1366) * 100vw);
    left: calc(50% + (204 / 1366) * 100vw);
    width: calc((154 / 1366) * 100vw);
    height: calc((142 / 1366) * 100vw);
    background-image: url(../images/top/mv_bg_square_04.png);
  }

  .pg_home .mvSect_deco__05 {
    top: calc(100% - (15 / 1366) * 100vw);
    left: calc((138 / 1366) * 100vw);
    width: calc((49 / 1366) * 100vw);
    height: calc((50 / 1366) * 100vw);
    background-image: url(../images/top/mv_bg_square_05.png);
  }

  .pg_home .mvSect_deco__wave {
    opacity: 1;
    top: calc((56 / 1366) * 100vw);
    left: 0;
    width: 100%;
    height: calc((613 / 1366) * 100vw);
    background: url(../images/top/mv_bg_wave_01.png) top left/100vw auto no-repeat;
  }
}

@media screen and (max-width: 820px) {
  .pg_home .mvSect {
    padding: 54px 0 62px;
    background-image: url(../images/top/mv_bg_grad_01_sp.png);
  }

  .pg_home .mvSect_contArea {
    padding: calc((70 / 375) * 100vw) calc((20 / 375) * 100vw) 0;
  }

  .pg_home .mvSect_indentContArea {
    margin: calc((190 / 375) * 100vw) 0 0;
    padding: 0 0;
  }

  .pg_home .mvSect_txtWrapper {
    width: calc((273 / 375) * 100vw);
  }

  .pg_home .mvSect_txt2Wrapper {
    margin: calc((35 / 375) * 100vw) 0 0;
    width: calc((328.5 / 375) * 100vw);
  }

  .pg_home .mvSect_enTxtWrapper {
    position: absolute;
    top: calc((-20 / 375) * 100vw);
    left: calc((35 / 375) * 100vw);
    width: calc((300 / 375) * 100vw);
  }

  .pg_home .mvSect_txt3Wrapper {
    width: calc((298 / 375) * 100vw);
  }

  .pg_home .mvSect_tagListWrapper {
    margin-top: calc((32 / 375) * 100vw);
  }

  .pg_home .mvSect_tagListItemWrapper+.mvSect_tagListItemWrapper {
    margin-top: calc((13 / 375) * 100vw);
  }

  .pg_home .mvSect_tagListItem {
    height: auto;
  }

  .pg_home .mvSect_tagListItem__01 {
    width: calc((297 / 375) * 100vw);
  }

  .pg_home .mvSect_tagListItem__02 {
    width: calc((334 / 375) * 100vw);
  }

  .pg_home .mvSect_scrollWrapper {
    position: absolute;
    top: calc((289 / 375) * 100vw);
    left: calc((64 / 375) * 100vw);
    height: calc((155 / 375) * 100vw);
  }

  .pg_home .mvSect_scrollTxt {
    padding-left: calc((10 / 375) * 100vw);
    font-size: calc((10 / 375) * 100vw);
  }

  .pg_home .mvSect_square {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #E0E0EA;
  }

  .pg_home .mvSect_square__01 {
    left: calc((18 / 375) * 100vw);
    top: calc((83 / 375) * 100vw);
    width: calc((34/ 375) * 100vw);
    height: calc((6 / 375) * 100vw);
  }

  .pg_home .mvSect_square__02 {
    left: calc((36 / 375) * 100vw);
    top: calc((93 / 375) * 100vw);
    width: calc((58 / 375) * 100vw);
    height: calc((4 / 375) * 100vw);
  }

  .pg_home .mvSect_square__03 {
    left: calc((304 / 375) * 100vw);
    top: calc((507 / 375) * 100vw);
    width: calc((50 / 375) * 100vw);
    height: calc((4 / 375) * 100vw);
  }

  .pg_home .mvSect_square__04 {
    left: calc((312 / 375) * 100vw);
    top: calc((451 / 375) * 100vw);
    width: calc((40 / 375) * 100vw);
    height: calc((6 / 375) * 100vw);
  }

  .pg_home .mvSect_square__05 {
    left: calc((325 / 375) * 100vw);
    top: calc((495 / 375) * 100vw);
    width: calc((50 / 375) * 100vw);
    height: calc((8 / 375) * 100vw);
  }

  .pg_home .mvSect_square__06,
  .pg_home .mvSect_square__07,
  .pg_home .mvSect_square__08 {
    display: none;
  }

  .pg_home .mvSect_deco {
    position: absolute;
    background: center/cover no-repeat;
    pointer-events: none;
    opacity: 0;
  }

  .pg_home .mvSect_deco__01 {
    top: calc((62 / 375) * 100vw);
    left: calc(50% + (81 / 375) * 100vw);
    width: calc((81 / 375) * 100vw);
    height: calc((69 / 375) * 100vw);
    background-image: url(../images/top/mv_bg_square_01_sp.png);
  }

  .pg_home .mvSect_deco__02 {
    top: calc((331 / 375) * 100vw);
    left: 0;
    width: calc((32 / 375) * 100vw);
    height: calc((60 / 375) * 100vw);
    background-image: url(../images/top/mv_bg_square_02_sp.png);
  }

  .pg_home .mvSect_deco__03 {
    top: calc((392 / 375) * 100vw);
    left: calc(50% + (8 / 375) * 100vw);
    width: calc((76 / 375) * 100vw);
    height: calc((80 / 375) * 100vw);
    background-image: url(../images/top/mv_bg_square_03_sp.png);
  }

  .pg_home .mvSect_deco__04 {
    bottom: calc((-6 / 375) * 100vw);
    left: calc((35 / 375) * 100vw);
    width: calc((44 / 375) * 100vw);
    height: calc((44 / 375) * 100vw);
    background-image: url(../images/top/mv_bg_square_04_sp.png);
  }

  .pg_home .mvSect_deco__wave {
    opacity: 1;
    top: calc((260 / 375) * 100vw);
    left: 0;
    width: 100%;
    height: calc((162.5 / 375) * 100vw);
    background: url(../images/top/mv_bg_wave_01_sp.png) top left/100vw auto no-repeat;
  }
}

.pg_home .aboutSect {
  overflow: hidden;
  padding: 23.43vw 0 90px;
  background: url(../images/top/about_bg_circle_01.png) center top/contain no-repeat;
}

.pg_home .aboutSect_inner {
  max-width: 1080px;
  margin: auto;
}

.pg_home .aboutSect_head {
  position: relative;
  text-align: center;
}

.pg_home .aboutSect_headSquare {
  position: absolute;
  top: 10px;
  left: calc(50% - 498px);
  width: 977px;
  height: 240px;
  background: url(../images/top/about_bg_square_01.png) center/contain no-repeat;
  pointer-events: none;
}

.pg_home .aboutSect_enTtl {
  justify-content: center;
}

.pg_home .aboutSect_ttl {
  margin-top: 34px;
  font-size: 4.4rem;
  line-height: 1.72;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.pg_home .aboutSect_subTtl {
  margin-top: calc(80px - 1.08em);
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.16;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0e15af;
}

.pg_home .aboutSect_imgArea {
  margin-top: 40px;
  width: 100%;
}

.pg_home .aboutSect_img {
  width: 100%;
  height: auto;
}

.pg_home .aboutSect_body {
  display: flex;
  margin: 80px 0 0;
  padding: 0 40px;
  width: 100%;
}

.pg_home .aboutSect_txt {
  flex-grow: 1;
  margin: 0 74px 0 0;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.pg_home .aboutSect_link {
  flex-shrink: 0;
  margin-top: 47px;
}

.pg_home .aboutSect_footDecoWrapper {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.1;
}

.pg_home .aboutSect_footDeco {
  margin: 35px 0 0;
  padding-right: 0.5em;
  white-space: nowrap;
  font-size: 16.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  background: linear-gradient(0deg, #0e15af 0%, #db2eb0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 820px) {
  .pg_home .aboutSect {
    padding: 46.13vw 0 30px;
    background: url(../images/top/about_bg_circle_01_sp.png) center top/contain no-repeat;
  }

  .pg_home .aboutSect_head {
    text-align: left;
  }

  .pg_home .aboutSect_headSquare {
    top: -57px;
    left: auto;
    right: 36px;
    width: 81px;
    height: 77px;
    background: url(../images/top/about_bg_square_01_sp.png) center/contain no-repeat;
  }

  .pg_home .aboutSect_enTtl {
    justify-content: flex-start;
  }

  .pg_home .aboutSect_ttl {
    margin-top: calc(24px - 0.25em);
    font-size: min(7.4666666667vw, 3.3rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .pg_home .aboutSect_subTtl {
    margin-top: calc(41px - 1em);
    font-size: min(4.8vw, 2.3rem);
    line-height: 3;
    letter-spacing: 0.05em;
  }

  .pg_home .aboutSect_imgArea {
    margin-top: 26px;
  }

  .pg_home .aboutSect_body {
    display: block;
    margin: 44px 0 0;
    padding: 0;
  }

  .pg_home .aboutSect_txt {
    margin: 0;
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .pg_home .aboutSect_link {
    margin-top: 24px;
  }

  .pg_home .aboutSect_footDeco {
    margin: 20px 0 0;
    font-size: min(20.2666666667vw, 8.1rem);
    letter-spacing: 0.02em;
  }
}

.pg_home .serviceSect_listWrapper {
  overflow: hidden;
  width: 100%;
}

.pg_home .serviceSect_header {
  padding: 162px 0 70px;
  color: #fff;
  background: url(../images/top/service_bg_01.jpg) center/cover no-repeat;
}

.pg_home .serviceSect_ttlWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}

.pg_home .serviceSect_ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
  flex-grow: 1;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.pg_home .serviceSect_ttl .em {
  display: flex;
  align-items: center;
  font-size: 7.6rem;
  letter-spacing: 0.05em;
}

.pg_home .serviceSect_ttl .ruby {
  display: inline-block;
  position: relative;
  margin: 0 15px -10px;
  padding: 0 19px;
  font-size: 1.4rem;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

.pg_home .serviceSect_ttl .ruby::before,
.pg_home .serviceSect_ttl .ruby::after {
  content: "";
  position: absolute;
  top: 0;
  border: 1px solid #fff;
  width: 6px;
  height: 100%;
}

.pg_home .serviceSect_ttl .ruby::before {
  left: 0;
  border-right: none;
}

.pg_home .serviceSect_ttl .ruby::after {
  right: 0;
  border-left: none;
}

.pg_home .serviceSect_navArea {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 376px;
}

.pg_home .serviceSect_link {
  position: relative;
  margin-left: 24px;
  padding-left: 24px;
}

.pg_home .serviceSect_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 1px;
  height: 24px;
  background: #fff;
}

.pg_home .serviceSect_item {
  position: relative;
  overflow: hidden;
}

.pg_home .serviceSect_itemInner {
  display: block;
  padding-top: 141%;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.pg_home .serviceSect_itemInner>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg_home .serviceSect_itemBg {
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.3s;
}

.pg_home .serviceSect_itemTtl {
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px 36px;
}

.pg_home .serviceSect_itemTtl::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68.75%;
  background: linear-gradient(0deg, #191a26 0%, rgba(255, 255, 255, 0) 100%);
}

.pg_home .serviceSect_itemTtl .cat {
  display: inline-block;
  margin-top: 17px;
  border: 1px solid currentColor;
  border-radius: 100px;
  padding: 2px 10px 4px;
  width: auto;
  font-size: clamp(1.1rem, 1.1vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: 0;
}

.pg_home .serviceSect_itemTtl .cat br {
  display: none;
}

.pg_home .serviceSect_itemLogo {
  opacity: 0;
  z-index: 1;
  background: rgba(13, 23, 47, 0.7);
  transition: opacity 0.3s;
  padding: 16.081871345%;
}

.pg_home .serviceSect_itemLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-whatintent=mouse] .pg_home .serviceSect_itemInner:hover .serviceSect_itemBg {
  transform: scale(1.1);
}

[data-whatintent=mouse] .pg_home .serviceSect_itemInner:hover .serviceSect_itemLogo {
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .pg_home .serviceSect {
    position: relative;
    background: url(../images/top/service_bg_01_sp.jpg) center/cover no-repeat;
  }

  .pg_home .serviceSect_listWrapper {
    overflow: visible;
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .pg_home .serviceSect_header {
    padding: 76px 0 34px;
    background: none;
  }

  .pg_home .serviceSect_ttlWrapper {
    display: block;
    margin-top: 8px;
  }

  .pg_home .serviceSect_ttl {
    display: block;
    font-size: min(7.4666666667vw, 3.3rem);
    line-height: 1.3;
    letter-spacing: 0.05em;
  }

  .pg_home .serviceSect_ttl .em {
    font-size: 5.6rem;
    font-size: min(14.9333333333vw, 6.1rem);
    letter-spacing: 0.05em;
  }

  .pg_home .serviceSect_ttl .ruby {
    margin: 0 0 -10px 15px;
    padding: 0 14px;
    line-height: 1.58;
    font-size: min(3.7333333333vw, 1.9rem);
    letter-spacing: 0.05em;
  }

  .pg_home .serviceSect_link {
    margin-left: 0;
    padding-left: 0;
  }

  .pg_home .serviceSect_link::before {
    content: none;
  }

  .pg_home .serviceSect_slideNav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: calc(143px + (100vw - 40px) / 2 * 1.44 / 2 - 15px);
    left: 0;
    right: 0;
    padding: 0 6px;
  }

  .pg_home .serviceSect_slideNav_prev,
  .pg_home .serviceSect_slideNav_next {
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
  }

  .pg_home .serviceSect_slideNav_prev::before,
  .pg_home .serviceSect_slideNav_next::before {
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }

  .pg_home .serviceSect_body {
    overflow: hidden;
  }

  .pg_home .serviceSect_itemInner {
    padding-top: 144.5%;
    font-size: min(4.8vw, 2.3rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .pg_home .serviceSect_itemTtl {
    padding: 10px 14px 20px;
  }

  .pg_home .serviceSect_itemTtl .cat {
    display: inline;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: min(4vw, 2rem);
  }

  .pg_home .serviceSect_itemTtl .cat br {
    display: block;
  }

  .pg_home .serviceSect_itemLogo {
    opacity: 1;
    background: none;
    padding: 10px 14px;
  }

  .pg_home .serviceSect_foot {
    padding: 40px 20px 70px;
    color: #fff;
  }
}

.pg_home .benefitSect_header {
  position: relative;
  background: #f0f0f5;
  padding: 160px 0 220px;
  overflow: hidden;
}

.pg_home .benefitSect_headerWave {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #f0f0f5 url(../images/top/benefit_bg_wave_01.png) center bottom -37px/3143px auto no-repeat;
}

@media screen and (min-width: 3143px) {
  .pg_home .benefitSect_headerWave {
    background-size: 100% auto;
  }
}

.pg_home .benefitSect_headerWaveMask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f5;
}

.pg_home .benefitSect_headerSquare {
  position: absolute;
  opacity: 0;
  top: 123px;
  left: calc(50% + 312px);
  width: 181px;
  height: 172px;
  background: url(../images/top/benefit_bg_square_01.png) center/contain no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 3143px) {
  .pg_home .benefitSect_headerSquare {
    width: 5.7588291441vw;
    height: 5.4724785237vw;
  }
}

.pg_home .benefitSect .el_enTtl {
  position: relative;
}

.pg_home .benefitSect_ttl {
  margin-top: 35px;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.pg_home .benefitSect_body {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #f0f0f5;
}

.pg_home .benefitSect_scroll {
  width: max(50vw, 960px / 2);
}

.pg_home .benefitSect_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 50px clamp(80px, 10vw, 144px) 50px max(60px, 100% - 544px);
  min-height: 100vh;
}

.pg_home .benefitSect_contTtl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #0e15af;
  text-transform: uppercase;
}

.pg_home .benefitSect_contTtl .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 47px;
  border-radius: 50%;
  border: 1px solid #0e15af;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

.pg_home .benefitSect_contTtl .num::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 24px;
  height: 1px;
  background: #0e15af;
}

.pg_home .benefitSect_lead {
  margin-top: 73px;
  font-size: 4rem;
  line-height: 1.575;
  font-weight: bold;
  white-space: nowrap;
}

.pg_home .benefitSect_txt {
  margin-top: 38px;
  font-size: 1.6rem;
  line-height: 2;
}

.pg_home .benefitSect_sticky {
  position: relative;
  width: max(50vw, 960px / 2);
  height: 100vh;
}

.pg_home .benefitSect_bg {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100vh;
  background: url(../images/top/benefit_bg_01.png) 0/cover no-repeat;
}

.pg_home .benefitSect_bg::before,
.pg_home .benefitSect_bg::after {
  content: "";
  position: absolute;
}

.pg_home .benefitSect_bg::before {
  top: 146px;
  right: 112px;
  width: 693px;
  height: 160px;
  background: url(../images/top/benefit_bg_02.png) right top/contain no-repeat;
}

.pg_home .benefitSect_bg::after {
  bottom: 75px;
  right: 0;
  width: 720px;
  height: 164px;
  background: url(../images/top/benefit_bg_03.png) left top/contain no-repeat;
}

.pg_home .benefitSect_imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/top/benefit_img_01.jpg) center/cover no-repeat;
}

.pg_home .benefitSect_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
}

.pg_home .benefitSect_img.is_active {
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .pg_home .benefitSect {
    background: #f0f0f5;
  }

  .pg_home .benefitSect_header {
    position: relative;
    padding: 76px 0 104px;
  }

  .pg_home .benefitSect_headerWave {
    background: url(../images/top/benefit_bg_wave_01_sp.png) left calc(50% + 84px) bottom -127px/1520px auto no-repeat;
  }

  .pg_home .benefitSect_headerSquare {
    top: 35px;
    left: auto;
    right: 32px;
    width: 87px;
    height: 85px;
    background: url(../images/top/benefit_bg_02_sp.png) center/contain no-repeat;
  }

  .pg_home .benefitSect_ttl {
    margin-top: 15px;
    letter-spacing: 0.05em;
    font-size: min(7.4666666667vw, 3.3rem);
    line-height: 1.57;
  }

  .pg_home .benefitSect_body {
    display: block;
  }

  .pg_home .benefitSect_cont {
    display: block;
    z-index: 0;
    padding: 60px 0 0;
    min-height: initial;
  }

  .pg_home .benefitSect_cont__01 {
    position: relative;
    background: url(../images/top/benefit_bg_04_sp.png) top 80px right 46px/80px 80px no-repeat;
  }

  .pg_home .benefitSect_cont__01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 18px;
    background: url(../images/top/benefit_bg_03_sp.png) 0/contain no-repeat;
  }

  .pg_home .benefitSect_cont__02 {
    background: url(../images/top/benefit_bg_05_sp.png) top 114px right 0/130px 18px no-repeat;
  }

  .pg_home .benefitSect_cont__03 {
    background: url(../images/top/benefit_bg_06_sp.png) top 83px right 50px/93px 95px no-repeat;
  }

  .pg_home .benefitSect_contTtl {
    font-size: min(3.7333333333vw, 1.9rem);
    letter-spacing: 0.08em;
  }

  .pg_home .benefitSect_contTtl .num {
    margin-left: 32px;
    width: 30px;
    height: 30px;
    font-size: min(3.2vw, 1.7rem);
    letter-spacing: 0.01em;
  }

  .pg_home .benefitSect_contTtl .num::before {
    width: 14px;
  }

  .pg_home .benefitSect_lead {
    margin-top: 24px;
    font-size: min(6.9333333333vw, 3.1rem);
    line-height: 1.5;
    white-space: normal;
  }

  .pg_home .benefitSect_txt {
    margin-top: 22px;
    font-size: min(3.7333333333vw, 1.9rem);
  }

  .pg_home .benefitSect_contImg {
    position: relative;
    margin-top: 36px;
    padding-top: 72.22%;
    width: 100%;
    height: 0;
  }

  .pg_home .benefitSect_contImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.pg_home .solutionSect {
  padding: 130px 0;
  background: #f0f0f5;
}

.pg_home .solutionSect_inner {
  display: flex;
  justify-content: space-between;
}

.pg_home .solutionSect_header {
  flex-shrink: 0;
  padding-right: 3.5em;
}

.pg_home .solutionSect_ttl {
  margin-top: 35px;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.pg_home .solutionSect_body {
  width: 100%;
  max-width: 820px;
  background: #fff;
  padding: 40px 40px;
}

.pg_home .solutionSect_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pg_home .solutionSect_listItem {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e0e0ea;
  padding: 15px 0;
  width: calc((100% - 24px) / 2);
}

.pg_home .solutionSect_listItem::before {
  content: "";
  margin-top: 4px;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/top/solution_icon_check.png);
  background-size: 20px 20px;
}

.pg_home .solutionSect_listItem:first-child,
.pg_home .solutionSect_listItem:nth-child(2) {
  border-top: 0;
  padding: 0 0 17px 0;
}

.pg_home .solutionSect_listItem:nth-child(n+5) {
  padding: 15px 0 0 0;
}

.pg_home .solutionSect_txt {
  width: calc(100% - 36px);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.pg_home .solutionSect_txt .em {
  color: #d82eb0;
}

@media screen and (max-width: 820px) {
  .pg_home .solutionSect {
    padding: 80px 0;
  }

  .pg_home .solutionSect_inner {
    flex-direction: column;
  }

  .pg_home .solutionSect_ttl {
    margin-top: 18px;
    font-size: min(7.4666666667vw, 3.3rem);
    font-weight: bold;
    line-height: 1.5;
  }

  .pg_home .solutionSect_body {
    margin-top: 32px;
    padding: 25px 20px;
    width: 100%;
  }

  .pg_home .solutionSect_list {
    justify-content: center;
  }

  .pg_home .solutionSect_listItem {
    padding: 13px 0;
    width: 100%;
    align-items: center;
  }

  .pg_home .solutionSect_listItem::before {
    margin-right: 16px;
  }

  .pg_home .solutionSect_listItem:first-child {
    padding: 0 0 16px 0;
  }

  .pg_home .solutionSect_listItem:nth-child(2) {
    border-top: 1px solid #e0e0ea;
    padding: 13px 0;
  }

  .pg_home .solutionSect_listItem:nth-child(5) {
    padding: 13px 0;
  }

  .pg_home .solutionSect_listItem:nth-child(6) {
    padding: 11px 0 0 0;
  }

  .pg_home .solutionSect_txt {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.pg_home .bl_caseSect {
  padding: 160px 0;
}

.pg_home .bl_caseSect_body {
  margin-top: 54px;
}

.pg_home .bl_caseSect_caseList {
  gap: 53px;
}

.pg_home .bl_caseSect_case {
  width: calc((100% - 106px) / 3);
}

.pg_home .bl_caseSect_caseBody {
  margin-top: 30px;
  padding: 0 11.9%;
}

.pg_home .bl_caseSect_caseTtl {
  font-size: 2rem;
}

.pg_home .bl_caseSect_caseTxt {
  margin-top: 17px;
}

.pg_home .bl_caseSect_caseFoot {
  margin-top: 32px;
}

.pg_home .bl_caseSect_caseDate {
  letter-spacing: 0.05em;
}

.pg_home .bl_caseSect_caseDate:before {
  width: 55px;
}

@media screen and (max-width: 820px) {
  .pg_home .bl_caseSect {
    padding: 76px 0 80px;
  }

  .pg_home .bl_caseSect_body {
    padding: 0 20px;
    margin-top: 32px;
  }

  .pg_home .bl_caseSect_caseList {
    gap: 0;
  }

  .pg_home .bl_caseSect_case {
    width: 100%;
  }

  .pg_home .bl_caseSect_case+.bl_caseSect_case {
    margin-top: 36px;
  }

  .pg_home .bl_caseSect_caseTtl {
    text-align: left;
    font-size: min(5.3333333333vw, 2.5rem);
  }

  .pg_home .bl_caseSect_caseBody {
    margin-top: 24px;
    padding: 0;
  }

  .pg_home .bl_caseSect_caseTxt {
    margin-top: 8px;
    font-size: min(4.2666666667vw, 2.1rem);
  }

  .pg_home .bl_caseSect_caseFoot {
    margin-top: 11px;
  }

  .pg_home .bl_caseSect_caseDate {
    font-size: min(3.4666666667vw, 1.8rem);
  }

  .pg_home .bl_caseSect_caseDate:before {
    right: calc(100% + 10px);
    width: 55px;
  }
}

.pg_articleSet .ly_articleWrap h2 {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 49px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h2 {
    margin-bottom: 29px;
    font-size: min(6.4vw, 2.9rem);
    padding-left: 31px;
  }
}

.pg_articleSet .ly_articleWrap h2:before,
.pg_articleSet .ly_articleWrap h2:after {
  content: "";
  position: absolute;
  background-color: #0e15af;
}

.pg_articleSet .ly_articleWrap h2::before {
  top: 20px;
  left: 8px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h2::before {
    top: 14px;
    left: 6px;
    width: 10px;
    height: 10px;
  }
}

.pg_articleSet .ly_articleWrap h2:after {
  top: 31px;
  left: 0;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h2:after {
    top: 24px;
    width: 6px;
    height: 6px;
  }
}

.pg_articleSet .ly_articleWrap h3 {
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h3 {
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: min(5.8666666667vw, 2.7rem);
  }
}

.pg_articleSet .ly_articleWrap h3:before,
.pg_articleSet .ly_articleWrap h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.pg_articleSet .ly_articleWrap h3:before {
  width: 100%;
  background-color: #E0E0EA;
}

.pg_articleSet .ly_articleWrap h3:after {
  width: 40px;
  background-color: #0e15af;
}

.pg_articleSet .ly_articleWrap h4 {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #0e15af;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h4 {
    margin-bottom: 16px;
    font-size: min(5.3333333333vw, 2.5rem);
  }
}

.pg_articleSet .ly_articleWrap h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0e15af;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h4::before {
    top: 8px;
  }
}

.pg_articleSet .ly_articleWrap h5 {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap h5 {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.pg_articleSet .ly_articleWrap p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap p {
    letter-spacing: 0.05em;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap p.has-text-align-left {
  text-align: left;
}

.pg_articleSet .ly_articleWrap p.has-text-align-center {
  text-align: center;
}

.pg_articleSet .ly_articleWrap p.has-text-align-right {
  text-align: right;
}

.pg_articleSet .ly_articleWrap p+p {
  margin-top: 25px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap p+p {
    margin-top: 15px;
  }
}

.pg_articleSet .ly_articleWrap p>a {
  color: #0e15af;
  text-decoration: underline;
}

.pg_articleSet .ly_articleWrap p>a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -1px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../images/common/icon_blank.svg);
}

.pg_articleSet .ly_articleWrap p>a[href$=".doc"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".docx"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".docm"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".dotx"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".dotm"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".xls"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".xlsx"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".xlt"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".xml"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".xlsm"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".csv"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".ppt"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".pptx"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".pptm"]:after,
.pg_articleSet .ly_articleWrap p>a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: -1px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../images/common/icon_file.svg);
}

[data-whatintent=mouse] .pg_articleSet .ly_articleWrap p>a:hover {
  text-decoration: none;
}

.pg_articleSet .ly_articleWrap .telSect_txt {
  margin-bottom: 37px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_txt {
    margin-bottom: 16px;
  }
}

.pg_articleSet .ly_articleWrap .telSect_txt p {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_txt p {
    letter-spacing: 0.05em;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .telSect_box {
  position: relative;
  width: 612px;
  min-height: 145px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_box {
    width: 335px;
    min-height: 118px;
  }
}

.pg_articleSet .ly_articleWrap .telSect_tel {
  width: 612px;
  min-height: 145px;
  border: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_tel {
    width: 335px;
    min-height: 118px;
  }
}

.pg_articleSet .ly_articleWrap .telSect_tel>a {
  text-decoration: none;
  color: currentColor;
}

.pg_articleSet .ly_articleWrap .telSect_tel svg {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 155px);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_tel svg {
    top: calc(50% - 9px);
    left: calc(50% - 113px);
    width: 18px;
  }
}

.pg_articleSet .ly_articleWrap .telSect_tel a {
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 37px;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 2.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_tel a {
    padding-left: 35px;
    font-size: min(8.5333333333vw, 3.7rem);
    line-height: 3.1;
  }
}

@media screen and (min-width: 821px) {
  .pg_articleSet .ly_articleWrap .telSect_tel a {
    pointer-events: none;
  }
}

.pg_articleSet .ly_articleWrap .telSect_note {
  position: absolute;
  top: 33px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_note {
    top: 27px;
  }
}

.pg_articleSet .ly_articleWrap .telSect_note p {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .telSect_note p {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .mailSect_txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .mailSect_txt {
    letter-spacing: 0.05em;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .mailSect_txt+.mailSect_txt,
.pg_articleSet .ly_articleWrap .mailSect_txt+.mailSect_info {
  margin-top: 25px;
}

@media screen and (max-width: 820px) {

  .pg_articleSet .ly_articleWrap .mailSect_txt+.mailSect_txt,
  .pg_articleSet .ly_articleWrap .mailSect_txt+.mailSect_info {
    margin-top: 15px;
  }
}

.pg_articleSet .ly_articleWrap .mailSect_info li {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .mailSect_info li {
    margin-top: 5px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .mailSect_info li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pg_articleSet .ly_articleWrap .imgTextSect {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect {
    display: flex;
    flex-direction: column-reverse;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect>div {
  width: 50%;
  padding-right: 0;
  padding-left: 5%;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect>div {
    width: 100%;
    padding-left: 0;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect figure {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 33.33%;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect figure {
    width: 100%;
    margin-top: 17px;
    padding-bottom: 66.66%;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect figure.is_video {
  padding-bottom: 28.25%;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect figure.is_video {
    padding-bottom: 56.25%;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect figure.is_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg_articleSet .ly_articleWrap .imgTextSect figure.is_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg_articleSet .ly_articleWrap .imgTextSect figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect.has-media-on-the-right {
    flex-direction: column;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect.has-media-on-the-right>div {
  padding-right: 5%;
  padding-left: 0;
}

.pg_articleSet .ly_articleWrap .imgTextSect_en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  color: #0e15af;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect_en {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect_num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  margin-top: 0;
  margin-left: 38px;
  margin-bottom: 20px;
  color: #0e15af;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect_num {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 28px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect_num::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  width: 23px;
  height: 1px;
  background: #0e15af;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect_num::before {
    width: 13px;
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect_hdg {
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 22px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect_hdg {
    margin-bottom: 17px;
    font-size: 2.2rem;
    font-size: min(5.8666666667vw, 2.7rem);
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect_hdg:before,
.pg_articleSet .ly_articleWrap .imgTextSect_hdg:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .imgTextSect_hdg:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .imgTextSect_txt {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect_txt {
    letter-spacing: 0.05em;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .imgTextSect_txt:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .imgTextSect+.imgTextSect {
  margin-top: 80px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .imgTextSect+.imgTextSect {
    margin-top: 40px;
  }
}

.pg_articleSet .ly_articleWrap .conceptSect {
  padding: 60px 51px 51px 51px;
  text-align: center;
  background-color: #F5F5F9;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .conceptSect {
    padding: 26px 30px;
    text-align: left;
  }
}

.pg_articleSet .ly_articleWrap .conceptSect_txt {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .conceptSect_txt {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.pg_articleSet .ly_articleWrap .conceptSect_txt:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .btnSect {
  text-align: center;
}

.pg_articleSet .ly_articleWrap .btnSect_txt {
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 25px 140px 29px 60px;
  border-top: 1px solid #E0E0EA;
  border-bottom: 1px solid #E0E0EA;
  font-size: 2rem;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .btnSect_txt {
    width: 100%;
    padding: 21px 72px 20px 17px;
    text-align: left;
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_articleSet .ly_articleWrap .btnSect_txt[target=_blank] .btnSect_arw {
  transform: translateY(-50%) rotate(-45deg);
}

.pg_articleSet .ly_articleWrap .btnSect_arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  pointer-events: none;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .btnSect_arw {
    right: 17px;
  }
}

.pg_articleSet .ly_articleWrap .wp-block-buttons {
  display: block;
  text-align: center;
}

.pg_articleSet .ly_articleWrap .wp-block-buttons .wp-block-button {
  display: block;
  margin-top: 40px;
}

.pg_articleSet .ly_articleWrap .wp-block-buttons .wp-block-button:first-child {
  margin-top: 0;
}

[data-whatintent=mouse] .pg_articleSet .ly_articleWrap .wp-block-buttons .wp-block-button:hover a {
  color: #db2eb0;
}

.pg_articleSet .ly_articleWrap .wp-block-buttons .wp-block-button a {
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding: 25px 140px 29px 60px;
  border-top: 1px solid #E0E0EA;
  border-bottom: 1px solid #E0E0EA;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: bold;
  color: #0e15af;
  transition: color 0.3s;
  background-color: unset;
  border-radius: 0;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .wp-block-buttons .wp-block-button a {
    width: 100%;
    padding: 21px 72px 20px 17px;
    text-align: left;
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_articleSet .ly_articleWrap .faqSect {
  padding: 41px 30px 27px;
  background-color: #F5F5F9;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect {
    padding: 29px 20px 17px 20px;
  }
}

.pg_articleSet .ly_articleWrap .faqSect+.faqSect {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect+.faqSect {
    margin-top: 15px;
  }
}

.pg_articleSet .ly_articleWrap .faqSect_q>div {
  position: relative;
  padding-left: 63px;
  padding-bottom: 27px;
  border-bottom: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_q>div {
    padding-left: 49px;
    padding-bottom: 15px;
  }
}

.pg_articleSet .ly_articleWrap .faqSect_q>div::before {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  content: "Q.";
  position: absolute;
  top: -13px;
  left: 0;
  color: #0e15af;
  font-size: 3.6rem;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_q>div::before {
    top: -10px;
    font-size: min(7.4666666667vw, 3.3rem);
  }
}

.pg_articleSet .ly_articleWrap .faqSect_q p {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_q p {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.pg_articleSet .ly_articleWrap .faqSect_a>div {
  position: relative;
  padding-left: 63px;
  margin-top: 26px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_a>div {
    padding-left: 48px;
    margin-top: 20px;
  }
}

.pg_articleSet .ly_articleWrap .faqSect_a>div::before {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  content: "A.";
  position: absolute;
  top: -13px;
  left: 2px;
  color: #db2eb0;
  font-size: 3.6rem;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_a>div::before {
    top: -9px;
    font-size: min(7.4666666667vw, 3.3rem);
  }
}

.pg_articleSet .ly_articleWrap .faqSect_a_hdg {
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_a_hdg {
    margin-bottom: 7px;
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

.pg_articleSet .ly_articleWrap .faqSect_a_hdg:before,
.pg_articleSet .ly_articleWrap .faqSect_a_hdg:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .faqSect_a_hdg:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .faqSect_a_txt p {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .faqSect_a_txt p {
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }
}

.pg_articleSet .ly_articleWrap .colSect {
  display: flex;
  flex-wrap: wrap !important;
  gap: 60px 6%;
}

@media screen and (min-width: 821px) {
  .pg_articleSet .ly_articleWrap .colSect {
    padding: 0 28px;
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect {
    display: block;
  }
}

.pg_articleSet .ly_articleWrap .colSect>div {
  flex-basis: unset !important;
  width: 29.3333333333%;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect>div {
    width: 100%;
    padding: 0 42px;
    margin-top: 36px;
  }

  .pg_articleSet .ly_articleWrap .colSect>div:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_item {
    position: relative;
  }

  .pg_articleSet .ly_articleWrap .colSect_item>div {
    padding-top: 30px;
  }
}

.pg_articleSet .ly_articleWrap .colSect_num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  color: #0e15af;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (min-width: 821px) {
  .pg_articleSet .ly_articleWrap .colSect_num {
    margin-left: 6%;
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_num {
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    padding-top: 1px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .colSect_hdg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 280px);
  height: 0;
  padding-bottom: min(100%, 280px);
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_hdg {
    width: 185px;
    padding-bottom: 185px;
    margin-top: 4px;
  }
}

.pg_articleSet .ly_articleWrap .colSect_hdg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url(../images/article-set/col-sect_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5px 5px rgba(248, 217, 241, 0.1);
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_hdg::before {
    width: 250px;
    padding-bottom: 250px;
    background-image: url(../images/article-set/col-sect_bg_sp.png);
    box-shadow: 0 0 5px 10px rgba(248, 217, 241, 0.1);
  }
}

.pg_articleSet .ly_articleWrap .colSect_hdg>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(76.78%, 215px);
  height: 0;
  padding-bottom: min(76.78%, 215px);
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_hdg>div {
    width: 185px;
    height: 185px;
  }
}

.pg_articleSet .ly_articleWrap .colSect_hdg h3 {
  letter-spacing: 0.05em;
  position: absolute;
  top: 1px;
  left: 1px;
  transform: translate(1px, -1px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  background: linear-gradient(0deg, #db2eb0, #0e15af);
  background: -webkit-linear-gradient(0deg, #db2eb0, #0e15af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_hdg h3 {
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_articleSet .ly_articleWrap .colSect_hdg h3:before,
.pg_articleSet .ly_articleWrap .colSect_hdg h3:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .colSect_txt {
  margin-top: 1px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_txt {
    margin-top: 30px;
  }
}

.pg_articleSet .ly_articleWrap .colSect_txt p {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .colSect_txt p {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .colSect_txt p strong {
  font-weight: normal !important;
  color: #db2eb0;
}

.pg_articleSet .ly_articleWrap .serviceSect_item {
  position: relative;
  display: flex;
  flex-direction: row !important;
  align-items: flex-start !important;
  flex-wrap: nowrap;
  gap: 0;
  padding: 29px 30px 29px 30px;
  background-color: #F5F5F9;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_item {
    padding: 24px 21px 22px 21px;
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_item:before {
  content: "";
  position: absolute;
  top: 105px;
  left: 49px;
  width: 1px;
  height: calc(100% - 62px - 13px);
  background-color: #0e15af;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_item:before {
    top: 95px;
    left: 39px;
    height: calc(100% - 62px - 10px);
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_item:last-child:before {
  content: none;
}

.pg_articleSet .ly_articleWrap .serviceSect_item+.serviceSect_item {
  margin-top: 10px;
}

.pg_articleSet .ly_articleWrap .serviceSect_step {
  width: 40px;
  margin-top: -1px;
}

.pg_articleSet .ly_articleWrap .serviceSect_step>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg_articleSet .ly_articleWrap .serviceSect_en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0;
  color: #0e15af;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_en {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_num {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #0e15af;
  border-radius: 100%;
  padding-top: 1px;
  margin-top: 1px;
  color: #0e15af;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_num {
    width: 30px;
    height: 30px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 40px);
  padding-left: 40px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_body {
    width: calc(100% - 30px);
    padding-left: 16px;
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_body .wp-block-group__inner-container {
  margin: 0 !important;
}

.pg_articleSet .ly_articleWrap .serviceSect_hdg {
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_hdg {
    margin-bottom: 7px;
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_articleSet .ly_articleWrap .serviceSect_hdg:before,
.pg_articleSet .ly_articleWrap .serviceSect_hdg:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .serviceSect_hdg:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .serviceSect_txt p {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .serviceSect_txt p {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .staffSect {
  position: relative;
  padding: 119px 0 120px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect {
    padding: 60px 0;
  }
}

.pg_articleSet .ly_articleWrap .staffSect::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  width: calc(100% + 100vw - 100%);
  height: 100%;
  background-color: #F5F5F9;
}

@media screen and (max-width: 960px) {
  .pg_articleSet .ly_articleWrap .staffSect::before {
    left: -80px;
    width: calc(100% + 160px);
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}

.pg_articleSet .ly_articleWrap .staffSect_inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6%;
  gap: 0 !important;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_inner {
    display: block;
    margin-left: 0;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_inner>div {
  position: relative;
  width: 47.17%;
  padding-left: 2.83%;
  margin-left: 2.83%;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_inner>div {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #E0E0EA;
    margin-top: 30px;
    margin-left: 0;
  }

  .pg_articleSet .ly_articleWrap .staffSect_inner>div:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_inner>div:nth-child(even) {
  border-left: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_inner>div:nth-child(even) {
    border-left: 0;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_body {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_body {
    display: block;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_body figure {
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_body figure {
    margin: 0 auto;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_body figure+div {
    margin-top: 19px;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_body>div {
  width: calc(100% - 180px);
  padding-left: 30px;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_body>div {
    width: 100%;
    padding-left: 0;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_desc {
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_desc {
    margin-bottom: 7px;
    font-size: min(3.2vw, 1.7rem);
    line-height: 1.6;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_desc:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .staffSect_name {
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_name {
    margin-bottom: 14px;
    font-size: min(5.8666666667vw, 2.7rem);
  }
}

.pg_articleSet .ly_articleWrap .staffSect_name:before,
.pg_articleSet .ly_articleWrap .staffSect_name:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .staffSect_name:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .staffSect_txt p {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_txt p {
    font-size: min(3.2vw, 1.7rem);
    line-height: 1.7;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_comment {
  padding: 20px 20px 18px 20px;
  margin-top: 20px;
  background-color: #EBEBF1;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_comment {
    padding: 14px 15px 12px 15px;
    margin-top: 14px;
  }
}

.pg_articleSet .ly_articleWrap .staffSect_comment_hdg {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_comment_hdg {
    margin-bottom: 7px;
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .staffSect_comment_hdg:last-child {
  margin-bottom: 0;
}

.pg_articleSet .ly_articleWrap .staffSect_comment_hdg:before,
.pg_articleSet .ly_articleWrap .staffSect_comment_hdg:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .staffSect_comment_txt {
  margin-top: 0;
}

.pg_articleSet .ly_articleWrap .staffSect_comment_txt p {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .staffSect_comment_txt p {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .simpleTableSect table {
  width: 100%;
}

.pg_articleSet .ly_articleWrap .simpleTableSect table tr {
  border-bottom: 1px solid #E0E0EA;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .simpleTableSect table tr {
    display: flex;
    flex-direction: column;
    padding-bottom: 17px;
    margin-bottom: 18px;
  }
}

.pg_articleSet .ly_articleWrap .simpleTableSect table th,
.pg_articleSet .ly_articleWrap .simpleTableSect table td {
  padding: 0 !important;
  border-width: unset !important;
  border-style: none !important;
  border-color: unset !important;
  vertical-align: top !important;
}

.pg_articleSet .ly_articleWrap .simpleTableSect table th {
  letter-spacing: 0.05em;
  width: 230px;
  min-width: 230px;
  padding-top: 28px !important;
  padding-bottom: 27px !important;
  padding-right: 30px !important;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  background-color: unset !important;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .simpleTableSect table th {
    width: 100%;
    min-width: unset;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 5px;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .simpleTableSect table td {
  padding-top: 28px !important;
  padding-bottom: 27px !important;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .simpleTableSect table td {
    letter-spacing: 0.05em;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect::-webkit-scrollbar {
  height: 8px;
}

.pg_articleSet .ly_articleWrap .tableSect::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #EEEEEE;
}

.pg_articleSet .ly_articleWrap .tableSect::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #999999;
}

.pg_articleSet .ly_articleWrap .tableSect table {
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .tableSect table {
    width: 1200px;
    max-width: none !important;
  }
}

.pg_articleSet .ly_articleWrap .tableSect table th,
.pg_articleSet .ly_articleWrap .tableSect table td {
  padding: 14px !important;
  border: 1px solid #E0E0EA !important;
  background-color: unset !important;
  vertical-align: unset !important;
}

.pg_articleSet .ly_articleWrap .tableSect table th.tableSect_highLight,
.pg_articleSet .ly_articleWrap .tableSect table td.tableSect_highLight {
  background-color: #F5F5F9 !important;
}

@media screen and (max-width: 820px) {

  .pg_articleSet .ly_articleWrap .tableSect table th,
  .pg_articleSet .ly_articleWrap .tableSect table td {
    padding: 13px 14px !important;
  }
}

.pg_articleSet .ly_articleWrap .tableSect table td {
  vertical-align: middle !important;
}

.pg_articleSet .ly_articleWrap .tableSect table thead th {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .tableSect table thead th {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect table thead th strong {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .tableSect table thead th strong {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect table tbody th,
.pg_articleSet .ly_articleWrap .tableSect table tfoot th {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {

  .pg_articleSet .ly_articleWrap .tableSect table tbody th,
  .pg_articleSet .ly_articleWrap .tableSect table tfoot th {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect table tbody th small,
.pg_articleSet .ly_articleWrap .tableSect table tfoot th small {
  font-size: 1.4rem;
}

@media screen and (max-width: 820px) {

  .pg_articleSet .ly_articleWrap .tableSect table tbody th small,
  .pg_articleSet .ly_articleWrap .tableSect table tfoot th small {
    font-size: min(3.2vw, 1.7rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect table tbody td,
.pg_articleSet .ly_articleWrap .tableSect table tfoot td {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {

  .pg_articleSet .ly_articleWrap .tableSect table tbody td,
  .pg_articleSet .ly_articleWrap .tableSect table tfoot td {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_articleSet .ly_articleWrap .tableSect_red {
  color: #E2003E;
}

.pg_articleSet .ly_articleWrap .bl_caseSect {
  margin-top: 119px;
}

.pg_articleSet .ly_articleWrap .bl_caseSect_caseTtl {
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .bl_caseSect_caseTtl {
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_articleSet .ly_articleWrap .bl_caseSect_caseTtl:before,
.pg_articleSet .ly_articleWrap .bl_caseSect_caseTtl:after {
  content: none;
}

.pg_articleSet .ly_articleWrap .bl_caseSect_caseTxt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .bl_caseSect_caseTxt {
    font-size: min(4.2666666667vw, 2.1rem);
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .bl_caseSect_caseDate {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

@media screen and (max-width: 820px) {
  .pg_articleSet .ly_articleWrap .bl_caseSect {
    margin-top: 80px;
  }
}

.pg_case .ly_subWrap {
  padding: 49px 0 160px;
}

@media screen and (max-width: 820px) {
  .pg_case .ly_subWrap {
    padding: 39px 0 100px;
  }
}

.pg_case .bl_caseSect_body {
  margin-top: 97px;
}

@media screen and (max-width: 820px) {
  .pg_case .bl_caseSect_body {
    margin-top: 37px;
  }
}

.pg_case .bl_caseSect_caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 104px 4.1%;
}

@media screen and (max-width: 820px) {
  .pg_case .bl_caseSect_caseList {
    gap: 40px;
  }
}

.pg_case .bl_caseSect_case {
  width: 30.6%;
}

@media screen and (max-width: 820px) {
  .pg_case .bl_caseSect_case {
    width: 100%;
  }
}

.pg_case .bl_caseSect_caseTxt {
  text-align: left;
}

.pg_case .navigation {
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .pg_case .navigation {
    margin-top: 60px;
  }
}

.pg_case .navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}

@media screen and (max-width: 820px) {
  .pg_case .navigation .nav-links {
    gap: 10px;
  }
}

.pg_case .navigation .nav-links .page-numbers {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 820px) {
  .pg_case .navigation .nav-links .page-numbers {
    width: 32px;
    height: 32px;
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_case .navigation .nav-links a.page-numbers {
  transition-property: background-color, color;
  transition-duration: 0.3s;
}

[data-whatintent=mouse] .pg_case .navigation .nav-links a.page-numbers:hover {
  background-color: #0e15af;
  color: #fff;
}

[data-whatintent=mouse] .pg_case .navigation .nav-links a.page-numbers:hover:before {
  opacity: 0;
}

[data-whatintent=mouse] .pg_case .navigation .nav-links a.page-numbers:hover:after {
  opacity: 1;
}

.pg_case .navigation .nav-links span.page-numbers.current {
  background-color: #0e15af;
  color: #fff;
}

.pg_case .navigation .nav-links a.prev,
.pg_case .navigation .nav-links a.next {
  position: relative;
  font-size: 0;
}

.pg_case .navigation .nav-links a.prev:before,
.pg_case .navigation .nav-links a.next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/case/icon_pagination.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 11px;
  opacity: 1;
  transition: opacity 0.3s;
}

.pg_case .navigation .nav-links a.prev:after,
.pg_case .navigation .nav-links a.next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/case/icon_pagination_hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 11px;
  opacity: 0;
  transition: opacity 0.3s;
}

.pg_case .navigation .nav-links a.prev {
  margin-right: 10px;
}

@media screen and (max-width: 820px) {
  .pg_case .navigation .nav-links a.prev {
    margin-right: 8px;
  }
}

.pg_case .navigation .nav-links a.next {
  transform: rotate(180deg);
  margin-left: 10px;
}

@media screen and (max-width: 820px) {
  .pg_case .navigation .nav-links a.next {
    margin-left: 8px;
  }
}

.pg_case .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.pg_caseDetailSet .ly_subWrap>*:last-child {
  padding-bottom: 160px;
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .ly_subWrap>*:last-child {
    padding-bottom: 100px;
  }
}

.pg_caseDetailSet .bl_caseSect {
  margin-top: 119px;
}

.pg_caseDetailSet .bl_caseSect_caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 104px 4.1%;
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .bl_caseSect_caseList {
    gap: 40px;
  }
}

.pg_caseDetailSet .bl_caseSect_case {
  width: 30.6%;
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .bl_caseSect_case {
    width: 100%;
  }
}

.pg_caseDetailSet .bl_caseSect_caseTtl {
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .bl_caseSect_caseTtl {
    font-size: min(4.8vw, 2.3rem);
  }
}

.pg_caseDetailSet .bl_caseSect_caseTtl:before,
.pg_caseDetailSet .bl_caseSect_caseTtl:after {
  content: none;
}

.pg_caseDetailSet .bl_caseSect_caseTxt {
  letter-spacing: 0.05em;
  margin-top: 17px;
}

.pg_caseDetailSet .bl_caseSect_caseFoot {
  margin-top: 20px;
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .bl_caseSect_caseFoot {
    margin-top: 16px;
  }
}

@media screen and (max-width: 820px) {
  .pg_caseDetailSet .bl_caseSect {
    margin-top: 80px;
  }
}

.pg_service .ly_subWrap {
  padding: 47px 0 160px;
}

@media screen and (max-width: 820px) {
  .pg_service .ly_subWrap {
    padding: 42px 0 100px;
  }
}

.pg_service .ly_subWrap>*:first-child {
  margin-top: 0;
}

.pg_seminar .ly_subWrap {
  padding-bottom: 163px;
}

@media screen and (max-width: 820px) {
  .pg_seminar .ly_subWrap {
    padding-bottom: 103px;
  }
}

.pg_seminar .bl_caseSect_body {
  margin-top: 40px;
}
/* 
.pg_seminar .bl_caseSect_caseList {
  gap: 65px 5.74%;
} */

.pg_seminar .bl_caseSect_caseList {
  gap: 65px 50px;
}

@media screen and (max-width: 820px) {
  .pg_seminar .bl_caseSect_caseList {
    gap: 39px 0;
  }
}

.pg_seminar .bl_caseSect_caseImg {
  padding-top: 56.25%;
}

.pg_seminar .bl_caseSect_caseTag {
  display: inline-block;
  padding: 2px 11px;
  border-radius: 100px;
  margin-top: 14px;
  color: #fff;
  background-color: #8E909B;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 820px) {
  .pg_seminar .bl_caseSect_caseTag {
    font-size: min(3.7333333333vw, 1.9rem);
  }
}

.pg_seminar .bl_caseSect_caseTag.open {
  background-color: #db2eb0;
}

.pg_seminar .bl_caseSect_caseTag+.bl_caseSect_caseBody {
  margin-top: 8px;
}

.pg_seminar .bl_caseSect_caseBody {
  padding: 0;
  margin-top: 31px;
}

@media screen and (max-width: 820px) {
  .pg_seminar .bl_caseSect_caseBody {
    margin-top: 22px;
  }
}

.pg_seminar .bl_caseSect_caseTtl {
  text-align: left;
}

.pg_seminar .bl_caseSect_caseTxt {
  margin-top: 16px;
  text-align: left;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 820px) {
  .pg_seminar .bl_caseSect_caseTxt {
    margin-top: 18px;
  }
}

.pg_seminar .bl_caseSect_caseFoot {
  margin-top: 26px;
}

@media screen and (max-width: 820px) {
  .pg_seminar .bl_caseSect_caseFoot {
    margin-top: 17px;
  }
}

.pg_seminar .bl_caseSect_caseDate {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 820px) {
  .js_searchCategory.is_open .js_searchCategory_nav {
    opacity: 1;
    visibility: visible;
  }

  .js_searchCategory.is_open .js_searchCategory_close {
    opacity: 1;
    visibility: visible;
  }

  .js_searchCategory_nav {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }

  .js_searchCategory_close {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }

  .js_searchCategory_overlay {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
  }

  .js_searchCategory_overlay.is_active {
    opacity: 1;
    visibility: visible;
  }

  .js_searchCategory_list li {
    display: none;
  }

  .js_searchCategory_list li.is_select {
    display: block;
  }
}

.js_searchCategory_item.is_hide {
  display: none;
}

.js_searchCategory_item.is_select {
  display: block;
}

#loading {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
}

#loading img {
  width: 700px;
}

#loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 700px;
  height: 200px;
  background-color: #fff;
  box-shadow: -67px 4px 52px 3px #fff;
  transform: translateX(80px);
  z-index: 5001;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loading {
  0% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(750px);
  }
}

@keyframes loading {
  0% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(750px);
  }
}

/**
 * Keyframes
 */
@-webkit-keyframes goAhead {
  0% {
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(30%);
  }

  55% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes goAhead {
  0% {
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(30%);
  }

  55% {
    opacity: 0;
    transform: translateX(-30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes goDiagonal {
  0% {
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translate(30%, -30%);
  }

  55% {
    opacity: 0;
    transform: translate(-30%, 30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes goDiagonal {
  0% {
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translate(30%, -30%);
  }

  55% {
    opacity: 0;
    transform: translate(-30%, 30%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(1.6em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(1.6em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#form ul li {
  margin-bottom: 5px;
}

#form ul li dl {
  display: flex;
  flex-wrap: wrap;
}

#form ul li dl dt {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 10px 20px;
  background: #eee;
}

@media screen and (max-width: 820px) {
  #form ul li dl dt {
    width: 100%;
  }
}

#form ul li dl dt.bg_white {
  background: #fff;
}

#form ul li dl dd {
  width: 50%;
  padding: 10px 20px;
}

@media screen and (max-width: 820px) {
  #form ul li dl dd {
    width: 100%;
  }
}

#form ul li dl dd .w70 {
  width: 70%;
}

@media screen and (max-width: 820px) {
  #form ul li dl dd .w70 {
    width: 100%;
  }
}

#form ul li dl dd input {
  max-width: 100%;
  padding: 10px 20px;
  border: 1px solid #999;
}

#form ul li dl dd textarea {
  padding: 10px 20px;
  border: 1px solid #999;
}

#form ul li dl dd select {
  padding: 10px 20px;
  border: 1px solid #999;
}

#form ul li dl dd a {
  color: #00f;
  text-decoration: none;
}

#form #error {
  display: none;
  color: #f00;
  text-align: center;
}

#form .button {
  /* margin-top: 50px; */
  text-align: center;
}

#form #mail_check_text {
  color: #f00;
}

#form .require_announce {
  color: #f00;
}

#form .button button {
  width: 100%;
  max-width: 250px;
  padding: 10px 0;
  background: #000;
  color: #fff;
}

#form .button{
  width: 100%;
  padding: 10px 0;
  background: #000;
  color: #fff;
}

#form ul {
    max-width: 800px;
}

/* rakusemi */
.rakusemi-jqaMark {
  width: 100% !important;
}

.rakusemi-jqaMark img {
  width: auto !important;
  right: 0;
  left: auto !important;
  padding: 10px;
}

@media screen and (max-width: 820px) {
  .rakusemi-jqaMark {
    padding-bottom: 140px !important;
  }

  .rakusemi-jqaMark img {
    right: auto;
    max-width: 120px;
    object-fit: contain;
  }
}

.rakusemi-3ReasonsColumns {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 820px) {
  .rakusemi-3ReasonsColumns {
    font-size: 1.7rem !important;
  }
}

.rakusemi_pointsGroup {
  margin-top: 15px;
}

.rakusemi_points {
  min-height: 80px;
}

.rakusemi_points_mg {
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .rakusemi_points {
    min-height: auto;
  }
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table tbody {
  background-color: #F5F5F9;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(2),
.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table td:nth-child(2) {
  background-color: #CDFFFF !important;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(3),
.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table td:nth-child(3) {
  background-color: #A3DFD4 !important;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(4),
.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table td:nth-child(4) {
  background-color: #71D7D0 !important;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(2),
.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(3),
.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(4) {
  position: relative;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(2)::after {
  position: absolute;
  width: 100%;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "\\ ミニマムプラン /";
  font-size: 16px;
  letter-spacing: 3px;
  color: #71D7D0;
  font-weight: bold;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(3)::after {
  position: absolute;
  width: 100%;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "\\ スタンダードプラン /";
  font-size: 16px;
  letter-spacing: 1px;
  color: #53b4ad;
  font-weight: bold;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table th:nth-child(4)::after {
  position: absolute;
  width: 100%;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "\\ ハイブリッドプラン /";
  font-size: 16px;
  letter-spacing: 1px;
  color: #49ada6;
  font-weight: bold;
}

.rakusemi-table tr th i {
  margin-right: 9px;
  color: #8E909B;
  font-size: 23px;
}

.rakusemi-tableHukidashiArea {
  text-align: right;
}

.rakusemi-tableHukidashi {
  position: relative;
  display: inline-block;
  margin: 0 0 1.1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #71d7d0a6;
  width: calc(100%/2);
}

.rakusemi-tableHukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #71d7d0a6;
}

.rakusemi-tableHukidashi p {
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 5px !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  font-size: 15.5px !important;
}

.pg_articleSet .ly_articleWrap .tableSect .rakusemi-table .rakusemi-tableHukidashiAreaTr td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.rakusemi_flowSec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.rakusemi_flowSec:nth-of-type(2n) {
  flex-direction: row;
}

.rakusemi_flowSecTtl {
  background-color: #CDFFFF;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 30px;
}

.rakusemi_flowSec:nth-of-type(2) .rakusemi_flowSecTtl {
  background-color: #b6e5e5;
}

.rakusemi_flowSec:nth-of-type(3) .rakusemi_flowSecTtl {
  background-color: #A3DFD4;
}

.rakusemi_flowSec:nth-of-type(4) .rakusemi_flowSecTtl {
  background-color: #8dcfc3;
}

.rakusemi_flowSec:nth-of-type(5) .rakusemi_flowSecTtl {
  background-color: #71D7D0;
}

.rakusemi_flowSec:nth-of-type(2n)::before {
  content: "";
  display: block;
  width: 220px;
  height: 100px;
}

.rakusemi_flowSec:nth-of-type(2n+1)::before {
  content: "";
  display: block;
  width: 220px;
  height: 100px;
  color: red;
}


.rakusemi_flowSecTtl p {
  color: #676a77;
  font-weight: bold !important;
  font-size: 17px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.rakusemi_flowDown {
  color: #8E909B;
  text-align: center;
  width: 80px;
  margin: -18px auto;
}

.rakusemi_flowDown i {
  font-size: 42px;
  text-align: center;
  width: 100%;
  color: #e2e4e4;
}

.rakusemi_flowSec:nth-of-type(1) .rakusemi_flowSecTtl p,
.rakusemi_flowSec:nth-of-type(2) .rakusemi_flowSecTtl p {
  letter-spacing: 2px;
}

.rakusemi_flowSec:nth-of-type(1) .rakusemi_flowSecTtl p {
  font-size: 15px !important;
}

.rakusemi_flowSecTtlHukidashi {
  position: relative;
  display: inline-block;
  padding: 27px 10px 15px 10px;
  min-width: 120px;
  max-width: 100%;
  width: 220px;
  color: #555;
  font-size: 16px;
  background: #F5F5F9;
  border-radius: 10px;
}

.rakusemi_flowSecTtlHukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F5F5F9;
}

.rakusemi_flowSec:nth-of-type(2n) .rakusemi_flowSecTtlHukidashi::before {
  top: 50%;
  left: -14px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #F5F5F9;
  border-left: none;
}

.rakusemi_flowSecTtlHukidashi p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.8;
}

.rakusemi_flowSecTtlHukidashi i {
  font-size: 42px;
  color: #71D7D0;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 820px) {
  .rakusemi_flowSecArea {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }

  .rakusemi_flowSecTtl {
    height: 40px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin: 0;
  }

  .rakusemi_flowSec:nth-of-type(2n+1)::before,
  .rakusemi_flowSec:nth-of-type(2n)::before {
    display: none;
  }

  .rakusemi_flowSec {
    display: block;
  }

  .rakusemi_flowDown {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .rakusemi_flowSecTtlHukidashi {
    width: 100%;
    padding: 60px 10px 15px 10px;
    border-radius: 0 0 5px 5px;
  }

  .rakusemi_flowSecTtlHukidashi::before {
    display: none;
  }

  .rakusemi_flowSecTtlHukidashi i {
    top: 15px;
  }
}

/* floating movie */
.floatling_movie {
  width: calc(100% / 4);
  position: fixed;
  bottom: -7px;
  right: 0;
  z-index: 9999;
}

.floatling_movie video {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .floatling_movie video {
    display: none;
  }
}

.rakusemi_pageLink {
  width: 100%;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.rakusemi_pageLink li a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0e15af;
  margin-left: 8px;
}

.rakusemi_pageLink li {
  font-weight: bold;
  border-right: 2px solid rgb(204, 204, 204);
  width: calc(100%/7);
  text-align: center;
  min-width: 160px;
}

.rakusemi_pageLink li:last-child {
  border-right: none;
}

@media screen and (max-width: 820px) {
  .rakusemi_pageLink {
    display: block;
    height: auto;
    width: 100%;
  }

  .rakusemi_pageLink li {
    min-height: 45px;
    line-height: 45px;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }


}

.rakusemi_flexSec {
  display: flex;
  justify-content: center;
}

.rakusemi_flexSec p {
  width: 65%;
}

.rakusemi_flexSec img {
  width: 35%;
}

@media screen and (max-width: 820px) {
  .rakusemi_flexSec {
    display: block;
  }

  .rakusemi_flexSec p,
  .rakusemi_flexSec img {
    width: 100%;
  }

}

/* add case study(gunma,satellite office) */
.bl_clientDetail_addArea {
  margin-top: 60px;
}

.bl_clientDetail_add {
  margin-top: 80px;
}

.bl_clientDetail_add:first-child {
  margin-top: 0px;
}

.bl_clientSec .img {
  max-width: 600px;
  width: 50%;
  margin: 20px auto;
}

.bl_clientSec .img img {
  width: 100%;
}

.bl_clientSec .txt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}

.bl_clientDetail_addInner {
  background-color: #F5F5F9;
  border: none;
}

@media screen and (max-width: 820px) {
  .bl_clientSec .img {
    width: 100%;
  }

  .bl_clientSec .txt {
    font-size: min(3.7333333333vw, 1.9rem);
    line-height: 1.8;
  }

  .bl_clientDetail_addArea:first-of-type {
    margin: 0 20px;
  }
}

/* listoru */
.listoru_flowSec {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.listoru_flowSec:nth-of-type(2n+1) {
  flex-direction: row;
}

.listoru_flowSecTtl {
  font-size: 32px;
  width: 100px;
  height: 120px;
  position: relative;
  text-align: center;
}

.listoru_flowSec .listoru_flowSecTtl p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 32px;
}

.listoru_flowSec .listoru_flowSecTtl p span {
  display: none;
}

.listoru_flowSec:nth-of-type(2n) .listoru_flowSecTtl i {
  transform: rotate(45deg);
  color: #ef70d5;
}

.listoru_flowSec:nth-of-type(2n+1) .listoru_flowSecTtl i {
  transform: rotate(135deg);
  color: #4047e9bf;
}

.listoru_flowSec:last-of-type .listoru_flowSecTtl i {
  display: none;
}

.listoru_flowSec:nth-of-type(2n)::before {
  content: "";
  display: block;
  width: 240px;
  height: 100px;
}

.listoru_flowSec:nth-of-type(2n+1)::before {
  content: "";
  display: block;
  width: 240px;
  height: 100px;
}

.listoru_flowDown {
  color: #8E909B;
  text-align: center;
  width: 80px;
  margin: -18px auto;
  display: none;
}

.listoru_flowDown i {
  font-size: 42px;
  text-align: center;
  width: 100%;
  color: #e2e4e4;
}

.listoru_flowSecTtlHukidashi {
  position: relative;
  display: inline-block;
  padding: 27px 10px 15px 10px;
  min-width: 120px;
  max-width: 100%;
  width: 240px;
  color: #555;
  font-size: 16px;
  background: #F5F5F9;
  border-radius: 10px;
}

.listoru_flowSecTtlHukidashi p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.8;
}

.listoru_flowSecTtlHukidashi i {
  font-size: 42px;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.listoru_flowSec:nth-of-type(2n) .listoru_flowSecTtlHukidashi i {
  color: #ef70d5;
}

.listoru_flowSec:nth-of-type(2n+1) .listoru_flowSecTtlHukidashi i {
  color: #4047e9bf;
}

.listoru_flowSecTtlHukidashi small {
  text-align: left;
  display: block;
  margin-top: 10px;
  line-height: 1.1;
}

.listoru_flowSecAreaTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.listoru_flowSecAreaTtl p {
  width: 240px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  padding: 3px;
  font-size: 18px;
  border-radius: 30px;
  margin-top: 0 !important;
}

.listoru_flowSecAreaTtl p:first-of-type {
  background-color: #ef70d5;
}

.listoru_flowSecAreaTtl p:last-of-type {
  background-color: #4047e9bf;
}

.listoru_flowSecAreaTtl p:nth-of-type(2) {
  width: 100px;
}

@media screen and (max-width: 820px) {
  .listoru_flowSecAreaTtl {
    display: none;
  }

  .listoru_flowSecArea {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }

  .listoru_flowSecTtl {
    height: 40px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin: 0;
  }

  .listoru_flowSecTtl p i {
    display: none;
  }

  .listoru_flowSec:nth-of-type(2n+1)::before,
  .listoru_flowSec:nth-of-type(2n)::before {
    display: none;
  }

  .listoru_flowSec .listoru_flowSecTtl p {
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    width: 100%;
    background-color: #000;
    height: 40px;
    border-radius: 5px 5px 0 0;
  }

  .listoru_flowSec:nth-of-type(2n) .listoru_flowSecTtl p {
    background-color: #ef70d5;
  }

  .listoru_flowSec:nth-of-type(2n+1) .listoru_flowSecTtl p {
    background-color: #4047e9bf;
  }

  .listoru_flowSec .listoru_flowSecTtl p span {
    display: block;
    padding: 7px;
  }

  .listoru_flowSec {
    display: block;
  }

  .listoru_flowDown {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }

  .listoru_flowSecTtlHukidashi {
    width: 100%;
    padding: 60px 10px 15px 10px;
    border-radius: 0 0 5px 5px;
  }

  .listoru_flowSecTtlHukidashi::before {
    display: none;
  }

  .listoru_flowSecTtlHukidashi i {
    top: 15px;
  }

  .listoru_flowSecTtlHukidashi small {
    text-align: center;
  }
}

.listoru_optout {
  margin: 30px 40px;
  padding: 20px !important;
}

.listoru_optout .wp-block-media-text__content {
  padding: 15px 30px 15px 10px;
}

.listoru_conceptSect {
  margin-top: 40px;
}

.listru_txt {
  margin-top: 20px !important;
}


/*=================== LOADING ANIMATION(セミナー情報表示時のみ) =========================*/
.seminar_main {
  display: none;
  transition: display .8s ease;
}

.seminar_main.active {
  display: block;
}

.seminar_apiList_area {
  display: none;
}

.seminar_apiList_area.active {
  display: block;
  position: relative;
  z-index: 9;
  height: 50vh;
}


.loader_area {
  width: 100%;
  position: absolute;
  opacity: 1;
  height: 150px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader>.spin {
  border: solid 5px cyan;
  border-radius: 100%;
  position: absolute;
  box-shadow: 0px 0px 2px 2px cyan;
}

.spin.a {
  width: 80px;
  height: 80px;
  top: -45px;
  left: -45px;
  animation: rotOuter 1.5s infinite linear;
}

.spin.b {
  width: 70px;
  height: 70px;
  top: -40px;
  left: -40px;
  animation: rotInner 1.5s infinite linear;
}

.loader .txt {
  position: absolute;
  width: 90px;
  line-height: 90px;
  color: #333;
  top: -45px;
  left: -45px;
  text-align: center;
}

@keyframes rotInner {
  0% {
    transform: rotateY(-0deg) rotateX(30deg);
  }

  50% {
    transform: rotateY(-180deg) rotateX(210deg);
  }

  100% {
    transform: rotateY(-360deg) rotateX(390deg);
  }
}

@keyframes rotOuter {
  0% {
    transform: rotateY(0deg) rotateX(30deg);
  }

  50% {
    transform: rotateY(180deg) rotateX(30deg);
  }

  100% {
    transform: rotateY(360deg) rotateX(30deg);
  }
}

@media screen and (max-width: 820px) {
  .listoru_flex .wp-block-media-text__content {
    padding: 0;
  }

  .listoru_flex figure {
    margin-bottom: 10px !important;
  }
}


/* コラム一覧 */

.bl_subMvSect_hdg .ja_column{
  margin-top:10px;
  font-size:5.2rem;
  font-weight:bold;
}
.bl_blogSect .ly_container{
  position:relative;
}
.bl_blogSect .ly_container.top_page:before{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  padding-top:24.5%;
  background:url('../images/top/about_bg_square_01.png') center center / contain;
}
@media screen and (max-width: 820px) {
  .bl_subMvSect_hdg .ja_column{
    font-size:3.4rem;
  }
}
.bl_blogSect_body .cat_list{
  width:100%;
  margin-bottom:100px;
  overflow-x:hidden;
}
.bl_blogSect_body .cat_list ul{
  display:flex;
  width:120%;
  margin-left:-10%;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .cat_list ul{
    flex-wrap:wrap;
    width:100%;
    margin-left:0;
  }
}
.bl_blogSect_body .cat_list ul li{
  width:20%;
  aspect-ratio:1/1;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .cat_list ul li{
    width:50%;
  }
}
.bl_blogSect_body .cat_list ul li:nth-child(1){
  background:url('../images/column/bg4.jpg') center center / cover;
}
.bl_blogSect_body .cat_list ul li:nth-child(2){
  background:url('../images/column/bg1.jpg') center center / cover;
}
.bl_blogSect_body .cat_list ul li:nth-child(3){
  background:url('../images/column/bg2.jpg') center center / cover;
}
.bl_blogSect_body .cat_list ul li:nth-child(4){
  background:url('../images/column/bg3.jpg') center center / cover;
}
.bl_blogSect_body .cat_list ul li:nth-child(5){
  background:url('../images/column/bg4.jpg') center center / cover;
}
.bl_blogSect_body .cat_list ul li:nth-child(6){
  background:url('../images/column/bg1.jpg') center center / cover;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .cat_list ul li:nth-child(1),.bl_blogSect_body .cat_list ul li:nth-child(6){
    display:none;
  }
}
.bl_blogSect_body .cat_list ul li a,.bl_blogSect_body .cat_list ul li span{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
  transition:all .2s linear;
}
.bl_blogSect_body .cat_list ul li a.active,.bl_blogSect_body .cat_list ul li a:hover{
  background:rgba(0,0,0,.3);
}
.bl_blogSect_body .cat_list ul li a p{
  color:#fff;
  font-size:1.8rem;
  font-weight:bold;
  text-align:center;
}
.bl_blogSect_body .cat_list ul li a p.detail{
  margin-top:10px;
  padding:0 15px;
  border:1px solid;
  border-radius:100px;
  font-size:1.2rem;
  font-weight:normal;
}
.bl_blogSect_body .cat_list ul li a.active span{
  display:none;
}
.bl_blogSect_body .bl_blogSect_blogList{
  display:flex;
  flex-wrap:wrap;
}
.bl_blogSect_body .first_section{
  position:relative;
  width:100%;
  margin-bottom:100px;
  text-align:center;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .first_section{
    margin-bottom:50px;
  }
}
.bl_blogSect_body .first_section h2{
  margin-bottom:50px;
  font-size:2.4rem;
  font-weight:bold;
}
@media screen and (max-width: 1200px) {
  .bl_blogSect_body .first_section h2{
    font-size:1.8rem;
  }
}
.bl_blogSect_body .first_section p{
  font-size:1.6rem;
  line-height:2.5;
}
@media screen and (max-width: 1200px) {
  .bl_blogSect_body .first_section p{
    font-size:1.4rem;
  }
}
.bl_blogSect_body .first_section h2 span{
  font-size:60%;
}
.blog_container_inner{
  position:relative;
  z-index:9;
}
.blog_container_inner .tags_list{
  width:100%;
  position:relative;
  padding:40px;
  margin-bottom:100px;
  background:#f0f0f5;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .tags_list{
    margin-bottom:50px;
  }
}
@media screen and (max-width: 820px) {
  .blog_container_inner .tags_list{
    padding:20px;
  }
}
.blog_container_inner .tags_list:before{
  content:"SONOSAKI TAG";
  position:absolute;
  bottom:0;
  right:0;
  font-size:10vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height:.8;
  opacity:.1;
  letter-spacing:-6px;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .tags_list:before{
    letter-spacing:-2px;
  }
}
.blog_container_inner .tags_list ul{
  display:flex;
  flex-wrap:wrap;
  position:relative;
}
.blog_container_inner .tags_list ul li{
  margin:10px 20px 10px 0;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .tags_list ul li{
    margin:10px 10px 10px 0;
  }
}
.blog_container_inner .tags_list ul li a{
  display:block;
  padding:5px 30px;
  background:#fff;
  border-radius:100px;
  color:#a4a4a4;
  font-weight:bold;
}
@media screen and (max-width: 1200px) {
  .blog_container_inner .tags_list ul li a{
    font-size:1.4rem;
    padding:5px 20px;
  }
}
@media screen and (max-width: 820px) {
  .blog_container_inner .tags_list ul li a{
    font-size:1.2rem;
  }
}
.bl_blogSect_body .bl_blogSect_blogList h2{
  width:100%;
  margin-bottom:50px;
  font-size:2.4rem;
  font-weight:bold;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.bl_blogSect_body .bl_blogSect_blogList h2 svg{
  margin-right:10px;
}
.bl_blogSect_body .bl_blogSect_blog{
  width:32%;
  margin-right:2%;
  margin-bottom:65px;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog{
    width:100%;
    margin-right:0;
  }
}
.bl_blogSect_body .bl_blogSect_blog.right{
  margin-right:0;
}
.bl_blogSect_body .bl_blogSect_blog a{
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:space-between;
  padding:20px;
  background:#fafafa;
  transition:all .2s linear;
}
.bl_blogSect_body .bl_blogSect_blog a:hover{
  opacity:.8;
}
.bl_blogSect_body .bl_blogSect_blog .status p{
  margin-bottom:10px;
}
@media screen and (max-width: 1200px) {
  .bl_blogSect_body .bl_blogSect_blog .status p{
    font-size:1.4rem;
  }
}
.bl_blogSect_body .bl_blogSect_blog .cat{
  display:inline-block;
  padding:0 20px;
  background:#0e15af;
  border-radius:5px;
  color:#fff;
}
.bl_blogSect_body .bl_blogSect_blog .img{
  margin-top:20px;
  aspect-ratio:16/9;
  overflow:hidden;
}
.bl_blogSect_body .bl_blogSect_blog .img img{
  width:100%;
  height:100%;
  /* object-fit:cover; */
  object-fit: contain;
}
.bl_blogSect_body .bl_blogSect_blog h3{
  font-size:2rem;
}
@media screen and (max-width: 1200px) {
  .bl_blogSect_body .bl_blogSect_blog h3{
    font-size:1.8rem;
  }
}
.bl_blogSect_body .bl_blogSect_blog.first{
  width:100%;
}
.bl_blogSect_body .bl_blogSect_blog.first a{
  flex-direction:row;
}
.bl_blogSect_body .bl_blogSect_blog.first h3{
  font-size:2.4rem;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog.first a{
    flex-direction:column;
  }
}
.bl_blogSect_body .bl_blogSect_blog.first .status{
  display:flex;
  justify-content:space-between;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog.first .status{
    display:block;
  }
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog.first .status .cat{
    display:inline-block;
  }
}
.bl_blogSect_body .bl_blogSect_blog.first .text{
  width:45%;
  margin-right:5%;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog.first .text{
    width:100%;
    margin-right:0;
  }
}
.bl_blogSect_body .bl_blogSect_blog.first .img{
  width:50%;
  margin-top:0;
}
@media screen and (max-width: 820px) {
  .bl_blogSect_body .bl_blogSect_blog.first .img{
    width:100%;
    margin-top:20px;
  }
}
.bl_blogSect_body .js_pageNation{
  margin-bottom:50px;
}
.bl_blogSect_body .js_pageNation ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.bl_blogSect_body .js_pageNation ul li{
  margin:10px 10px 0 0;
}
.bl_blogSect_body .js_pageNation ul li a,.bl_blogSect_body .js_pageNation ul li span.current{
  display:flex;
  justify-content:center;
  align-items:center;
  width:35px;
  height:35px;
  border:1px solid #0e15af;
  border-radius:50%;
  line-height:1;
}
.bl_blogSect_body .js_pageNation ul li a{
  color:#0e15af;
}
.bl_blogSect_body .js_pageNation ul li span.current{
  background:#0e15af;
  color:#fff;
}
.bl_blogSect_body .js_pageNation ul li span.dots{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
}

/* コラム詳細 */

.blog_container_inner .column_head{
  margin-bottom:100px;
  padding-left:20px;
  border-left:2px solid #0e15af;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .column_head{
    margin-bottom:50px;
  }
}
.blog_container_inner .column_head .status{
  display:flex;
  margin-bottom:20px;
}
.blog_container_inner .column_head .status p{
  margin-right:10px;
}
.blog_container_inner .column_head h2{
  font-size:3rem;
}
.blog_container_inner .column_head .cat{
  display:inline-block;
  padding:0 20px;
  background:#0e15af;
  border-radius:5px;
  color:#fff;
}
.blog_container_inner .mv{
  margin-bottom:20px;
}
.blog_container_inner .index{
  padding:20px 40px;
  margin-bottom:100px;
  background:#f0f0f5;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .index{
    margin-bottom:50px;
  }
}
.blog_container_inner .index h3{
  text-align:center;
  font-size:2rem;
}
.blog_container_inner .index li{
  margin:10px 0;
}
.blog_container_inner .cont{
  margin-bottom:100px;
  line-height:1.8;
}
.blog_container_inner .cont a{
  color:#0e15af;
  text-decoration:underline;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .cont{
    margin-bottom:50px;
  }
}
.blog_container_inner .cont h3{
  margin-bottom:50px;
  padding:15px 0 15px 15px;
  border-left:2px solid #0e15af;
  font-size:3rem;
}
@media screen and (max-width: 820px) {
  .blog_container_inner .cont h3{
    margin-bottom:30px;
  }
}
.blog_container_inner .to_list{
  margin-bottom:100px;
  text-align:center;
}
[data-whatintent=mouse] .blog_container_inner .to_list a:hover {
  color: #db2eb0;
}

.blog_container_inner .to_list a {
  letter-spacing: 0.05em;
  position: relative;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  padding: 25px 60px 29px 60px;
  border-top: 1px solid #E0E0EA;
  border-bottom: 1px solid #E0E0EA;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: bold;
  color: #0e15af;
  transition: color 0.3s;
  background-color: unset;
  border-radius: 0;
}

@media screen and (max-width: 820px) {
  .blog_container_inner .to_list a {
    width: 100%;
    padding: 21px 17px 20px 17px;
    text-align: left;
    font-size: min(4.8vw, 2.3rem);
  }
}
.blog_container_inner .to_list a .btnSect_arw{
  margin-left:20px;
}
.blog_container_inner #service{
  margin-bottom:50px;
}
.blog_container_inner #service h3{
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 49px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.blog_container_inner #service h3:before,.blog_container_inner #service h3:after{
  content: "";
  position: absolute;
  background-color: #0e15af;
}
.blog_container_inner #service h3:before{
  top: 20px;
  left: 8px;
  width: 12px;
  height: 12px;
}
.blog_container_inner #service h3:after{
  top: 31px;
  left: 0;
  width: 8px;
  height: 8px;
}
.blog_container_inner #service .ly_flex{
  display:flex;
}
@media screen and (max-width: 820px) {
  .blog_container_inner #service .ly_flex{
    flex-direction:column;
  }
}
.blog_container_inner #service .ly_flex .img{
  width:45%;
  margin-right:5%;
}
@media screen and (max-width: 820px) {
  .blog_container_inner #service .ly_flex .img{
    width:100%;
    margin-bottom:20px;
    margin-right:0;
  }
}
.blog_container_inner #service .ly_flex .text{
  width:50%;
}
@media screen and (max-width: 820px) {
  .blog_container_inner #service .ly_flex .text{
    width:100%;
  }
}
.blog_container_inner #service .ly_flex .text h4{
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.blog_container_inner #service .ly_flex .text h4:before,.blog_container_inner #service .ly_flex .text h4:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.blog_container_inner #service .ly_flex .text h4:before{
  width: 100%;
  background-color: #E0E0EA;
}
.blog_container_inner #service .ly_flex .text h4:after{
  width: 40px;
  background-color: #0e15af;
}
.blog_container_inner #service .ly_flex .text .text-right{
  text-align:right;
}
.blog_container_inner #service .ly_flex .text a{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  font-weight:bold;
}
.blog_container_inner #service .ly_flex .text a .btnSect_arw{
  margin-left:20px;
}

/* floating_listru */
.floating_listru{
  position:fixed;
  bottom:0;
  right:0;
  max-width:100%;
  width:300px;
  margin-top:0;
  z-index:9;
}
.floating_listru .close{
  position:absolute;
  top:-30px;
  right:0;
  width:30px;
  height:30px;
  background:rgba(0,0,0,.6);
  cursor:pointer;
}
.floating_listru .close:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:1px;
  height:20px;
  background:#fff;
  transform:translate(-50%,-50%) rotate(45deg);
}
.floating_listru .close:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:1px;
  height:20px;
  background:#fff;
  transform:translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 820px) {
  .floating_listru{
    width:100%;
  }
}
/* hospita */
.hospita_problem{
  display: flex;
  align-items: center;
}
.hospita_problem div{
  width: 40%;
}
.hospita_problem ul{
  width: 60%;
}
.hospita_problem ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  border-radius: 7px;
  background-color: #F5F5F9;
  margin-bottom: 1.5rem;
}
.hospita_problem ul li i{
  color: #0E15AF;
  font-size: 18px;
  margin-right: 15px;
}
.hospita_problem ul li span{
  font-weight: bold;
}
.hospita_voice{
  margin-top: 10px!important;
}
.hospita_voice_list li{
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.hospita_voice_list li .voice_img{
  width: 15%;
  aspect-ratio: 1/1 ;
}
.hospita_voice_list li .voice_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hospita_voice_list li .voice_txt{
  width: 85%;
  padding: 1.5rem;
}
.hospita_voice_list li .voice_txt p:first-child{
  margin-bottom: 2rem;
}
.hospita_voice_list_nasuno li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F5F5F9;
  padding: 1rem 2rem;
  margin-bottom:  1.5rem;
}
.hospita_voice_list_nasuno li span{
  width: 30%;
  display: block;
  font-weight: bold;
  color: #0E15AF;
  font-size: 18px;
}
.hospita_voice_list_nasuno li p{
  width: 70%;
}
.hospita_voice_list_a {
  background-color: #F5F5F9;
  padding: 1.5rem;
  margin-bottom:  1.5rem;
}
.hospita_voice_list_a li{
  display: flex;
}
.hospita_voice_list_a li:first-child{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0E15AF;
}
.hospita_teacher{
  position: relative;
}
.hospita_teacher_cnt{
  display: flex;
  justify-content: flex-start;
}
.hospita_teacher_cnt .teacher_img{
  width:15% ;
}
.hospita_teacher_cnt .teacher_img img{
  border: 1px solid #ccc
}
.hospita_teacher_cnt .hospita_teacher_txt{
  padding: 1em 1.5em;
  width: 85%;
}
.hospita_teacher_cnt .hospita_teacher_txt .teacher_post{
  letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.hospita_teacher_cnt .hospita_teacher_txt .teacher_name{
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
  font-size: 2.8rem;
  font-weight: 500;
}
.hospita_teacher_cnt .hospita_teacher_txt .teacher_exp p{
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.hospita_teacher .hospita_teacher_cmt{
  padding: 20px 20px 18px 20px;
  margin-top: 20px;
  background-color: #EBEBF1;
}
.hospita_teacher .hospita_teacher_cmt h4{
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0E15AF;
}
.hospita_teacher .hospita_teacher_cmt h4::before{
  background-color: transparent;
}
.hospita_teacher .hospita_teacher_cmt p{
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.hospita_movie {
  max-width: 680px;
  margin: 50px auto!important;
}
.hospita_movie div{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.hospita_movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px){
  .hospita_problem{
    display: block;
  }
  .hospita_problem div{
    width: 50%;
    min-width: 250px;
    margin: 1rem auto;
  }
  .hospita_problem ul{
    width: 100%;
  }
  .hospita_voice_list li{
    display: block;

  }
  .hospita_voice_list li .voice_img{
    width: 30%;
    min-width: 200px;
    margin: 1rem auto;
  }
  .hospita_voice_list li .voice_txt{
    width: 100%;
    padding: 1.5rem 0;
  }
  .hospita_voice_list_nasuno li{
    display: block;
  }
  .hospita_voice_list_nasuno li span{
    width: 100%;
  }
  .hospita_voice_list_nasuno li p{
    width: 100%;
  }
  .hospita_teacher_cnt{
    display: block;
  }
  .hospita_teacher_cnt .teacher_img{
    width: 30%;
    min-width: 200px;
    margin: 2rem auto;
  }
  .hospita_teacher_cnt .hospita_teacher_txt{
    width: 100%;
    padding: 1em 0;
  }
}
.hospita_plan_pc{
  display: block;
}
.hospita_plan_sp{
  display: none;
}
@media screen and (max-width: 600px){
  .hospita_plan_pc{
    display: none;
  }
  .hospita_plan_sp{
    display: block;
    margin-top: 1rem;
  }
}

/* setugu-sindan */
.hospita_price_area{
  text-align: center;
}
.hospita_price_area hr{
  border-color:  #ccc;
  margin: 0 2rem;
}
.hospita_price_cnt{
  border: 1px solid #3DA8AC;
  
}
.hospita_price_ttl{
  background-color: #3DA8AC;
  color: #fff;
  font-size: 20px!important;
  height: 60px;
  line-height: 60px!important;
}
.hospita_price{
  padding: 2rem;
}
.hospita_price p:first-child{
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2!important;
}
.hospita_price p:first-child span{
  font-size: 55px;
  font-weight: bold;
}
.hospita_price p:last-child{
  font-size: 20px;
  margin-top: 0!important;
}
.hospita_price_txt{
  padding: 2rem;
}
.hospita_price_txt p:first-child{
  font-size: 18px;
}
.hospita_price_txt p:last-child{
  font-size: 16px;
}
.hospita_border_img img{
  border: 1px solid #ccc;
}
.hospita_flow{
  margin-top: 30px;
}
@media screen and (max-width: 820px){
  .hospita_price p:first-child{
    font-size: 20px;
  }
  .hospita_price p:first-child span{
    font-size: 26px;
  }
  .hospita_price p:last-child{
    font-size: 16px;
  }
  .hospita_price_txt p:first-child{
    font-size: 15px;
  }
  .hospita_price_txt p:first-child,.hospita_price_txt p:last-child{
    font-size: 14px;
  }
}

.pagination{
  margin:30px 0;
  display:flex;
  justify-content:center;
}
.pagination span,.pagination a{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  margin:0 5px;
  border:1px solid #333;
}
.pagination span{
  background:#333;
  color:#fff;
}

/*------------------------------------------------------------
	Bunner
------------------------------------------------------------*/
.bunner_container {
  margin: 1.5rem auto 0;
  max-width: 820px;
}

.bunnerBtn_container {
  margin: 20px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 600px) {
  .bunnerBtn_container {
    flex-direction: column;
  }
}

.bunnerBtn_txt {
  color: #f48024;
  font-size: 16px;
  font-weight: bold;
}

.bunnerBtn {
  background-color: #f48024;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.bunnerBtn:hover {
  background-color: #d9691d;
  text-decoration: none;
}
.fixed_bnr{
  position: fixed;
  bottom: 0;
	right: 0;
  z-index: 1000;
		width: 18%;
		max-width: 244px;
		display: block;
}
@media screen and (min-width: 821px) {
.fixed_bnr{
  position: fixed;
  bottom: 0;
	right: 0;
  z-index: 1000;
		width: 18%;
		max-width: 244px;
		display: block;
}}


.bl_convSect_telNum {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 822px) {
  .bl_convSect_telNum {
    pointer-events: none;
  }
  .bl_convSect_telNum>svg {
  margin-right: 14px;
  width: 27px;
  height: 32px;
  fill: #fff;
}
    .bl_convSect_telNum::before {
    width: 18px;
    height: 20px;
  }
    .bl_convSect_telNum {
    margin-top: 27px;
    font-size: min(8.5333333333vw, 3.7rem);
  }
}

.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

		@media screen { html { margin-top: 32px !important; } }
		@media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } }
	
@media print { #wpadminbar { display:none; } }
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

.bread-crumb {display:none !important;}