@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
       perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
       background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -moz-border-radius: 100%;
       border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
       transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
       transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -moz-border-radius: 10px;
       border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  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);
  -moz-border-radius: 10px;
       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: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: 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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -moz-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #343948;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .60;
}

a {
  color: #343948;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #343948;
  font-family: 'HiraginoSans', "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaBold.otf");
}

@font-face {
  font-family: 'Futura-Medium';
  src: url("../fonts/FuturaMedium.ttf");
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 650px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 75px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 75px;
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 160px;
    margin-right: 7px;
  }
  .header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .header ul li {
    padding-bottom: 2px;
  }
  .header ul li:not(:first-child) {
    margin-left: 10px;
  }
  .header ul a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 52px;
    -moz-border-radius: 0 13.28px 0 13.28px;
         border-radius: 0 13.28px 0 13.28px;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header ul a::after {
    position: absolute;
    content: "→";
    width: 32.23px;
    height: 11.95px;
    -moz-border-radius: 5.98px;
         border-radius: 5.98px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    right: 11.77px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header ul a.header_tel {
    width: 255px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF9730), to(#EC5C29));
    background: -webkit-linear-gradient(top, #EF9730 0%, #EC5C29 100%);
    background: -moz- oldlinear-gradient(top, #EF9730 0%, #EC5C29 100%);
    background: linear-gradient(180deg, #EF9730 0%, #EC5C29 100%);
    -moz-box-shadow: 0px 2px 0px #BD3D0F;
         box-shadow: 0px 2px 0px #BD3D0F;
  }
  .header ul a.header_tel:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .header ul a.header_tel p {
    text-align: center;
  }
  .header ul a.header_tel p em {
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    display: block;
  }
  .header ul a.header_tel p span {
    font-size: 12.15px;
    line-height: 1.3;
    font-weight: 700;
  }
  .header ul a.header_tel p span small {
    font-size: 9.11px;
    font-weight: 500;
  }
  .header ul a.header_tel::before {
    position: absolute;
    content: "";
    width: 26.86px;
    height: 27.23px;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 14.95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header ul a.header_tel::after {
    color: #EC5C29;
  }
  .header ul a.header_doc {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CDF62), to(#029D42));
    background: -webkit-linear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: -moz- oldlinear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: linear-gradient(180deg, #0CDF62 0%, #029D42 100%);
    -moz-box-shadow: 0px 2px 0px #00722F;
         box-shadow: 0px 2px 0px #00722F;
  }
  .header ul a.header_doc em {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  .header ul a.header_doc::before {
    position: absolute;
    content: "";
    width: 28.63px;
    height: 28px;
    background: url("../img/mvLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 18.07px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header ul a.header_doc::after {
    color: #03A244;
  }
  .header ul a.header_doc:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  /* .header ul a.header_doc {
    background: -webkit-gradient(linear, left top, left bottom, from(#2657A5), to(#10285C));
    background: -webkit-linear-gradient(top, #2657A5 0%, #10285C 100%);
    background: -moz- oldlinear-gradient(top, #2657A5 0%, #10285C 100%);
    background: linear-gradient(180deg, #2657A5 0%, #10285C 100%);
    -moz-box-shadow: 0px 2px 0px #020E26;
         box-shadow: 0px 2px 0px #020E26;
  }
  .header ul a.header_doc em {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  .header ul a.header_doc::before {
    position: absolute;
    content: "";
    width: 21.63px;
    height: 28px;
    background: url("../img/headerDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 18.07px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header ul a.header_doc::after {
    color: #10275B;
  }
  .header ul a.header_doc:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  } */
  .header ul a.header_plane {
    background: -webkit-gradient(linear, left top, left bottom, from(#58B9D6), to(#1070AB));
    background: -webkit-linear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: -moz- oldlinear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: linear-gradient(180deg, #58B9D6 0%, #1070AB 100%);
    -moz-box-shadow: 0px 2px 0px #075282;
         box-shadow: 0px 2px 0px #075282;
  }
  .header ul a.header_plane em {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  .header ul a.header_plane::before {
    position: absolute;
    content: "";
    width: 36.14px;
    height: 26px;
    background: url("../img/headerPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 25.38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header ul a.header_plane::after {
    color: #1274B2;
  }
  .header ul a.header_plane:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .footer {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    background-color: #13245D;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
  }
  .footer .copyright {
    font-size: 14px;
    margin-top: 18px;
    color: #9FA9C7;
  }
  #company {
    margin-bottom: 100px;
  }
  #company .inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  #company .inner h2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    position: relative;
    padding-top: 30px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 60px;
  }
  #company .inner .office_img {
    margin-bottom: 50px;
  }
  #company .inner .office_img img {
    width: 90%;
  }
  #company .inner table {
    width: 740px;
  }
  #company .inner table tr th {
    font-weight: bold;
    width: 200px;
  }
  #company .inner table tr th, #company .inner table tr td {
    text-align: left;
    line-height: 2;
    padding: 15px 0;
    color: #fff;
  }
  #company .inner table tr th a, #company .inner table tr td a {
    text-decoration: underline;
    color: #92c41d;
  }
  #company .inner table tr th a:hover, #company .inner table tr td a:hover {
    text-decoration: none;
  }
  #company .inner table tr:first-child th, #company .inner table tr:first-child td {
    padding-top: 0;
  }
  #company .inner table tr:last-child th, #company .inner table tr:last-child td {
    padding-bottom: 0;
  }
  #company .inner ul {
    float: right;
  }
  #company .inner ul li {
    margin-bottom: 20px;
  }
  #company .inner ul li:last-child {
    margin-bottom: 0;
  }
  .p_top .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 79px;
  }
  .p_top .mv::before {
    position: absolute;
    content: "FACTORING \A RINKUS";
    width: 60.71429%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 113px;
    line-height: 0.9;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #edeff6;
    letter-spacing: 0.06em;
    font-family: 'Futura-Medium';
    white-space: pre;
    margin-left: -5px;
    z-index: -2;
  }
  .p_top .mv::after {
    position: absolute;
    content: "RINKUS \A FACTORING";
    width: 39.28571%;
    background: #13245d;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 97px;
    line-height: 0.9;
    color: rgba(45, 57, 104, 0.3);
    letter-spacing: 0.06em;
    font-family: 'Futura-Medium';
    white-space: pre;
    z-index: -2;
  }
  .p_top .mv__main {
    max-width: 1200px;
    position: relative;
  }
  .p_top .mv__main--intro {
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    color: #13245d;
    padding-top: 34px;
  }
  .p_top .mv__main--intro span {
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 18px;
  }
  .p_top .mv__main--intro span img {
    width: 178px;
  }
  .p_top .mv__main--intro span::before, .p_top .mv__main--intro span::after {
    font-size: 45px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #13245d;
    position: absolute;
  }
  .p_top .mv__main--intro span::before {
    content: "“";
    left: -19px;
    top: -4px;
  }
  .p_top .mv__main--intro span::after {
    content: "“";
    right: -19px;
    top: -webkit-calc(-50% - 4px);
    top: -moz-calc(-50% - 4px);
    top: calc(-50% - 4px);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .mv__main--note {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    width: 700px;
    margin-top: 21px;
  }
  .p_top .mv__main--note::before {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #13245d;
    right: -webkit-calc(100% - 1px);
    right: -moz-calc(100% - 1px);
    right: calc(100% - 1px);
    top: 0;
    z-index: -1;
  }
  .p_top .mv__main--note p {
    background: url("../img/mvBgNote.png") right no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .p_top .mv__main--note small {
    font-size: 25px;
  }
  .p_top .mv__main--list {
    width: 700px;
    margin-top: 20px;
  }
  .p_top .mv__main--list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -13px;
  }
  .p_top .mv__main--list ul li {
    margin-right: 25px;
    font-size: 21px;
    line-height: 33px;
    font-weight: 700;
    color: #13245d;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 14px;
  }
  .p_top .mv__main--list ul li span {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    -moz-border-radius: 8px 0 8px 0;
         border-radius: 8px 0 8px 0;
    margin-right: 6px;
  }
  .p_top .mv__main--list ul li:nth-of-type(1) span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .mv__main--list ul li:nth-of-type(2) span {
    background: -webkit-linear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: linear-gradient(153.43deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
  }
  .p_top .mv__main--list ul li:nth-of-type(3) span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
    font-family: "Roboto", sans-serif;
    font-size: 28px;
  }
  .p_top .mv__main--ribbon {
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .mv__main--ribbon dl {
    width: 170px;
    height: 147px;
    background: url("../img/mvRibbon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding-top: 21px;
  }
  .p_top .mv__main--ribbon dl + dl {
    margin-left: 13px;
  }
  .p_top .mv__main--ribbon dl dt {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    color: #9f6a10;
    letter-spacing: 0.02em;
  }
  .p_top .mv__main--ribbon dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 57px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #f15858;
    letter-spacing: -0.01em;
  }
  .p_top .mv__main--ribbon dl dd small {
    font-size: 42px;
  }
  .p_top .mv__main--ribbon dl dd::after {
    content: attr(data-unit);
    white-space: pre;
    font-size: 25px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #f15858;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    margin-bottom: 13px;
  }
  .p_top .mv__main--ribbon dl dd.special::after {
    margin-bottom: 8px;
  }
  .p_top .mv__main--fig {
    position: absolute;
    width: 775px;
    top: 0;
    top: 70px;
    right: -155px;
    z-index: -1;
  }
  .p_top .mv__main--contact {
    margin-top: 28px;
    width: 530px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .mv__main--contact li.tel {
    width: 100%;
  }
  .p_top .mv__main--contact li.tel a {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 98px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .mv__main--contact li.tel a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 81px;
    background: url("../img/mvPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.tel a span {
    font-size: 53px;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ec6a2b;
    letter-spacing: 0.04em;
    display: block;
  }
  .p_top .mv__main--contact li.tel a time {
    font-size: 19px;
    line-height: 35px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    color: #ec6a2b;
    display: block;
  }
  .p_top .mv__main--contact li.doc {
    width: 260px;
    padding-bottom: 4px;
  }
  .p_top .mv__main--contact li.doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 72px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#43507D), to(#111E4C));
    background: -webkit-linear-gradient(top, #43507D 0%, #111E4C 100%);
    background: -moz- oldlinear-gradient(top, #43507D 0%, #111E4C 100%);
    background: linear-gradient(180deg, #43507D 0%, #111E4C 100%);
    -moz-box-shadow: 0px 4px 0px #13245D;
         box-shadow: 0px 4px 0px #13245D;
    -moz-border-radius: 0 25px 0 25px;
         border-radius: 0 25px 0 25px;
    margin-top: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .p_top .mv__main--contact li.doc a:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 33px;
    height: 36px;
    background: url("../img/diagnosisDownload.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 17px;
    content: "";
  }
  /* .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 37px;
    height: 36px;
    background: url("../img/mvDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 24px;
    content: "";
  } */
  .p_top .mv__main--contact li.doc a::after {
    content: "→";
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41px;
    height: 17px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    right: 13px;
    color: #13245D;
    padding-bottom: 3px;
  }
  /* .p_top .mv__main--contact li.doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 72px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#2657A5), to(#10285C));
    background: -webkit-linear-gradient(top, #2657A5 0%, #10285C 100%);
    background: -moz- oldlinear-gradient(top, #2657A5 0%, #10285C 100%);
    background: linear-gradient(180deg, #2657A5 0%, #10285C 100%);
    -moz-box-shadow: 0px 4px 0px #040c26;
         box-shadow: 0px 4px 0px #040c26;
    -moz-border-radius: 0 25px 0 25px;
         border-radius: 0 25px 0 25px;
    margin-top: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .p_top .mv__main--contact li.doc a:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 28px;
    height: 36px;
    background: url("../img/mvDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 24px;
    content: "";
  }
  .p_top .mv__main--contact li.doc a::after {
    content: "→";
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 43px;
    height: 20px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    right: 13px;
    color: #13245e;
  } */
  .p_top .mv__main--contact li.plane {
    width: 260px;
    padding-bottom: 4px;
  }
  .p_top .mv__main--contact li.plane a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    height: 72px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#58B9D6), to(#1070AB));
    background: -webkit-linear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: -moz- oldlinear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: linear-gradient(180deg, #58B9D6 0%, #1070AB 100%);
    -moz-box-shadow: 0px 4px 0px #075282;
         box-shadow: 0px 4px 0px #075282;
    -moz-border-radius: 0 25px 0 25px;
         border-radius: 0 25px 0 25px;
    margin-top: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .p_top .mv__main--contact li.plane a:hover {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.plane a::before, .p_top .mv__main--contact li.plane a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.plane a::before {
    width: 38px;
    height: 30px;
    background: url("../img/mvPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 24px;
    content: "";
  }
  .p_top .mv__main--contact li.plane a::after {
    content: "→";
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41px;
    height: 17px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    right: 13px;
    color: #0b6199;
    padding-bottom: 3px;
  }
  .p_top .ttl {
    text-align: center;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    margin-bottom: 60px;
  }
  .p_top .ttl.st2 > em {
    color: rgba(238, 240, 245, 0.8);
    left: inherit;
    right: -15px;
  }
  .p_top .ttl.st3 > em {
    color: rgba(43, 58, 109, 0.8);
    left: 0;
  }
  .p_top .ttl.st3 small, .p_top .ttl.st3 span {
    color: #fff;
  }
  .p_top .ttl.st4 {
    margin-bottom: 20px;
  }
  .p_top .ttl.st4 > em {
    left: 50%;
    right: initial;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .ttl > em {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 199px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -82px;
    left: 0;
    z-index: -1;
  }
  .p_top .ttl small {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #13245D;
    display: block;
    margin-bottom: 10px;
  }
  .p_top .ttl span {
    display: block;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.48571;
    text-align: center;
    color: #13245D;
  }
  .p_top .ttl span em {
    font-size: 45px;
    color: #DF5069;
    font-style: normal;
  }
  .p_top .feature {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 142px 0 100px;
    margin-top: 214px;
    position: relative;
  }
  .p_top .feature::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 622px;
    height: 459px;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .feature::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    background: #F2F4F6;
    display: block;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .feature::after {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .feature_main {
    position: relative;
  }
  .p_top .feature_main::after {
    content: "";
    position: absolute;
    top: -500px;
    right: -31px;
    width: 312px;
    height: 441px;
    background: url(../img/feature_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .feature_main ul {
    display: -ms-grid;
    display: grid;
    gap: 56px 22px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    z-index: 2;
  }
  .p_top .feature_main ul li {
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
    padding: 30px 20px 20px;
    position: relative;
  }
  .p_top .feature_main ul li > span {
    text-align: center;
    position: absolute;
    top: -46px;
    right: 0;
  }
  .p_top .feature_main ul li > span small {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 9px;
    color: #13245D;
  }
  .p_top .feature_main ul li > span i {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 1;
    color: #13245D;
    display: block;
  }
  .p_top .feature_main ul li h3 {
    position: relative;
    padding-left: 64px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
  }
  .p_top .feature_main ul li h3 span {
    color: #E5596F;
  }
  .p_top .feature_main ul li h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54px;
    height: 74px;
    background-image: url(../img/feature_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .feature_main ul li h3.st2 {
    padding-left: 85px;
  }
  .p_top .feature_main ul li h3.st2::before {
    width: 75px;
    height: 31px;
    background-image: url(../img/feature_ic2.png);
  }
  .p_top .feature_main ul li h3.st3 {
    padding-left: 92px;
  }
  .p_top .feature_main ul li h3.st3::before {
    width: 82px;
    height: 43px;
    background-image: url(../img/feature_ic3.png);
  }
  .p_top .feature_main ul li h3.st4 {
    padding-left: 68px;
  }
  .p_top .feature_main ul li h3.st4::before {
    width: 58px;
    height: 58px;
    background-image: url(../img/feature_ic4.png);
  }
  .p_top .feature_main ul li h3.st5 {
    padding-left: 64px;
  }
  .p_top .feature_main ul li h3.st5::before {
    width: 54px;
    height: 62px;
    background-image: url(../img/feature_ic5.png);
  }
  .p_top .feature_main ul li h3.st6 {
    padding-left: 63px;
  }
  .p_top .feature_main ul li h3.st6::before {
    width: 53px;
    height: 60px;
    background-image: url(../img/feature_ic6.png);
  }
  .p_top .factoring {
    padding: 174px 0 0;
  }
  .p_top .factoring .row {
    max-width: 1200px;
  }
  .p_top .factoring ul {
    display: -ms-grid;
    display: grid;
    gap: 120px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .factoring ul li:nth-of-type(2) p {
    padding-left: 160px;
  }
  .p_top .factoring ul li h3 {
    position: relative;
  }
  .p_top .factoring ul li h3.st2 {
    text-align: right;
  }
  .p_top .factoring ul li h3.st2::after {
    right: initial;
    left: 0;
  }
  .p_top .factoring ul li h3.st2 span {
    margin: 0;
    margin-left: 60px;
  }
  .p_top .factoring ul li h3.st2 span::after {
    right: -50vw;
    left: initial;
  }
  .p_top .factoring ul li h3::after {
    content: "";
    position: absolute;
    bottom: -29px;
    right: -60px;
    width: 414px;
    height: 65px;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .factoring ul li h3 small {
    display: block;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #13245D;
    margin-bottom: -11px;
  }
  .p_top .factoring ul li h3 span {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #13245D;
    margin-right: 60px;
    display: block;
    padding: 13px 0;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .factoring ul li h3 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background-color: #13245D;
    display: block;
    z-index: -1;
  }
  .p_top .factoring ul li p {
    margin: 54px 0 31px;
    font-size: 18px;
    line-height: 170%;
    color: #343948;
  }
  .p_top .cases {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 116px 0 100px;
    margin-top: 269px;
    position: relative;
  }
  .p_top .cases .ttl {
    margin-bottom: 40px;
  }
  .p_top .cases::before {
    content: "";
    position: absolute;
    top: -126px;
    right: 0;
    width: 622px;
    height: 459px;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .cases::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    background: #13245D;
    display: block;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .cases::after {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .cases_main {
    position: relative;
  }
  .p_top .cases_main::after {
    content: "";
    position: absolute;
    top: -423.57px;
    right: -90px;
    width: 501px;
    height: 391px;
    background: url(../img/cases_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cases .slider_ctr {
    margin-top: 37px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar {
    position: static;
    height: 2px;
    width: 100%;
  }
  .p_top .cases .slider_ctr .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 53px;
    height: 25px;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
  }
  .p_top .cases .slider_ctr .swiper-button-prev {
    position: static;
    width: 53px;
    height: 25px;
    margin-top: 0;
    background: url(../img/ic_prev.png) center/100% 100% no-repeat;
    margin: 0 10px 0 45px;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar {
    background-color: #fff;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #F07188;
  }
  .p_top .cases .cases_slider {
    overflow: initial;
    position: relative;
  }
  .p_top .cases .cases_slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #13245D;
    display: block;
    z-index: 1;
  }
  .p_top .cases .cases_slider ul li {
    width: 323px;
    margin-right: 30px;
  }
  .p_top .cases .card {
    padding: 15px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
  }
  .p_top .cases .card .card-image {
    height: 136px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .cases .card .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .cases .card .card-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #13245D;
    border-bottom: 1px solid #DCE7F3;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .p_top .cases .card .card-content .info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
  }
  .p_top .cases .card .card-content .info-row .value {
    font-weight: bold;
    font-size: 24px;
    color: #1C6095;
    line-height: 1;
  }
  .p_top .cases .card .card-content .info-row .value.st2 {
    font-size: 16px;
  }
  .p_top .cases .card .card-content .info-row .value > small {
    font-size: 16px;
    font-weight: 500;
    color: #343948;
  }
  .p_top .cases .card .card-content .amount-box {
    margin-top: 16px;
    padding: 12px;
    background-color: #13245D;
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cases .card .card-content .amount-box .amount {
    display: block;
    font-size: 32px;
    color: #FECB2B;
    line-height: 1;
  }
  .p_top .cases .card .card-content .amount-box .amount > small {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .p_top .diagnosis_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    /* -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; */
  }
  /* .p_top .diagnosis_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  } */
  .p_top .diagnosis_list li {
    width: -webkit-calc((100% - 35px) / 2);
    width: -moz-calc((100% - 35px) / 2);
    width: calc((100% - 35px) / 2);
  }
  .p_top .diagnosis_list li a {
    display: inline-block;
  }
  .p_top .diagnosis_list li:nth-of-type(2) {
    padding-bottom: 25px;
  }
  .p_top .diagnosis_list .d_lb {
    background: #EE7F2D;
    -moz-border-radius: 999px;
         border-radius: 999px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .p_top .diagnosis_list .diagnosis_tel {
    display: block;
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
  }
  .p_top .diagnosis_list .diagnosis_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 87px;
    height: 88px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .diagnosis_list .diagnosis_tel > span {
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 57px;
    line-height: 1;
    background: -webkit-linear-gradient(#EF9731, #EC5D29);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
  }
  .p_top .diagnosis_list .diagnosis_tel > p {
    background: -webkit-linear-gradient(#EF9731, #EC5D29);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
  }
  .p_top .diagnosis_list .diagnosis_tel > p span {
    font-weight: 700;
    font-size: 28px;
  }
  .p_top .diagnosis_list .diagnosis_plane {
    width: 100%;
    height: 112.16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#58B9D6), to(#0F6FAB));
    background: -webkit-linear-gradient(top, #58B9D6 0%, #0F6FAB 100%);
    background: -moz- oldlinear-gradient(top, #58B9D6 0%, #0F6FAB 100%);
    background: linear-gradient(180deg, #58B9D6 0%, #0F6FAB 100%);
    -moz-box-shadow: 0px 4.27895px 0px #075282;
         box-shadow: 0px 4.27895px 0px #075282;
    -moz-border-radius: 0px 28.5264px;
         border-radius: 0px 28.5264px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .diagnosis_list .diagnosis_plane:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(4.27895px);
       -moz-transform: translateY(4.27895px);
        -ms-transform: translateY(4.27895px);
            transform: translateY(4.27895px);
  }
  .p_top .diagnosis_list .diagnosis_plane span {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
  }
  .p_top .diagnosis_list .diagnosis_plane time {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 3px;
  }
  .p_top .diagnosis_list .diagnosis_plane::before {
    position: absolute;
    content: "";
    width: 55.49px;
    height: 44.86px;
    background: url("../img/diagnosisPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 32px;
  }
  .p_top .diagnosis_list .diagnosis_plane::after {
    position: absolute;
    content: "→";
    font-size: 34.23px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    color: #1C6095;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 22.02px;
    width: 58.48px;
    height: 25.67px;
    -moz-border-radius: 12.84px;
         border-radius: 12.84px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .diagnosis_list .diagnosis_line {
    width: 100%;
    height: 112.16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0CDF62), to(#029D42));
    background: -webkit-linear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: -moz- oldlinear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: linear-gradient(180deg, #0CDF62 0%, #029D42 100%);
    -moz-box-shadow: 0px 4.27895px 0px #00722F;
         box-shadow: 0px 4.27895px 0px #00722F;
    -moz-border-radius: 0px 28.5264px;
         border-radius: 0px 28.5264px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .diagnosis_list .diagnosis_line:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(4.27895px);
       -moz-transform: translateY(4.27895px);
        -ms-transform: translateY(4.27895px);
            transform: translateY(4.27895px);
  }
  .p_top .diagnosis_list .diagnosis_line span {
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
  }
  .p_top .diagnosis_list .diagnosis_line time {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 3px;
  }
  .p_top .diagnosis_list .diagnosis_line::before {
    position: absolute;
    content: "";
    width: 55.49px;
    height: 44.86px;
    background: url("../img/mvLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 32px;
  }
  .p_top .diagnosis_list .diagnosis_line::after {
    position: absolute;
    content: "→";
    font-size: 34.23px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    color: #03A244;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 22.02px;
    width: 58.48px;
    height: 25.67px;
    -moz-border-radius: 12.84px;
         border-radius: 12.84px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .diagnosis {
    margin-top: 150px;
    background-color: #F2F4F6;
    padding: 100px 0 65px;
  }
  .p_top .diagnosis.diagnosis02 {
    margin-top: 0px;
    background-color: #F2F4F6;
    padding: 100px 0 65px;
  }
  .p_top .diagnosis .row {
    max-width: 1000px;
  }
  .p_top .diagnosis .text {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
  }
  .p_top .diagnosis.noMar {
    margin-top: 0;
  }
  .p_top .funding {
    padding: 197px 0 100px;
  }
  .p_top .funding .row {
    max-width: 1000px;
  }
  .p_top .funding h2 {
    position: relative;
    font-size: 40.2px;
    line-height: 1.4;
    color: #13245D;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .p_top .funding h2 > span {
    position: absolute;
    font-size: 150px;
    line-height: 199px;
    font-family: 'Futura';
    font-weight: 700;
    color: #EAECF2;
    top: -61.52px;
    left: -214px;
    z-index: -1;
  }
  .p_top .funding h2 > span::after {
    position: absolute;
    content: "";
    width: 213px;
    height: 273px;
    background: url("../img/fundingIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -78px;
    right: -184px;
  }
  .p_top .funding h2 em {
    font-style: normal;
    display: inline-block;
    position: relative;
    font-size: 50.25px;
    line-height: 1.4;
    font-weight: 700;
    color: #DD445F;
    padding: 0 16px;
  }
  .p_top .funding h2 em::before, .p_top .funding h2 em::after {
    position: absolute;
    content: "“";
    font-size: 50.25px;
    line-height: 1.4;
    font-family: 'Abel';
    font-weight: 400;
    top: -7px;
  }
  .p_top .funding h2 em::before {
    left: 0;
  }
  .p_top .funding h2 em::after {
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -32px;
  }
  .p_top .funding ul {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .funding ul li figure {
    height: 164px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 10px rgba(19, 36, 93, 0.2);
         box-shadow: 0px 0px 10px rgba(19, 36, 93, 0.2);
  }
  .p_top .funding ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .funding ul li h3 {
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #13245D;
    margin: 20px 0 14px;
  }
  .p_top .funding ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #343948;
  }
  .p_top .price {
    padding-top: 92px;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    overflow: hidden;
  }
  .p_top .price .ttl em {
    top: -92px;
  }
  .p_top .price .row {
    max-width: 1200px;
  }
  .p_top .price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 83px);
    height: -moz-calc(100% - 83px);
    height: calc(100% - 83px);
    background: #F2F4F6;
    display: block;
    z-index: -1;
  }
  .p_top .price .price1__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .price .price1__list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .price .price1__list dl dt {
    font-size: 17.37px;
    line-height: 26px;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
  }
  .p_top .price .price1__list dl dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28.33px;
    height: 28.33px;
    color: #fff;
    font-size: 19.54px;
    line-height: 1;
    -moz-border-radius: 7.60005px 0px;
         border-radius: 7.60005px 0px;
    margin-right: 3px;
  }
  .p_top .price .price1__list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 57.54px;
    line-height: 58px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #13245D;
    margin-top: 9.77px;
  }
  .p_top .price .price1__list dl dd::after {
    content: attr(data-text);
    font-size: 19.18px;
    line-height: 0.8;
    font-weight: 700;
    font-family: 'HiraginoSans';
    white-space: pre;
    margin-bottom: 10px;
  }
  .p_top .price .price1__list dl dd.special::after {
    margin-bottom: 5px;
  }
  .p_top .price .price1__list dl:nth-of-type(1) dt {
    color: #E5596F;
  }
  .p_top .price .price1__list dl:nth-of-type(1) dt span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(2) dt {
    color: #1476B2;
  }
  .p_top .price .price1__list dl:nth-of-type(2) dt span {
    background: -webkit-linear-gradient(296.57deg, #1375B2 48.77%, #278FD2 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #1375B2 48.77%, #278FD2 48.77%);
    background: linear-gradient(153.43deg, #1375B2 48.77%, #278FD2 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(3) dt {
    color: #E4A013;
  }
  .p_top .price .price1__list dl:nth-of-type(3) dt span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(4) dt {
    color: #EC5D2A;
  }
  .p_top .price .price1__list dl:nth-of-type(4) dt span {
    background: -webkit-linear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: linear-gradient(153.43deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(5) dt {
    color: #E5596F;
  }
  .p_top .price .price1__list dl:nth-of-type(5) dt span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(6) dt {
    color: #1476B2;
  }
  .p_top .price .price1__list dl:nth-of-type(6) dt span {
    background: -webkit-linear-gradient(296.57deg, #1476B2 48.77%, #278FD2 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #1476B2 48.77%, #278FD2 48.77%);
    background: linear-gradient(153.43deg, #1476B2 48.77%, #278FD2 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(7) dt {
    color: #E4A013;
  }
  .p_top .price .price1__list dl:nth-of-type(7) dt span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
  }
  .p_top .price .price2 {
    margin-top: 55px;
    padding: 0 0 0 142px;
  }
  .p_top .price .price2__list {
    background: #1E8CD2;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    color: #fff;
  }
  .p_top .price .price2__list::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #1E8CD2;
    top: 0;
    left: 100%;
    z-index: -1;
  }
  .p_top .price .price2__list dl {
    padding: 19px 0;
  }
  .p_top .price .price2__list dl + dl {
    border-left: 1px solid #fff;
  }
  .p_top .price .price2__list dl dt {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
  }
  .p_top .price .price2__list dl dd .num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 65.57px;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
  }
  .p_top .price .price2__list dl dd .num::after {
    content: attr(data-unit);
    font-size: 21.86px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'HiraginoSans';
  }
  .p_top .price .price2__list dl dd .excavator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 37.62px;
    line-height: 56px;
    font-weight: 700;
    margin-top: 17.35px;
  }
  .p_top .price .price2__list dl dd .excavator::before {
    content: "";
    width: 80.52px;
    height: 58.83px;
    background: url("../img/excavator.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 15.88px;
  }
  .p_top .price .price2__list dl dd .ship {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 37.62px;
    line-height: 56px;
    font-weight: 700;
    margin-top: 19.7px;
  }
  .p_top .price .price2__list dl dd .ship::before {
    content: "";
    width: 79.94px;
    height: 44.63px;
    background: url("../img/ship.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 16.46px;
  }
  .p_top .price .price2__list dl:nth-of-type(1) {
    width: 400px;
  }
  .p_top .price .price2__list dl:nth-of-type(2) {
    width: 369px;
  }
  .p_top .price .price2__list dl:nth-of-type(3) {
    padding-left: 60px;
    width: 289px;
  }
  .p_top .strength {
    padding: 200px 0 0;
    margin-bottom: -50px;
  }
  .p_top .strength .row {
    max-width: 1000px;
  }
  .p_top .strength ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .strength ul li + li {
    margin-top: 70px;
  }
  .p_top .strength ul li:nth-child(even) figure {
    margin-right: -80px;
  }
  .p_top .strength ul li:nth-child(even) .txt > * {
    padding-left: 100px;
  }
  .p_top .strength ul li:nth-child(even) .txt h3 {
    padding-left: 100px;
  }
  .p_top .strength ul li:nth-child(even) .txt h3::after {
    right: -100vw;
    width: -webkit-calc(100vw + 1000px);
    width: -moz-calc(100vw + 1000px);
    width: calc(100vw + 1000px);
    left: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_top .strength ul li:nth-child(4) figure {
    margin-top: 57px;
  }
  .p_top .strength ul li:nth-child(4) .txt {
    padding-right: 0;
  }
  .p_top .strength ul li .txt {
    width: 100%;
    padding-right: 15px;
  }
  .p_top .strength ul li .txt h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    min-height: 97px;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  .p_top .strength ul li .txt h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: -webkit-calc(100vw + 1000px);
    width: -moz-calc(100vw + 1000px);
    width: calc(100vw + 1000px);
    height: 100%;
    display: block;
    background-image: url(../img/strength_bg1.png);
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    background-position: right top;
    background-color: #1F347C;
    z-index: -1;
    -moz-border-radius: 0px 20px 20px 0px;
         border-radius: 0px 20px 20px 0px;
    overflow: hidden;
  }
  .p_top .strength ul li .txt h3 span {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 21.71px;
    line-height: 29px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-right: 5.29px;
    display: block;
    margin-bottom: 7px;
  }
  .p_top .strength ul li .txt h3 i {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    display: block;
  }
  .p_top .strength ul li .txt h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0F246B;
    margin-bottom: 20px;
  }
  .p_top .strength ul li .txt h4 span {
    color: #DD445F;
  }
  .p_top .strength ul li .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #343948;
  }
  .p_top .strength ul li figure {
    width: 417px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-top: 13px;
  }
  .p_top .voice {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 99px 0 100px 7.14286%;
    margin-top: 202px;
    position: relative;
  }
  .p_top .voice h2 {
    margin-bottom: 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .p_top .voice h2 > em {
    color: rgba(255, 255, 255, 0.1) !important;
  }
  .p_top .voice h2::before {
    position: absolute;
    content: "";
    width: 278.1px;
    height: 269.52px;
    background: url("../img/voiceTitle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -webkit-calc(50% + 266.1px);
    left: -moz-calc(50% + 266.1px);
    left: calc(50% + 266.1px);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -147px;
  }
  .p_top .voice::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 622px;
    height: 459px;
    background: #ECF4FC;
    display: block;
    z-index: -2;
  }
  .p_top .voice::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 100%;
    background: #1E8CD2;
    display: block;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .voice::after {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .voice_main {
    position: relative;
    position: relative;
  }
  .p_top .voice_main ul li {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    padding: 35px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .voice_main ul li + li {
    margin-top: 30px;
  }
  .p_top .voice_main ul li .ct_l {
    width: 339px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .voice_main ul li .ct_l .testimonial-image {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .voice_main ul li .ct_l .testimonial-image img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .voice_main ul li .ct_l .fund-boxes {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 15px;
    font-weight: bold;
  }
  .p_top .voice_main ul li .ct_l .fund-boxes .box {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 4px solid #C3D8E6;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 12px 0;
    text-align: center;
  }
  .p_top .voice_main ul li .ct_l .fund-boxes .box .label {
    display: block;
    font-size: 16px;
  }
  .p_top .voice_main ul li .ct_l .fund-boxes .box .amount {
    font-size: 20px;
  }
  .p_top .voice_main ul li .ct_l .fund-boxes .box .amount strong {
    font-size: 40px;
    color: #d94e63;
    line-height: 1;
  }
  .p_top .voice_main ul li .ct_r {
    width: 100%;
    padding-left: 30px;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .tag {
    background-color: #DD445F;
    color: #fff;
    padding: 4px 18px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .subtitle {
    margin-top: 12px;
    font-size: 16px;
    color: #13245D;
    font-weight: 500;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .title {
    font-size: 24px;
    font-weight: bold;
    color: #13245D;
    margin-top: 4px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DCE7F3;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .description {
    font-size: 14px;
    line-height: 1.8;
  }
  .p_top .flow {
    padding: 174px 0 0;
    margin-bottom: -50px;
  }
  .p_top .flow .row {
    max-width: 1000px;
  }
  .p_top .flow .ttl.st2 > em {
    left: inherit;
    right: 0;
  }
  .p_top .flow .text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 23px;
  }
  .p_top .flow .steps-container {
    display: -ms-grid;
    display: grid;
    gap: 90px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .flow .steps-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 113px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 78px;
    background: #E6ECF3;
    display: block;
    z-index: -1;
  }
  .p_top .flow .steps-container .step {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
  }
  .p_top .flow .steps-container .step * {
    position: relative;
    z-index: 2;
  }
  .p_top .flow .steps-container .step:not(:last-child) {
    position: relative;
  }
  .p_top .flow .steps-container .step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 47%;
    right: -62px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 19px;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .flow .steps-container .step .step-number {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #818BAD;
  }
  .p_top .flow .steps-container .step .step-title {
    font-size: 20px;
    font-weight: bold;
    color: #13245D;
    margin: 4px 0 12px;
  }
  .p_top .flow .steps-container .step figure {
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }
  .p_top .flow .steps-container .step figure img {
    width: 107px;
    display: inline-block;
  }
  .p_top .flow .steps-container .step .step-description {
    font-size: 16px;
    line-height: 1.8;
  }
  .p_top .flow .steps-container .arrow {
    font-size: 32px;
    font-weight: bold;
    color: #1d2e6e;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .p_top .flow .examination-section {
    margin-top: 30px;
    color: #fff;
  }
  .p_top .flow .examination-section .examination-title {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 0.75;
    color: #1E8CD2;
  }
  .p_top .flow .examination-section .examination-box {
    background-color: #1E8CD2;
    padding: 37px 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .flow .examination-section .examination-box .examination-description {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .p_top .flow .examination-section .examination-box .document-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 90px;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item:not(:last-child) {
    margin-right: 70px;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item figure {
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item figure img {
    display: inline-block;
    width: 85px;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item .sub-text {
    font-size: 16px;
    font-weight: 500;
  }
  .p_top .qa {
    padding: 199px 0 100px;
    background-color: #13245D;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .qa::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    background: #fff;
    display: block;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .qa::after {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .qa h2 {
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    transform: translateZ(0);
  }
  .p_top .qa h2::after {
    position: absolute;
    content: "";
    width: 192.82px;
    height: 281px;
    background: url("../img/faqIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -177px;
    right: -256.82px;
  }
  .p_top .qa h2 em {
    position: absolute;
    font-size: 150px;
    line-height: 199px;
    font-weight: 700;
    color: rgba(238, 240, 245, 0.8);
    top: -100px;
    right: 157px;
    z-index: -1;
    font-style: normal;
  }
  .p_top .qa h2 small {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Futura-Medium';
    color: #13245D;
  }
  .p_top .qa h2 span {
    font-size: 35px;
    line-height: 53px;
    font-weight: 700;
    color: #13245D;
    margin-top: 10px;
  }
  .p_top .qa .row {
    max-width: 850px;
  }
  .p_top .qa .qa_list {
    padding-bottom: 80px;
  }
  .p_top .qa .qa_list dl {
    border-bottom: 1px solid #D5DDE3;
  }
  .p_top .qa .qa_list dl:first-child {
    border-top: 1px solid #D5DDE3;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 45px 30px 45px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    position: relative;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 7px;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt.is_active:after {
    -webkit-transform: translateY(-50%) scaleY(-1);
       -moz-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 0 0 30px 45px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
  }
  .p_top .qa .qa_list dl dd .ask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact {
    background-color: #F2F4F6;
    padding: 100px 0;
  }
  .p_top .contact .row {
    max-width: 1000px;
  }
  .p_top .contact .ttl > em {
    right: 0;
    right: 0;
    right: 0;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 28px;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background: #EBEDF0;
    border: 1px solid #D7D7D7;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .cbWr label span::after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 21px;
    width: 438px;
    height: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F67E93), to(#DD445F));
    background: -webkit-linear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: -moz- oldlinear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: linear-gradient(180deg, #F67E93 0%, #DD445F 100%);
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .diagnosis_list {
    margin-bottom: px;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 50px;
    margin-top: 4rem;
  }
  .p_top .contact .form .f_txt {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 15px;
    font-weight: 500;
  }
  .p_top .contact .form .f_txt a {
    color: #1E8CD2;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl + dl {
    margin-top: 23px;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    width: 228px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 10px;
    padding-right: 15px;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 17px;
    background-color: #DD445F;
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 17px;
    background-color: #13245D;
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .df > span {
    font-size: 20px;
    margin-left: 10px;
  }
  .p_top .contact .form dl dd p {
    font-size: 15px;
    margin-top: 5px;
  }
  .p_top .contact .form dl dd p .c_red {
    color: #D94F4F;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 352px;
    position: relative;
    position: relative;
    max-width: 100%;
    height: 45px;
    background: #EFF2F6;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 6px;
    background: url(../img/ic_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 18px;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #8D929A;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 18px;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #F0F0F0;
    border: 0;
    height: 45px;
    background: #EFF2F6;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 18px;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 204px;
    border: 0;
    background: #EFF2F6;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_send .f_area {
    background-color: #F2F4F6;
  }
  .p_send .factoring {
    padding-bottom: 0;
    padding-top: 104px;
  }
  .p_send .factoring .f_blk {
    text-align: center;
  }
  .p_send .factoring .f_blk figure {
    width: 543px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 40px;
  }
  .p_send .factoring .f_blk p {
    line-height: 2;
    font-size: 16px;
  }
  .p_send .strength {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .p_send .flow {
    padding-bottom: 120px;
  }
  .p_send .s_ctTop {
    text-align: center;
    padding: 60px 0 100px;
  }
  .p_send .s_ctTop h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    color: #13245D;
  }
  .p_send .s_ctTop .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 20px 0 30px;
  }
  .p_send .s_ctTop .box {
    width: 594px;
    background: #FFFFFF;
    border: 6px solid #C3D8E6;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 30px 40px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .p_send .s_ctTop .box::after {
    content: "";
    position: absolute;
    top: -38px;
    right: 22px;
    width: 220px;
    height: 211px;
    background: url(../img/tree.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_send .s_ctTop .box h3 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 5px;
    color: #E5596F;
  }
  .p_send .s_ctTop .box p {
    font-size: 21px;
    line-height: 160%;
  }
  .p_send .send03 {
    padding-bottom: 60px;
  }
  .p_send .send03 .diagnosis_list {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_send .send03 .diagnosis_list .t_time {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #13245D;
    background: none;
    -webkit-text-fill-color: initial;
    margin-top: 10px;
  }
  .p_send .send03 .diagnosis_list .lbText {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    margin-right: 60px;
  }
  .p_send .send03 .diagnosis_list .lbText span {
    background-color: #13245D;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 15px 0;
    position: relative;
    display: block;
    z-index: 2;
  }
  .p_send .send03 .diagnosis_list .lbText::before {
    content: "";
    position: absolute;
    bottom: -31px;
    right: -53px;
    height: 62px;
    background: #D9E3ED;
    width: 455px;
    display: block;
    z-index: -2;
  }
  .p_send .send03 .diagnosis_list .lbText::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #13245D;
    display: block;
    z-index: -1;
  }
  #survey .survey__main__contact .step .head__text--main {
    background: #F1F1F1;
    border: 1px solid #F3F5FA;
    -moz-border-radius: 7px;
         border-radius: 7px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #04002D;
  }
  #survey .survey__row {
    padding: 0;
  }
  #survey .survey__main {
    background: #FFFFFF;
    border: 4px solid #D4D6DE;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 15px;
  }
  #survey .survey__main__contact {
    padding: 0;
  }
  #survey .survey__main__contact .step__main ul li > span {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #E5596F;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
  }
  #survey .survey__main__contact .step__main ul li > span em {
    font-style: normal;
  }
  #survey .survey__main__contact .step__main ul li > span small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57143;
    display: block;
  }
  #survey .survey__main__contact .step .head__text--main h3 {
    font-size: 16px;
  }
  #survey .survey__main__contact .step__main .reply__main span {
    display: block;
    background: #13245D;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #survey .survey__main__contact .step__main .reply__main span em {
    font-style: normal;
  }
  #survey .reply.is_active {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  #survey .survey__main__contact .step__main .reply__main span em small {
    display: none;
  }
  #survey .survey__main__contact .step.is_active .step__main .f_box {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #1E8CD2;
    border: 1px solid #F3F5FA;
    -moz-border-radius: 7px;
         border-radius: 7px;
    margin-bottom: 20px;
  }
  #survey .survey__main__contact .step.is_active .step__main .form-group .input > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #343948;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #survey .survey__main__contact .step.is_active .step__main .form-group .input > p::after {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 17px;
    background-color: #DD445F;
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
    content: "必須";
    margin-left: 5px;
  }
  #survey .survey__main__contact .step__main .form-group .input {
    margin-bottom: 20px;
  }
  #survey .survey__main__contact .step__main .form-group .input input,
  #survey .survey__main__contact .step__main .form-group .input select {
    height: 40px;
    font-size: 12px;
    padding: 0 18px;
    background: #EFF2F6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    min-height: 40px;
    appearance: none;
  }
  #survey .survey__main__contact .step__main .form-group .input input::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .more-box button {
    width: 264px;
    height: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F67E93), to(#DD445F));
    background: -webkit-linear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: -moz- oldlinear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: linear-gradient(180deg, #F67E93 0%, #DD445F 100%);
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 20px auto;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  #survey .survey__main__contact .step .head__text--bound {
    width: 100%;
  }
  #survey .survey__main__contact .step.is_active .head__text--main {
    max-width: 100%;
    width: 100%;
  }
  #survey .survey__main__contact .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
    gap: 7px 18px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    margin-top: 20px;
  }
  #survey .survey__main__contact .step.is_active .step__main ul li {
    margin: 0;
    width: 100%;
  }
  #survey .survey__main {
    max-width: 600px;
  }
  .diagnosis.mh {
    min-height: -webkit-calc(100vh - 42.99517vw);
    min-height: -moz-calc(100vh - 42.99517vw);
    min-height: calc(100vh - 42.99517vw);
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 15.70048vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 15.70048vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.62319vw;
  }
  .header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    font-size: 0;
  }
  .header ul li {
    width: 16.90821vw;
    height: 11.83575vw;
  }
  .header ul li:not(:first-child) {
    margin-left: 1.20773vw;
  }
  .header ul a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 7.24638vw;
  }
  .header ul a::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header ul a em {
    font-style: normal;
    font-size: 2.41546vw;
    line-height: 3.62319vw;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  .header ul a.header_tel {
    background: #EC5C29;
  }
  .header ul a.header_tel::before {
    position: absolute;
    content: "";
    width: 5.48068vw;
    height: 5.55556vw;
    background: url("../img/headerTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.96618vw;
  }
  .header ul a.header_doc {
    background: #06C755;
  }
  .header ul a.header_doc::before {
    position: absolute;
    content: "";
    width: 6.29227vw;
    height: 5.55556vw;
    background: url("../img/mvLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.5vw;
  }
  /* .header ul a.header_doc {
    background: #13245D;
  }
  .header ul a.header_doc::before {
    position: absolute;
    content: "";
    width: 4.29227vw;
    height: 5.55556vw;
    background: url("../img/headerDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0.96618vw;
  } */
  .header ul a.header_plane {
    background: #1274B2;
  }
  .header ul a.header_plane::before {
    position: absolute;
    content: "";
    width: 6.01449vw;
    height: 4.83092vw;
    background: url("../img/headerPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 1.69082vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 50.74879vw;
  }
  .footer {
    text-align: center;
    padding: 7.24638vw 0;
    font-size: 3.86473vw;
    background-color: #13245D;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer p {
    font-size: 3.1401vw;
    line-height: 1.42857;
    text-align: center;
  }
  .footer .copyright {
    font-size: 2.89855vw;
    margin-top: 4.34783vw;
    color: #9FA9C7;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    width: 100%;
    background-color: #082B62;
    padding: 3.38164vw;
  }
  .cta_fixed .cta_fixed_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta_fixed a {
    display: block;
    width: 15.21739vw;
  }
  .cta_fixed a.cta_fixed_tel {
    display: block;
    position: relative;
    width: 58.57488vw;
    z-index: 2;
  }
  .cta_fixed a.cta_fixed_tel span {
    position: absolute;
    top: 6.03865vw;
    left: 13.28502vw;
    line-height: 100%;
    white-space: nowrap;
    color: #163F7F;
    font-size: 8.21256vw;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0;
    text-shadow: 0.48309vw 0 0 #fff, -0.48309vw 0 0 #fff, 0 0.48309vw 0 #fff, 0 -0.48309vw 0 #fff, 0.24155vw 0.24155vw #fff, -0.24155vw -0.24155vw 0 #fff, 0.24155vw -0.24155vw 0 #fff, -0.24155vw 0.24155vw 0 #fff;
    display: block;
  }
  #company {
    margin-bottom: 24.15459vw;
  }
  #company .inner {
    width: 100%;
    margin: auto;
    padding: 0 3.62319vw;
  }
  #company .inner h2 {
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 10.14493vw;
    position: relative;
    padding-top: 7.24638vw;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 60px;
  }
  #company .inner .office_img {
    margin-bottom: 7.24638vw;
  }
  #company .inner .office_img img {
    width: 100%;
  }
  #company .inner table {
    width: 100%;
  }
  #company .inner table tr th {
    font-weight: bold;
  }
  #company .inner table tr th, #company .inner table tr td {
    text-align: left;
    line-height: 2;
    color: #fff;
    display: block;
    font-size: 3.1401vw;
    line-height: 1.42857;
  }
  #company .inner table tr th {
    padding-bottom: 1.20773vw;
  }
  #company .inner table tr td {
    padding-bottom: 4.83092vw;
  }
  #company .inner table tr th a, #company .inner table tr td a {
    text-decoration: underline;
    color: #92c41d;
  }
  #company .inner table tr th a:hover, #company .inner table tr td a:hover {
    text-decoration: none;
  }
  #company .inner table tr:first-child th, #company .inner table tr:first-child td {
    padding-top: 0;
  }
  #company .inner table tr:last-child th, #company .inner table tr:last-child td {
    padding-bottom: 0;
  }
  #company .inner ul {
    float: right;
  }
  #company .inner ul li {
    margin-bottom: 4.83092vw;
  }
  #company .inner ul li:last-child {
    margin-bottom: 0;
  }
  .p_top .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 7.48792vw;
  }
  .p_top .mv::before {
    position: absolute;
    content: "FACTORING \A RINKUS";
    top: 0;
    right: 0;
    font-size: 21.61836vw;
    line-height: 0.9;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #edeff6;
    letter-spacing: 0.06em;
    font-family: 'Futura-Medium';
    white-space: pre;
    margin-right: -1.20773vw;
    z-index: -1;
  }
  .p_top .mv__main--intro {
    font-size: 9.90338vw;
    line-height: 1.2;
    font-weight: 800;
    color: #13245d;
    padding-top: 7.48792vw;
  }
  .p_top .mv__main--intro span {
    line-height: 0;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 3.98551vw;
  }
  .p_top .mv__main--intro span img {
    width: 41.18357vw;
  }
  .p_top .mv__main--intro span::before, .p_top .mv__main--intro span::after {
    font-size: 10.86957vw;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #13245d;
    position: absolute;
  }
  .p_top .mv__main--intro span::before {
    content: "“";
    left: -4.58937vw;
    top: -0.96618vw;
  }
  .p_top .mv__main--intro span::after {
    content: "“";
    right: -4.58937vw;
    top: -webkit-calc(-50% - 0.96618vw);
    top: -moz-calc(-50% - 0.96618vw);
    top: calc(-50% - 0.96618vw);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .mv__main--note {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 4.83092vw;
    line-height: 8.09179vw;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    width: 88.16425vw;
    background: url("../img/mvBgNote.png") right no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    margin-top: 3.86473vw;
    margin-left: -3.62319vw;
  }
  .p_top .mv__main--note::before {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    background: #13245d;
    right: 100%;
    top: 0;
    z-index: -1;
  }
  .p_top .mv__main--note small {
    font-size: 4.22705vw;
  }
  .p_top .mv__main--list {
    margin-top: 5.67633vw;
  }
  .p_top .mv__main--list ul li {
    font-size: 4.42754vw;
    line-height: 7.01812vw;
    font-weight: 700;
    color: #13245d;
    font-family: "Noto Sans JP", serif;
  }
  .p_top .mv__main--list ul li + li {
    margin-top: 2.05314vw;
  }
  .p_top .mv__main--list ul li span {
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6.49758vw;
    height: 6.49758vw;
    font-size: 4.79106vw;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    -moz-border-radius: 1.81159vw 0 1.81159vw 0;
         border-radius: 1.81159vw 0 1.81159vw 0;
    margin-right: 1.3285vw;
  }
  .p_top .mv__main--list ul li:nth-of-type(1) span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .mv__main--list ul li:nth-of-type(2) span {
    background: -webkit-linear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: linear-gradient(153.43deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
  }
  .p_top .mv__main--list ul li:nth-of-type(3) span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
    font-family: "Roboto", sans-serif;
    font-size: 6.13889vw;
  }
  .p_top .mv__main--ribbon {
    margin-top: 5.91787vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .mv__main--ribbon dl {
    width: 29.22705vw;
    height: 25.24155vw;
    background: url("../img/mvRibbon.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding-top: 4.4686vw;
  }
  .p_top .mv__main--ribbon dl + dl {
    margin-left: 2.17391vw;
  }
  .p_top .mv__main--ribbon dl dt {
    text-align: center;
    font-size: 2.91425vw;
    line-height: 1.3;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    color: #9f6a10;
    letter-spacing: 0.02em;
  }
  .p_top .mv__main--ribbon dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 9.72222vw;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #f15858;
    letter-spacing: -0.01em;
  }
  .p_top .mv__main--ribbon dl dd small {
    font-size: 7.19444vw;
  }
  .p_top .mv__main--ribbon dl dd::after {
    content: attr(data-unit);
    white-space: pre;
    font-size: 4.2971vw;
    line-height: 3.1401vw;
    letter-spacing: 0.02em;
    color: #f15858;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    margin-bottom: 3.01932vw;
  }
  .p_top .mv__main--ribbon dl dd.special::after {
    margin-bottom: 1.81159vw;
  }
  .p_top .mv__main--fig {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 5.67633vw;
    padding-top: 6.15942vw;
    padding-bottom: 3.01932vw;
  }
  .p_top .mv__main--fig::before {
    position: absolute;
    content: "RINKUS \A FACTORING";
    width: 95.04831vw;
    background: #13245d;
    height: 84.42029vw;
    top: 0;
    right: -3.62319vw;
    font-size: 15.09662vw;
    line-height: 0.9;
    color: rgba(45, 57, 104, 0.3);
    letter-spacing: 0.06em;
    font-family: 'Futura-Medium';
    white-space: pre;
    z-index: -1;
  }
  .p_top .mv__main--fig::after {
    position: absolute;
    content: "RINKUS\A FACTORING";
    bottom: -14.13vw;
    right: -4.62319vw;
    font-size: 15.82126vw;
    line-height: 0.9;
    color: rgba(208, 212, 225, 0.2);
    letter-spacing: 0.06em;
    font-family: 'Futura-Medium';
    white-space: pre;
    z-index: -1;
    text-align: right;
  }
  .p_top .mv__main--fig img {
    width: 114.49275vw;
    max-width: 114.49275vw;
    height: auto;
    margin-left: -8.33333vw;
    margin-right: -13.04348vw;
  }
  .p_top .mv__main--contact {
    margin-top: 1.44928vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .mv__main--contact::after {
    position: absolute;
    content: "";
    width: 28.62319vw;
    height: 46.13527vw;
    background: url("../img/mvIllus02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: -4.83092vw;
    z-index: -1;
  }
  .p_top .mv__main--contact li.tel {
    width: 100%;
    padding-bottom: 0.84541vw;
  }
  .p_top .mv__main--contact li.tel a {
    width: 100%;
    height: 19.44444vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF9730), to(#EC5C29));
    background: -webkit-linear-gradient(top, #EF9730 0%, #EC5C29 100%);
    background: -moz- oldlinear-gradient(top, #EF9730 0%, #EC5C29 100%);
    background: linear-gradient(180deg, #EF9730 0%, #EC5C29 100%);
    -moz-box-shadow: 0px 0.84541vw 0px #BD3D0F;
         box-shadow: 0px 0.84541vw 0px #BD3D0F;
    -moz-border-radius: 0 6.03865vw 0 6.03865vw;
         border-radius: 0 6.03865vw 0 6.03865vw;
    text-align: center;
  }
  .p_top .mv__main--contact li.tel a::before {
    position: absolute;
    content: "";
    width: 9.90338vw;
    height: 10.02415vw;
    background: url("../img/mvPhone_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.tel a::after {
    content: "→";
    font-size: 5.16908vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.78261vw;
    height: 4.4686vw;
    -moz-border-radius: 2.2343vw;
         border-radius: 2.2343vw;
    right: 4.71014vw;
    color: #ec5e29;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .p_top .mv__main--contact li.tel a span {
    font-size: 5.16908vw;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    display: block;
  }
  .p_top .mv__main--contact li.tel a time {
    font-size: 3.61836vw;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 2.29469vw;
  }
  .p_top .mv__main--contact li.doc {
    width: 59.54106vw;
    padding-bottom: 0.84541vw;
  }
  .p_top .mv__main--contact li.doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.54106vw;
    height: 16.54589vw;
    color: #fff;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.07246vw;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#43507D), to(#111E4C));
    background: -webkit-linear-gradient(top, #43507D 0%, #111E4C 100%);
    background: -moz- oldlinear-gradient(top, #43507D 0%, #111E4C 100%);
    background: linear-gradient(180deg, #43507D 0%, #111E4C 100%);
    -moz-box-shadow: 0px 0.84541vw 0px #13245D;
         box-shadow: 0px 0.84541vw 0px #13245D;
    -moz-border-radius: 0 6.03865vw 0 13px;
         border-radius: 0 6.03865vw 0 13px;
    margin-top: 2.657vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  /* .p_top .mv__main--contact li.doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.54106vw;
    height: 16.54589vw;
    color: #fff;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.07246vw;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#2657A5), to(#10285C));
    background: -webkit-linear-gradient(top, #2657A5 0%, #10285C 100%);
    background: -moz- oldlinear-gradient(top, #2657A5 0%, #10285C 100%);
    background: linear-gradient(180deg, #2657A5 0%, #10285C 100%);
    -moz-box-shadow: 0px 0.84541vw 0px #040c26;
         box-shadow: 0px 0.84541vw 0px #040c26;
    -moz-border-radius: 0 6.03865vw 0 13px;
         border-radius: 0 6.03865vw 0 13px;
    margin-top: 2.657vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  } */
  .p_top .mv__main--contact li.doc a:hover {
    -webkit-transform: translateY(0.84541vw);
       -moz-transform: translateY(0.84541vw);
        -ms-transform: translateY(0.84541vw);
            transform: translateY(0.84541vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 8.6087vw;
    height: 7.66184vw;
    background: url("../img/diagnosisDownload.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.34783vw;
    content: "";
  }
  /* .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 7.6087vw;
    height: 9.66184vw;
    background: url("../img/mvLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.34783vw;
    content: "";
  } */
  .p_top .mv__main--contact li.doc a::after {
    content: "→";
    font-size: 5.16908vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.78261vw;
    height: 4.4686vw;
    -moz-border-radius: 2.2343vw;
         border-radius: 2.2343vw;
    right: 2.89855vw;
    color: #13245D;
  }
  /* .p_top .mv__main--contact li.doc a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.54106vw;
    height: 16.54589vw;
    color: #fff;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.07246vw;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#2657A5), to(#10285C));
    background: -webkit-linear-gradient(top, #2657A5 0%, #10285C 100%);
    background: -moz- oldlinear-gradient(top, #2657A5 0%, #10285C 100%);
    background: linear-gradient(180deg, #2657A5 0%, #10285C 100%);
    -moz-box-shadow: 0px 0.84541vw 0px #040c26;
         box-shadow: 0px 0.84541vw 0px #040c26;
    -moz-border-radius: 0 6.03865vw 0 13px;
         border-radius: 0 6.03865vw 0 13px;
    margin-top: 2.657vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .p_top .mv__main--contact li.doc a:hover {
    -webkit-transform: translateY(0.84541vw);
       -moz-transform: translateY(0.84541vw);
        -ms-transform: translateY(0.84541vw);
            transform: translateY(0.84541vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.doc a::before, .p_top .mv__main--contact li.doc a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.doc a::before {
    width: 7.6087vw;
    height: 9.66184vw;
    background: url("../img/Line.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.34783vw;
    content: "";
  }
  .p_top .mv__main--contact li.doc a::after {
    content: "→";
    font-size: 5.16908vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.78261vw;
    height: 4.4686vw;
    -moz-border-radius: 2.2343vw;
         border-radius: 2.2343vw;
    right: 2.89855vw;
    color: #13245e;
  } */
  .p_top .mv__main--contact li.plane {
    width: 59.54106vw;
    padding-bottom: 0.84541vw;
  }
  .p_top .mv__main--contact li.plane a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 59.54106vw;
    height: 16.54589vw;
    color: #fff;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 5.07246vw;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, from(#58B9D6), to(#1070AB));
    background: -webkit-linear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: -moz- oldlinear-gradient(top, #58B9D6 0%, #1070AB 100%);
    background: linear-gradient(180deg, #58B9D6 0%, #1070AB 100%);
    -moz-box-shadow: 0px 0.84541vw 0px #075282;
         box-shadow: 0px 0.84541vw 0px #075282;
    -moz-border-radius: 0 6.03865vw 0 6.03865vw;
         border-radius: 0 6.03865vw 0 6.03865vw;
    margin-top: 2.53623vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .p_top .mv__main--contact li.plane a:hover {
    -webkit-transform: translateY(0.84541vw);
       -moz-transform: translateY(0.84541vw);
        -ms-transform: translateY(0.84541vw);
            transform: translateY(0.84541vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .mv__main--contact li.plane a::before, .p_top .mv__main--contact li.plane a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .mv__main--contact li.plane a::before {
    width: 7.72947vw;
    height: 6.28019vw;
    background: url("../img/mvPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 4.22705vw;
    content: "";
  }
  .p_top .mv__main--contact li.plane a::after {
    content: "→";
    font-size: 5.16908vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 9.78261vw;
    height: 4.4686vw;
    -moz-border-radius: 2.2343vw;
         border-radius: 2.2343vw;
    right: 2.89855vw;
    color: #0b6199;
  }
  .p_top .ttl {
    text-align: center;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    margin-bottom: 10.83333vw;
  }
  .p_top .ttl.st2 > em {
    color: rgba(238, 240, 245, 0.8);
    right: initial;
    left: 8.21256vw;
  }
  .p_top .ttl.st3 > em {
    color: rgba(43, 58, 109, 0.8);
    right: initial;
    left: 0vw;
    top: -15.45894vw;
  }
  .p_top .ttl.st3 small, .p_top .ttl.st3 span {
    color: #fff;
  }
  .p_top .ttl.st4 > em {
    left: -3.62319vw;
    right: initial;
  }
  .p_top .ttl > em {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    font-size: 19.32367vw;
    line-height: 25.60386vw;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -15.45894vw;
    left: 0vw;
    z-index: -1;
  }
  .p_top .ttl small {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 5.7971vw;
    line-height: 7.72947vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #13245D;
    display: block;
    margin-bottom: 2.41546vw;
  }
  .p_top .ttl span {
    display: block;
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 10.14493vw;
    text-align: center;
    color: #13245D;
  }
  .p_top .ttl span em {
    font-size: 9.17874vw;
    color: #DF5069;
    font-style: normal;
  }
  .p_top .feature {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 46.37681vw 0 14.49275vw;
    margin-top: 36.71498vw;
    position: relative;
  }
  .p_top .feature::before {
    content: "";
    position: absolute;
    top: -16.18357vw;
    right: 0;
    width: 63.52657vw;
    height: 44.2029vw;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .feature::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 3.62319vw);
    width: -moz-calc(100% - 3.62319vw);
    width: calc(100% - 3.62319vw);
    height: 100%;
    background: #F2F4F6;
    display: block;
    z-index: -1;
  }
  .p_top .feature_main {
    position: relative;
    position: relative;
  }
  .p_top .feature_main::after {
    content: "";
    position: absolute;
    top: -114.93961vw;
    right: 2.89855vw;
    width: 47.10145vw;
    height: 66.80676vw;
    background: url(../img/feature_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .feature_main ul {
    display: -ms-grid;
    display: grid;
    gap: 6.03865vw 2.41546vw;
    padding-right: 3.62319vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .feature_main ul li {
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.01);
         box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.01);
    padding: 7.24638vw 3.1401vw 4.83092vw;
    position: relative;
  }
  .p_top .feature_main ul li > span {
    text-align: center;
    position: absolute;
    top: -4.83092vw;
    right: 0;
  }
  .p_top .feature_main ul li > span small {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 2.41546vw;
    line-height: 2.17391vw;
    color: #13245D;
  }
  .p_top .feature_main ul li > span i {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 7.24638vw;
    line-height: 1;
    color: #13245D;
    display: block;
  }
  .p_top .feature_main ul li h3 {
    position: relative;
    padding-top: 19.32367vw;
    margin-bottom: 2.41546vw;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 130%;
    text-align: center;
  }
  .p_top .feature_main ul li h3 span {
    color: #E5596F;
  }
  .p_top .feature_main ul li h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.04348vw;
    height: 17.8744vw;
    background-image: url(../img/feature_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    background-position: center center;
    display: block;
  }
  .p_top .feature_main ul li h3.st2::before {
    width: 24.15459vw;
    height: 9.82287vw;
    top: 4.83092vw;
    background-image: url(../img/feature_ic2.png);
  }
  .p_top .feature_main ul li h3.st3::before {
    top: 2.41546vw;
    width: 26.40902vw;
    height: 13.84863vw;
    background-image: url(../img/feature_ic3.png);
  }
  .p_top .feature_main ul li h3.st4::before {
    width: 15.56629vw;
    height: 15.56629vw;
    background-image: url(../img/feature_ic4.png);
  }
  .p_top .feature_main ul li h3.st5::before {
    width: 14.49275vw;
    height: 16.63983vw;
    background-image: url(../img/feature_ic5.png);
  }
  .p_top .feature_main ul li h3.st6::before {
    width: 14.09018vw;
    height: 16.10306vw;
    background-image: url(../img/feature_ic6.png);
  }
  .p_top .feature_main ul li p {
    font-size: 3.38164vw;
  }
  .p_top .factoring {
    padding: 29.95169vw 0 4.83092vw;
  }
  .p_top .factoring .row {
    max-width: 289.85507vw;
  }
  .p_top .factoring ul {
    display: -ms-grid;
    display: grid;
    gap: 14.49275vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .factoring ul li:nth-of-type(2) p {
    padding-left: 14.97585vw;
  }
  .p_top .factoring ul li h3 {
    position: relative;
  }
  .p_top .factoring ul li h3.st2 {
    text-align: right;
  }
  .p_top .factoring ul li h3.st2::after {
    right: initial;
    left: -3.62319vw;
  }
  .p_top .factoring ul li h3.st2 span {
    margin-left: 0;
    margin-right: -3.62319vw;
  }
  .p_top .factoring ul li h3::after {
    content: "";
    position: absolute;
    bottom: -3.62319vw;
    right: -3.62319vw;
    width: 63.52657vw;
    height: 11.83575vw;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .factoring ul li h3 small {
    display: block;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 7.24638vw;
    line-height: 9.66184vw;
    color: #13245D;
    margin-bottom: -2.87391vw;
  }
  .p_top .factoring ul li h3 span {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #13245D;
    display: inline-block;
    padding: 3.1401vw 3.62319vw;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    margin-left: -3.62319vw;
  }
  .p_top .factoring ul li p {
    margin: 7.24638vw 0 4.83092vw;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #343948;
  }
  .p_top .cases {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 22.94686vw 0 14.49275vw;
    margin-top: 43.47826vw;
    position: relative;
    margin-bottom: 14.49275vw;
  }
  .p_top .cases::before {
    content: "";
    position: absolute;
    top: -16.18357vw;
    right: 0;
    width: 63.52657vw;
    height: 44.2029vw;
    background: #D9E3ED;
    display: block;
    z-index: -2;
  }
  .p_top .cases::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 3.62319vw);
    width: -moz-calc(100% - 3.62319vw);
    width: calc(100% - 3.62319vw);
    height: 100%;
    background: #13245D;
    display: block;
    z-index: -1;
  }
  .p_top .cases h2 {
    padding-right: 3.62319vw;
  }
  .p_top .cases_main {
    position: relative;
    position: relative;
  }
  .p_top .cases_main::after {
    content: "";
    position: absolute;
    top: -53.1401vw;
    left: 0vw;
    width: 52.615vw;
    height: 41.01029vw;
    background: url(../img/cases_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cases .slider_ctr {
    padding-right: 4.83092vw;
    margin-top: 8.9372vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar {
    position: static;
    height: 0.48309vw;
    width: 100%;
  }
  .p_top .cases .slider_ctr .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 12.80193vw;
    height: 6.03865vw;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
  }
  .p_top .cases .slider_ctr .swiper-button-prev {
    position: static;
    width: 12.80193vw;
    height: 6.03865vw;
    margin-top: 0;
    background: url(../img/ic_prev.png) center/100% 100% no-repeat;
    margin: 0 2.41546vw 0 10.86957vw;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar {
    background-color: #fff;
  }
  .p_top .cases .slider_ctr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #F07188;
  }
  .p_top .cases .cases_slider {
    overflow: initial;
    position: relative;
  }
  .p_top .cases .cases_slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: #13245D;
    display: block;
    z-index: 1;
  }
  .p_top .cases .cases_slider ul li {
    width: 78.01932vw;
    margin-right: 4.83092vw;
  }
  .p_top .cases .card {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
  }
  .p_top .cases .card .card-image {
    height: 32.85024vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .cases .card .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .cases .card .card-content h3 {
    font-size: 4.83092vw;
    font-weight: bold;
    margin-bottom: 2.89855vw;
    color: #13245D;
    border-bottom: 1px solid #DCE7F3;
    padding: 2.41546vw 0;
    margin-bottom: 2.41546vw;
  }
  .p_top .cases .card .card-content .info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.86473vw;
    font-weight: 500;
    margin: 2.41546vw 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
  }
  .p_top .cases .card .card-content .info-row .value {
    font-weight: bold;
    font-size: 5.7971vw;
    color: #1C6095;
    line-height: 1;
  }
  .p_top .cases .card .card-content .info-row .value.st2 {
    font-size: 3.86473vw;
  }
  .p_top .cases .card .card-content .info-row .value > small {
    font-size: 3.86473vw;
    font-weight: 500;
    color: #343948;
  }
  .p_top .cases .card .card-content .amount-box {
    margin-top: 3.86473vw;
    padding: 2.89855vw;
    background-color: #13245D;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    text-align: center;
    color: #fff;
    font-size: 3.86473vw;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cases .card .card-content .amount-box .amount {
    display: block;
    font-size: 7.72947vw;
    color: #FECB2B;
    line-height: 1;
  }
  .p_top .cases .card .card-content .amount-box .amount > small {
    color: #fff;
    font-size: 3.86473vw;
    font-weight: 500;
  }
  .p_top .diagnosis {
    background-color: #F2F4F6;
    padding: 16.90821vw 0 9.66184vw;
  }
  .p_top .diagnosis .ttl {
    margin-bottom: 4.83092vw;
  }
  .p_top .diagnosis .row {
    max-width: 241.54589vw;
  }
  .p_top .diagnosis .text {
    font-size: 4.34783vw;
    line-height: 1.7;
    font-weight: bold;
    margin: 0vw 0 4.72464vw;
    text-align: center;
  }
  /* .p_top .diagnosis_list li:nth-of-type(1) {
    margin: 0 -1.93237vw;
    line-height: 0;
  } */
  /* .p_top .diagnosis_list li:nth-of-type(1) a {
    display: block;
  } */
  .p_top .diagnosis_list li:nth-of-type(2) {
    padding-bottom: 0.72464vw;
  }
  .p_top .diagnosis_list .diagnosis_tel {
    display: block;
    margin-bottom: 2.41546vw;
    margin-top: 2.89855vw;
  }
  .p_top .diagnosis_list .diagnosis_plane {
    width: 100%;
    height: 19.08213vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#58B9D6), to(#0F6FAB));
    background: -webkit-linear-gradient(top, #58B9D6 0%, #0F6FAB 100%);
    background: -moz- oldlinear-gradient(top, #58B9D6 0%, #0F6FAB 100%);
    background: linear-gradient(180deg, #58B9D6 0%, #0F6FAB 100%);
    -moz-box-shadow: 0px 0.72464vw 0px #075282;
         box-shadow: 0px 0.72464vw 0px #075282;
    -moz-border-radius: 0px 4.83092vw;
         border-radius: 0px 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .diagnosis_list .diagnosis_plane span {
    font-size: 5.7971vw;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
  }
  .p_top .diagnosis_list .diagnosis_plane time {
    font-size: 3.38164vw;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 0.72464vw;
  }
  .p_top .diagnosis_list .diagnosis_plane::before {
    position: absolute;
    content: "";
    width: 10.68599vw;
    height: 8.58454vw;
    background: url("../img/diagnosisPlane.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.74638vw;
  }
  .p_top .diagnosis_list .diagnosis_plane::after {
    position: absolute;
    content: "→";
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    color: #1C6095;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.1401vw;
    width: 9.90338vw;
    height: 4.34783vw;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .diagnosis_list .diagnosis_line {
    width: 100%;
    height: 19.08213vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0CDF62), to(#029D42));
    background: -webkit-linear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: -moz- oldlinear-gradient(top, #0CDF62 0%, #029D42 100%);
    background: linear-gradient(180deg, #0CDF62 0%, #029D42 100%);
    -moz-box-shadow: 0px 0.72464vw 0px #00722F;
         box-shadow: 0px 0.72464vw 0px #00722F;
    -moz-border-radius: 0px 4.83092vw;
         border-radius: 0px 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .diagnosis_list .diagnosis_line span {
    font-size: 5.7971vw;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
  }
  .p_top .diagnosis_list .diagnosis_line time {
    font-size: 3.38164vw;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 0.72464vw;
  }
  .p_top .diagnosis_list .diagnosis_line::before {
    position: absolute;
    content: "";
    width: 11.68599vw;
    height: 10.58454vw;
    background: url("../img/mvLine.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.74638vw;
  }
  .p_top .diagnosis_list .diagnosis_line::after {
    position: absolute;
    content: "→";
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", serif;
    color: #03A244;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.1401vw;
    width: 9.90338vw;
    height: 4.34783vw;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .diagnosis_list .d_lb {
    background: #EE7F2D;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 6.03865vw;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 2.41546vw;
  }
  .p_top .funding {
    padding: 26.08696vw 0 14.49275vw;
  }
  .p_top .funding .row {
    max-width: 241.54589vw;
  }
  .p_top .funding h2 {
    position: relative;
    font-size: 7.72947vw;
    line-height: 1.4;
    color: #13245D;
    font-weight: 700;
    margin-bottom: 7.24638vw;
  }
  .p_top .funding h2 > span {
    position: absolute;
    font-size: 19.32367vw;
    line-height: 25.60386vw;
    font-family: 'Futura';
    font-weight: 700;
    color: #EAECF2;
    top: -14.00966vw;
    left: 8.21256vw;
    z-index: -1;
  }
  .p_top .funding h2 em {
    font-style: normal;
    display: inline-block;
    position: relative;
    font-size: 9.66184vw;
    line-height: 1.4;
    font-weight: 700;
    color: #DD445F;
    padding: 0 3.1401vw;
  }
  .p_top .funding h2 em::before, .p_top .funding h2 em::after {
    position: absolute;
    content: "“";
    font-size: 9.66184vw;
    line-height: 1.4;
    font-family: 'Abel';
    font-weight: 400;
    top: -0.72464vw;
  }
  .p_top .funding h2 em::before {
    left: 0;
  }
  .p_top .funding h2 em::after {
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: -5.55556vw;
  }
  .p_top .funding ul {
    display: -ms-grid;
    display: grid;
    gap: 7.24638vw 4.83092vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .funding ul::after {
    position: absolute;
    content: "";
    width: 41.78744vw;
    height: 53.62319vw;
    background: url("../img/fundingIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 10.38647vw;
    right: 0;
  }
  .p_top .funding ul li figure {
    height: 28.01932vw;
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(19, 36, 93, 0.2);
         box-shadow: 0vw 0vw 2.41546vw rgba(19, 36, 93, 0.2);
  }
  .p_top .funding ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .funding ul li h3 {
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #13245D;
    margin: 3.62319vw 0 2.41546vw;
  }
  .p_top .funding ul li p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 160%;
    color: #343948;
  }
  .p_top .price {
    padding-top: 25.12077vw;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .price .row {
    max-width: 289.85507vw;
  }
  .p_top .price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 96.37681vw;
    height: 175.60386vw;
    background: #F2F4F6;
    display: block;
    z-index: -1;
  }
  .p_top .price h2 {
    margin-bottom: 9.66184vw;
  }
  .p_top .price .price1 {
    padding-right: 2.41546vw;
  }
  .p_top .price .price1__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -10.11353vw;
  }
  .p_top .price .price1__list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10.11353vw;
  }
  .p_top .price .price1__list dl dt {
    font-size: 4.06763vw;
    line-height: 6.03865vw;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
  }
  .p_top .price .price1__list dl dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6.6087vw;
    height: 6.6087vw;
    color: #fff;
    font-size: 4.57488vw;
    line-height: 1;
    -moz-border-radius: 1.78019vw 0px;
         border-radius: 1.78019vw 0px;
    margin-right: 0.72464vw;
  }
  .p_top .price .price1__list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13.47101vw;
    line-height: 13.52657vw;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #13245D;
    margin-top: 2.28744vw;
  }
  .p_top .price .price1__list dl dd::after {
    content: attr(data-text);
    font-size: 4.49034vw;
    line-height: 0.8;
    font-weight: 700;
    font-family: 'HiraginoSans';
    white-space: pre;
    margin-bottom: 2.41546vw;
  }
  .p_top .price .price1__list dl dd.special::after {
    margin-bottom: 1.20773vw;
  }
  .p_top .price .price1__list dl:nth-of-type(1) dt {
    color: #E5596F;
  }
  .p_top .price .price1__list dl:nth-of-type(1) dt span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(2) dt {
    color: #1476B2;
  }
  .p_top .price .price1__list dl:nth-of-type(2) dt span {
    background: -webkit-linear-gradient(296.57deg, #1375B2 48.77%, #278FD2 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #1375B2 48.77%, #278FD2 48.77%);
    background: linear-gradient(153.43deg, #1375B2 48.77%, #278FD2 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(3) dt {
    color: #E4A013;
  }
  .p_top .price .price1__list dl:nth-of-type(3) dt span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(4) dt {
    color: #EC5D2A;
  }
  .p_top .price .price1__list dl:nth-of-type(4) dt span {
    background: -webkit-linear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
    background: linear-gradient(153.43deg, #EC5D2A 48.77%, #EE7F2F 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(5) dt {
    color: #E5596F;
  }
  .p_top .price .price1__list dl:nth-of-type(5) dt span {
    background: -webkit-linear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E5596F 48.77%, #EE8194 48.77%);
    background: linear-gradient(153.43deg, #E5596F 48.77%, #EE8194 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(6) dt {
    color: #1476B2;
  }
  .p_top .price .price1__list dl:nth-of-type(6) dt span {
    background: -webkit-linear-gradient(296.57deg, #1476B2 48.77%, #278FD2 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #1476B2 48.77%, #278FD2 48.77%);
    background: linear-gradient(153.43deg, #1476B2 48.77%, #278FD2 48.77%);
  }
  .p_top .price .price1__list dl:nth-of-type(7) dt {
    color: #E4A013;
  }
  .p_top .price .price1__list dl:nth-of-type(7) dt span {
    background: -webkit-linear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: -moz- oldlinear-gradient(296.57deg, #E4A012 48.77%, #F3AF22 48.77%);
    background: linear-gradient(153.43deg, #E4A012 48.77%, #F3AF22 48.77%);
  }
  .p_top .price .price2 {
    margin-top: 11.53865vw;
  }
  .p_top .price .price2__list {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 3.62319vw;
    color: #fff;
  }
  .p_top .price .price2__list::before {
    position: absolute;
    content: "";
    width: calc(100% + 3.62319vw);
    height: 100%;
    background: #1E8CD2;
    top: 0;
    left: 0%;
    z-index: -1;
  }
  .p_top .price .price2__list dl {
    padding: 6.76329vw 4.34783vw 7.72947vw 6.03865vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .price .price2__list dl + dl {
    border-top: 1px solid #fff;
  }
  .p_top .price .price2__list dl dt {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.3;
    font-weight: 700;
  }
  .p_top .price .price2__list dl dd .num {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 13.47101vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .p_top .price .price2__list dl dd .num::after {
    content: attr(data-unit);
    font-size: 4.49034vw;
    line-height: 6.76329vw;
    font-weight: 700;
    font-family: 'HiraginoSans';
  }
  .p_top .price .price2__list dl dd .excavator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
  }
  .p_top .price .price2__list dl dd .excavator::before {
    content: "";
    width: 16.54348vw;
    height: 12.08937vw;
    background: url("../img/excavator.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.26329vw;
  }
  .p_top .price .price2__list dl dd .ship {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 7.72947vw;
    line-height: 11.5942vw;
    font-weight: 700;
  }
  .p_top .price .price2__list dl dd .ship::before {
    content: "";
    width: 16.42512vw;
    height: 9.1715vw;
    background: url("../img/ship.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 3.38164vw;
  }
  .p_top .strength {
    padding: 27.53623vw 0 14.49275vw;
  }
  .p_top .strength .ttl.st2 > em {
    left: 12.07729vw;
  }
  .p_top .strength .row {
    max-width: 241.54589vw;
  }
  .p_top .strength ul li {
    position: relative;
    padding-top: 19.80676vw;
  }
  .p_top .strength ul li + li {
    margin-top: 4.83092vw;
  }
  .p_top .strength ul li:nth-of-type(2) figure {
    width: 60.62802vw;
  }
  .p_top .strength ul li:nth-child(even) figure {
    right: -3.62319vw;
  }
  .p_top .strength ul li:nth-child(even) .txt > * {
    padding-left: 6.52174vw;
  }
  .p_top .strength ul li:nth-child(even) .txt h3 {
    padding-left: 3.62319vw;
    -moz-border-radius: 4.83092vw 0vw 0vw 4.83092vw;
         border-radius: 4.83092vw 0vw 0vw 4.83092vw;
    left: initial;
    background-image: url(../img/strength_bg2.png);
    margin-right: -3.62319vw;
    margin-left: auto;
  }
  .p_top .strength ul li:nth-child(even) .txt p {
    padding-right: 0;
  }
  .p_top .strength ul li .txt h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    min-height: 23.42995vw;
    width: 92.27053vw;
    padding-bottom: 3.62319vw;
    margin-bottom: 3.62319vw;
    background-image: url(../img/strength_bg1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    z-index: -1;
    -moz-border-radius: 0vw 4.83092vw 4.83092vw 0vw;
         border-radius: 0vw 4.83092vw 4.83092vw 0vw;
    overflow: hidden;
    margin-left: -3.62319vw;
    padding-left: 3.62319vw;
  }
  .p_top .strength ul li .txt h3 span {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 3.1401vw;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-right: 1.38164vw;
    display: block;
  }
  .p_top .strength ul li .txt h3 i {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 7.97101vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-bottom: -0.81159vw;
  }
  .p_top .strength ul li .txt h4 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 150%;
    color: #0F246B;
    margin-bottom: 2.41546vw;
  }
  .p_top .strength ul li .txt h4 span {
    color: #DD445F;
  }
  .p_top .strength ul li .txt p {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 200%;
    color: #343948;
    padding-right: 4.83092vw;
  }
  .p_top .strength ul li figure {
    width: 76.08696vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p_top .voice {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
    padding: 22.94686vw 0 14.49275vw;
    margin-top: 36.71498vw;
    position: relative;
  }
  .p_top .voice h2 {
    margin-bottom: 7.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .voice h2 > em {
    color: rgba(255, 255, 255, 0.1) !important;
    left: 3.62319vw !important;
  }
  .p_top .voice h2::before {
    position: absolute;
    content: "";
    width: 57.95411vw;
    height: 56.16425vw;
    background: url("../img/voiceTitle.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 3.62319vw;
    top: -47.58454vw;
  }
  .p_top .voice::before {
    content: "";
    position: absolute;
    top: -24.15459vw;
    left: 0;
    width: 63.52657vw;
    height: 44.2029vw;
    background: #ECF4FC;
    display: block;
    z-index: -2;
  }
  .p_top .voice::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-calc(100% - 3.62319vw);
    width: -moz-calc(100% - 3.62319vw);
    width: calc(100% - 3.62319vw);
    height: 100%;
    background: #1E8CD2;
    display: block;
    z-index: -1;
  }
  .p_top .voice_main {
    position: relative;
    position: relative;
  }
  .p_top .voice_main ul {
    padding-left: 3.62319vw;
  }
  .p_top .voice_main ul li {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    padding: 3.62319vw;
    padding-bottom: 6.52174vw;
  }
  .p_top .voice_main ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .voice_main ul li .fund-boxes {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.41546vw;
    margin-top: 3.62319vw;
    font-weight: bold;
  }
  .p_top .voice_main ul li .fund-boxes .box {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0.96618vw solid #C3D8E6;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 2.89855vw 0;
    text-align: center;
  }
  .p_top .voice_main ul li .fund-boxes .box .label {
    display: block;
    font-size: 3.86473vw;
  }
  .p_top .voice_main ul li .fund-boxes .box .amount {
    font-size: 4.83092vw;
  }
  .p_top .voice_main ul li .fund-boxes .box .amount strong {
    font-size: 9.66184vw;
    color: #d94e63;
    line-height: 1;
  }
  .p_top .voice_main ul li .ct_l {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .voice_main ul li .ct_l .testimonial-image {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    margin-bottom: 4.10628vw;
  }
  .p_top .voice_main ul li .ct_l .testimonial-image img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .voice_main ul li .ct_r {
    width: 100%;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .tag {
    background-color: #DD445F;
    color: #fff;
    padding: 0.96618vw 4.34783vw;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-size: 3.86473vw;
    font-weight: bold;
    display: inline-block;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .subtitle {
    margin-top: 2.89855vw;
    font-size: 3.38164vw;
    color: #13245D;
    font-weight: 500;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .title {
    font-size: 5.31401vw;
    font-weight: bold;
    color: #13245D;
    margin-top: 0.96618vw;
    padding-bottom: 3.62319vw;
    margin-bottom: 3.62319vw;
    border-bottom: 1px solid #DCE7F3;
  }
  .p_top .voice_main ul li .testimonial-card .testimonial-content .description {
    font-size: 3.38164vw;
    line-height: 1.8;
  }
  .p_top .flow {
    padding: 27.53623vw 0 14.49275vw;
  }
  .p_top .flow .row {
    max-width: 241.54589vw;
  }
  .p_top .flow .ttl.st2 {
    margin-bottom: 4.83092vw;
  }
  .p_top .flow .ttl.st2 > em {
    left: initial;
    right: 0vw;
  }
  .p_top .flow .text {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 7.24638vw;
  }
  .p_top .flow .steps-container {
    display: -ms-grid;
    display: grid;
    gap: 14.49275vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .flow .steps-container .step {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
    transform: translateZ(0);
  }
  .p_top .flow .steps-container .step::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2.89855vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 18.84058vw;
    background: #E6ECF3;
    display: block;
    z-index: -1;
  }
  .p_top .flow .steps-container .step * {
    position: relative;
    z-index: 2;
  }
  .p_top .flow .steps-container .step:not(:last-child) {
    position: relative;
  }
  .p_top .flow .steps-container .step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.24638vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.03865vw;
    height: 2.89855vw;
    background: url(../img/ar_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .flow .steps-container .step .step-number {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 5.7971vw;
    letter-spacing: 0.1em;
    color: #818BAD;
  }
  .p_top .flow .steps-container .step .step-title {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    font-weight: bold;
    color: #13245D;
    margin: 0.96618vw 0 7.24638vw;
  }
  .p_top .flow .steps-container .step figure {
    text-align: center;
    margin-bottom: 3.86473vw;
    position: relative;
    z-index: 2;
  }
  .p_top .flow .steps-container .step figure img {
    width: 34.05797vw;
    display: inline-block;
  }
  .p_top .flow .steps-container .step .step-description {
    font-size: 3.86473vw;
    line-height: 1.8;
    margin-left: -2.41546vw;
    margin-right: -2.41546vw;
  }
  .p_top .flow .examination-section {
    margin-top: 7.24638vw;
    color: #fff;
  }
  .p_top .flow .examination-section .examination-title {
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 7.24638vw;
    line-height: 9.66184vw;
    color: #1E8CD2;
    margin-bottom: -2.657vw;
  }
  .p_top .flow .examination-section .examination-box {
    background-color: #1E8CD2;
    padding: 6.03865vw;
  }
  .p_top .flow .examination-section .examination-box .examination-description {
    font-size: 5.7971vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .p_top .flow .examination-section .examination-box .document-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.03865vw;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item {
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item:not(:last-child) {
    margin-right: 8.45411vw;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item figure {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item figure img {
    display: inline-block;
    width: 11.35266vw;
  }
  .p_top .flow .examination-section .examination-box .document-list .document-item .sub-text {
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .p_top .qa {
    padding: 24.87923vw 0 14.49275vw;
    background-color: #13245D;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .qa::after {
    content: "";
    position: absolute;
    top: 14.49275vw;
    left: 0;
    height: -webkit-calc(100% - 28.98551vw);
    height: -moz-calc(100% - 28.98551vw);
    height: calc(100% - 28.98551vw);
    width: -webkit-calc(100% - 3.62319vw);
    width: -moz-calc(100% - 3.62319vw);
    width: calc(100% - 3.62319vw);
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_top .qa h2 {
    margin-bottom: 7.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    transform: translateZ(0);
  }
  .p_top .qa h2::after {
    position: absolute;
    content: "";
    width: 28.84058vw;
    height: 42.02899vw;
    background: url("../img/faqIllus.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -19.32367vw;
    right: -36.81159vw;
  }
  .p_top .qa h2 em {
    position: absolute;
    font-size: 19.32367vw;
    line-height: 25.60386vw;
    font-weight: 700;
    color: rgba(238, 240, 245, 0.8);
    top: -16.90821vw;
    left: -4.83092vw;
    z-index: -1;
    font-style: normal;
  }
  .p_top .qa h2 small {
    font-size: 5.7971vw;
    line-height: 7.72947vw;
    font-family: 'Futura-Medium';
    color: #13245D;
  }
  .p_top .qa h2 span {
    font-size: 6.76329vw;
    line-height: 10.14493vw;
    font-weight: 700;
    color: #13245D;
    margin-top: 2.41546vw;
  }
  .p_top .qa .row {
    max-width: 205.31401vw;
  }
  .p_top .qa .qa_list {
    padding-right: 3.62319vw;
    padding-bottom: 9.66184vw;
  }
  .p_top .qa .qa_list dl {
    border-bottom: 1px solid #D5DDE3;
  }
  .p_top .qa .qa_list dl:first-child {
    border-top: 1px solid #D5DDE3;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 3.86473vw;
    font-weight: bold;
    padding: 7.24638vw 10.86957vw 7.24638vw 10.86957vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    position: relative;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.83092vw;
    height: 4.83092vw;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.38164vw;
    height: 1.69082vw;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt.is_active:after {
    -webkit-transform: translateY(-50%) scaleY(-1);
       -moz-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1);
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 0 0 7.24638vw 10.86957vw;
    font-size: 3.38164vw;
    line-height: 1.8;
    position: relative;
  }
  .p_top .qa .qa_list dl dd .ask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.41546vw;
    width: 4.83092vw;
    height: 4.83092vw;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact {
    background-color: #F2F4F6;
    padding: 25.12077vw 0 14.49275vw;
  }
  .p_top .contact .row {
    max-width: 241.54589vw;
  }
  .p_top .contact .ttl {
    margin-bottom: 6.41546vw;
  }
  .p_top .contact .ttl > em {
    left: 12.07729vw;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.76329vw;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    background: #EBEDF0;
    border: 1px solid #D7D7D7;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.69082vw;
    top: 1.44928vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 5.07246vw;
    width: 63.76812vw;
    height: 13.28502vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#F67E93), to(#DD445F));
    background: -webkit-linear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: -moz- oldlinear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: linear-gradient(180deg, #F67E93 0%, #DD445F 100%);
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-size: 3.86473vw;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .diagnosis_list {
    margin-bottom: 6.83092vw;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 4.83092vw 3.62319vw 12.07729vw;
  }
  .p_top .contact .form .f_txt {
    text-align: center;
    font-size: 3.38164vw;
    margin: 4.83092vw 0;
    font-weight: 500;
  }
  .p_top .contact .form .f_txt a {
    color: #1E8CD2;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 5.55556vw;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.41546vw;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 3.86473vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.44928vw;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.10628vw;
    background-color: #DD445F;
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.10628vw;
    background-color: #13245D;
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .df > span {
    font-size: 4.83092vw;
    margin-left: 2.41546vw;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.62319vw;
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd p .c_red {
    color: #D94F4F;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    width: 85.02415vw;
    position: relative;
    position: relative;
    max-width: 100%;
    height: 10.86957vw;
    background: #EFF2F6;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.89855vw;
    height: 1.44928vw;
    background: url(../img/ic_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 4.34783vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(3.38164vw, 16px));
    font-size: -moz-calc(max(3.38164vw, 16px));
    font-size: calc(max(3.38164vw, 16px));
    color: #8D929A;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.38164vw, 16px));
    font-size: -moz-calc(max(3.38164vw, 16px));
    font-size: calc(max(3.38164vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #F0F0F0;
    border: 0;
    height: 10.86957vw;
    background: #EFF2F6;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.38164vw, 16px));
    font-size: -moz-calc(max(3.38164vw, 16px));
    font-size: calc(max(3.38164vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 49.27536vw;
    border: 0;
    background: #EFF2F6;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  .p_send .f_area {
    background-color: #F2F4F6;
  }
  .p_send.p_top .strength ul li .txt h3 {
    z-index: 0;
  }
  .p_send .factoring {
    padding-bottom: 0;
  }
  .p_send .factoring .ttl > em {
    right: -webkit-calc(50% - vw(324));
    right: -moz-calc(50% - vw(324));
    right: calc(50% - vw(324));
  }
  .p_send .factoring .f_blk {
    text-align: center;
  }
  .p_send .factoring .f_blk figure {
    width: 131.15942vw;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 9.66184vw;
  }
  .p_send .factoring .f_blk p {
    line-height: 2;
    font-size: 3.86473vw;
  }
  .p_send .strength {
    padding-top: 16.90821vw;
  }
  .p_send .s_ctTop {
    text-align: center;
    padding: 14.49275vw 0 14.83092vw;
  }
  .p_send .s_ctTop h2 {
    font-weight: 700;
    font-size: 6.72947vw;
    line-height: 1.5;
    text-align: center;
    color: #13245D;
  }
  .p_send .s_ctTop .text {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 2;
    text-align: center;
    margin: 4.83092vw 0 7.24638vw;
  }
  .p_send .s_ctTop .box {
    width: 143.47826vw;
    background: #FFFFFF;
    border: 0.96618vw solid #C3D8E6;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 4.83092vw;
    position: relative;
    max-width: 100%;
    margin: 0 auto 0vw;
    text-align: left;
  }
  .p_send .s_ctTop .box::after {
    content: "";
    position: absolute;
    top: -4.83092vw;
    right: 3.62319vw;
    width: 34.29952vw;
    height: 32.85024vw;
    background: url(../img/tree.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_send .s_ctTop .box h3 {
    font-weight: 700;
    font-size: 5.7971vw;
    margin-bottom: 1.20773vw;
    color: #E5596F;
  }
  .p_send .s_ctTop .box p {
    font-size: 3.38164vw;
    line-height: 160%;
  }
  .p_send .send03 {
    padding-bottom: 14.49275vw;
  }
  .p_send .send03 .diagnosis_list {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_send .send03 .diagnosis_list .t_time {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 130%;
    color: #13245D;
    background: none;
    -webkit-text-fill-color: initial;
    margin-top: 2.41546vw;
    text-align: center;
  }
  .p_send .send03 .diagnosis_list .lbText {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    position: relative;
    margin-right: 2.89855vw;
    margin-bottom: 8.69565vw;
  }
  .p_send .send03 .diagnosis_list .lbText span {
    background-color: #13245D;
    font-weight: 700;
    font-size: 4.10628vw;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 2.89855vw;
    position: relative;
    display: block;
    z-index: 2;
  }
  .p_send .send03 .diagnosis_list .lbText::before {
    content: "";
    position: absolute;
    bottom: -3.62319vw;
    right: -6.03865vw;
    height: 12.07729vw;
    background: #D9E3ED;
    width: 60.38647vw;
    display: block;
    z-index: -2;
  }
  .p_send .send03 .diagnosis_list .lbText::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background-color: #13245D;
    display: block;
    z-index: -1;
  }
  #survey .survey__main__contact .step .head__text--main {
    background: #F1F1F1;
    border: 1px solid #F3F5FA;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    padding: 3.62319vw;
    text-align: center;
    font-size: 3.86473vw;
    font-weight: 500;
    color: #04002D;
  }
  #survey .survey__row {
    padding: 0;
  }
  #survey .survey__main {
    background: #FFFFFF;
    border: 0.96618vw solid #D4D6DE;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 3.62319vw;
  }
  #survey .survey__main__contact {
    padding: 0;
  }
  #survey .survey__main__contact .step__main ul li > span {
    padding-top: 3.62319vw;
    padding-bottom: 3.62319vw;
    background: #E5596F;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 4.83092vw;
    font-weight: bold;
    height: 100%;
  }
  #survey .survey__main__contact .step__main ul li > span em {
    font-style: normal;
  }
  #survey .survey__main__contact .step__main ul li > span small {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.57143;
    display: block;
  }
  #survey .survey__main__contact .step .head__text--main h3 {
    font-size: 3.86473vw;
  }
  #survey .survey__main__contact .step__main .reply__main span {
    display: block;
    background: #13245D;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 4.83092vw;
    font-weight: bold;
    text-align: center;
  }
  #survey .survey__main__contact .step__main .reply__main span em {
    font-style: normal;
  }
  #survey .reply.is_active {
    display: block;
    margin-bottom: 9.66184vw;
    margin-top: 4.83092vw;
  }
  #survey .survey__main__contact .step__main .reply__main span em small {
    display: none;
  }
  #survey .survey__main__contact .step.is_active .step__main .f_box {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.75;
    padding: 3.62319vw;
    text-align: center;
    color: #FFFFFF;
    background: #1E8CD2;
    border: 1px solid #F3F5FA;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    margin-bottom: 4.83092vw;
  }
  #survey .survey__main__contact .step.is_active .step__main .form-group .input > p {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #343948;
    margin-bottom: 1.44928vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #survey .survey__main__contact .step.is_active .step__main .form-group .input > p::after {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.10628vw;
    background-color: #DD445F;
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
    content: "必須";
    margin-left: 1.20773vw;
  }
  #survey .survey__main__contact .step__main .form-group .input {
    margin-bottom: 4.83092vw;
  }
  #survey .survey__main__contact .step__main .form-group .input input,
  #survey .survey__main__contact .step__main .form-group .input select {
    height: 9.66184vw;
    font-size: 2.89855vw;
    font-size: -webkit-calc(max(2.89855vw, 16px));
    font-size: -moz-calc(max(2.89855vw, 16px));
    font-size: calc(max(2.89855vw, 16px));
    padding: 0 4.34783vw;
    background: #EFF2F6;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    min-height: 9.66184vw;
  }
  #survey .survey__main__contact .step__main .form-group .input input::-webkit-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input::-moz-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input:-ms-input-placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .input input::placeholder {
    color: #8D929A;
    opacity: 1;
  }
  #survey .survey__main__contact .step__main .form-group .more-box button {
    width: 63.76812vw;
    height: 13.28502vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#F67E93), to(#DD445F));
    background: -webkit-linear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: -moz- oldlinear-gradient(top, #F67E93 0%, #DD445F 100%);
    background: linear-gradient(180deg, #F67E93 0%, #DD445F 100%);
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-size: 3.86473vw;
    font-weight: 500;
    color: #fff;
    margin: 4.83092vw auto;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  #survey .survey__main__contact .step .head__text--bound {
    width: 100%;
  }
  .diagnosis.mh {
    min-height: -webkit-calc(100vh - 42.99517vw);
    min-height: -moz-calc(100vh - 42.99517vw);
    min-height: calc(100vh - 42.99517vw);
  }
}

#survey .survey__main__contact .step__main ul li > span small {
  display: block;
  font-weight: 400;
}

.p_top .mv::before {
  clip-path: inset(100% 0 0 0);
  opacity: 0.01;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
}

.p_top .mv::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.p_top .mv.active::before, .p_top .mv.active::after {
  clip-path: inset(0px 0% 0px 0px);
  opacity: 1;
}

.p_top .feature::before, .p_top .feature::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.p_top .feature_main::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p_top .feature.active::before, .p_top .feature.active::after {
  clip-path: inset(0px 0% 0px 0px);
  opacity: 1;
}

.p_top .feature.active .feature_main::after {
  clip-path: inset(0px 0% 0px 0px);
  opacity: 1;
}

.p_top .cases::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.p_top .cases::before {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p_top .cases_main::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p_top .cases.active::after, .p_top .cases.active::before {
  clip-path: inset(0px 0% 0px 0px);
  opacity: 1;
}

.p_top .cases.active .cases_main::after {
  clip-path: inset(0px 0% 0px 0px);
  opacity: 1;
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.cbWr .error {
  text-align: center;
}

.effect {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.ef-split_tx span {
  display: inline-block;
  -webkit-transform: translate(15px, 0);
     -moz-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
          transition-duration: .2s;
  opacity: 0.01;
}

.ef-split_tx.active span {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.ef-left {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.ef-left.active {
  clip-path: inset(0px);
  opacity: 1;
}

/* メニュー */
.ef-right {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  clip-path: inset(0 0 0 100%);
  opacity: 0.01;
}

.ef-right.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* メニュー */
.ef-bottom {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  clip-path: inset(100% 0 0 0);
  opacity: 0.01;
}

.ef-bottom.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.ef-top {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  clip-path: inset(0% 0 100% 0);
  opacity: 0.01;
}

.ef-top.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.ef-beaf::before, .ef-beaf::after {
  clip-path: inset(0px 100% 0px 0px);
  opacity: 0.01;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.ef-beaf.active::before, .ef-beaf.active::after {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* 円 */
.ef-circle {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
  clip-path: circle(40% at 50% 50%);
  opacity: 0.01;
}

.ef-circle.active {
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}

/* 円（フェードなし） */
.ef-circle2 {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  clip-path: circle(0 at 50% 50%);
}

.ef-circle2.active {
  clip-path: circle(100% at 50% 50%);
}

.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

