@charset "UTF-8";
/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans JP, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-42{
  bottom: -42rem;
}
.-bottom-\[1px\]{
  bottom: -1px;
}
.-right-116{
  right: -116rem;
}
.bottom-4{
  bottom: 4rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-24{
  right: 24rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-13{
  top: 13rem;
}
.top-16{
  top: 16rem;
}
.top-30{
  top: 30rem;
}
.top-60{
  top: 60rem;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[200\]{
  z-index: 200;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mt-10{
  margin-top: 10rem;
}
.mt-15{
  margin-top: 15rem;
}
.mt-16{
  margin-top: 16rem;
}
.mt-18{
  margin-top: 18rem;
}
.mt-20{
  margin-top: 20rem;
}
.mt-22{
  margin-top: 22rem;
}
.mt-24{
  margin-top: 24rem;
}
.mt-26{
  margin-top: 26rem;
}
.mt-27{
  margin-top: 27rem;
}
.mt-30{
  margin-top: 30rem;
}
.mt-32{
  margin-top: 32rem;
}
.mt-33{
  margin-top: 33rem;
}
.mt-36{
  margin-top: 36rem;
}
.mt-37{
  margin-top: 37rem;
}
.mt-38{
  margin-top: 38rem;
}
.mt-40{
  margin-top: 40rem;
}
.mt-5{
  margin-top: 5rem;
}
.mt-56{
  margin-top: 56rem;
}
.mt-6{
  margin-top: 6rem;
}
.mt-8{
  margin-top: 8rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 10rem;
}
.h-14{
  height: 14rem;
}
.h-28{
  height: 28rem;
}
.h-60{
  height: 60rem;
}
.h-\[4px\]{
  height: 4px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-136{
  width: 136rem;
}
.w-198{
  width: 198rem;
}
.w-200{
  width: 200rem;
}
.w-264{
  width: 264rem;
}
.w-28{
  width: 28rem;
}
.w-32{
  width: 32rem;
}
.w-34{
  width: 34rem;
}
.w-60{
  width: 60rem;
}
.w-64{
  width: 64rem;
}
.w-\[36\%\]{
  width: 36%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-1032{
  max-width: 1032rem;
}
.max-w-1080{
  max-width: 1080rem;
}
.max-w-170{
  max-width: 170rem;
}
.max-w-184{
  max-width: 184rem;
}
.max-w-250{
  max-width: 250rem;
}
.max-w-310{
  max-width: 310rem;
}
.max-w-352{
  max-width: 352rem;
}
.max-w-566{
  max-width: 566rem;
}
.max-w-752{
  max-width: 752rem;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-8rem\]{
  --tw-translate-y: -8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.columns-3{
  -moz-columns: 3;
       columns: 3;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-12{
  gap: 12rem;
}
.gap-14{
  gap: 14rem;
}
.gap-16{
  gap: 16rem;
}
.gap-30{
  gap: 30rem;
}
.gap-32{
  gap: 32rem;
}
.gap-40{
  gap: 40rem;
}
.gap-60{
  gap: 60rem;
}
.gap-66{
  gap: 66rem;
}
.gap-8{
  gap: 8rem;
}
.gap-x-10{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-50{
  -moz-column-gap: 50rem;
       column-gap: 50rem;
}
.gap-y-10{
  row-gap: 10rem;
}
.gap-y-24{
  row-gap: 24rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-\[\#8D8C8C\]{
  --tw-border-opacity: 1;
  border-color: rgb(141 140 140 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-madGray{
  --tw-bg-opacity: 1;
  background-color: rgb(95 91 90 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/media\/images\/home\/kv_01\.webp\'\)\]{
  background-image: url('/asset_depositcleaner/media/images/home/kv_01.webp');
}
.bg-cover{
  background-size: cover;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-24{
  padding: 24rem;
}
.px-16{
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-24{
  padding-left: 24rem;
  padding-right: 24rem;
}
.px-25{
  padding-left: 25rem;
  padding-right: 25rem;
}
.py-68{
  padding-top: 68rem;
  padding-bottom: 68rem;
}
.pb-12{
  padding-bottom: 12rem;
}
.pb-14{
  padding-bottom: 14rem;
}
.pb-20{
  padding-bottom: 20rem;
}
.pb-30{
  padding-bottom: 30rem;
}
.pb-32{
  padding-bottom: 32rem;
}
.pb-64{
  padding-bottom: 64rem;
}
.pb-68{
  padding-bottom: 68rem;
}
.pb-70{
  padding-bottom: 70rem;
}
.pb-8{
  padding-bottom: 8rem;
}
.pb-90{
  padding-bottom: 90rem;
}
.pl-16{
  padding-left: 16rem;
}
.pl-24{
  padding-left: 24rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-20{
  padding-right: 20rem;
}
.pt-10{
  padding-top: 10rem;
}
.pt-16{
  padding-top: 16rem;
}
.pt-19{
  padding-top: 19rem;
}
.pt-20{
  padding-top: 20rem;
}
.pt-24{
  padding-top: 24rem;
}
.pt-56{
  padding-top: 56rem;
}
.pt-60{
  padding-top: 60rem;
}
.pt-63{
  padding-top: 63rem;
}
.pt-64{
  padding-top: 64rem;
}
.pt-68{
  padding-top: 68rem;
}
.pt-8{
  padding-top: 8rem;
}
.pt-9{
  padding-top: 9rem;
}
.text-center{
  text-align: center;
}
.font-gothic{
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
}
.font-roboto{
  font-family: roboto, sans-serif;
}
.text-14{
  font-size: 14rem;
}
.text-16{
  font-size: 16rem;
}
.text-18{
  font-size: 18rem;
}
.text-20{
  font-size: 20rem;
}
.text-24{
  font-size: 24rem;
}
.text-32{
  font-size: 32rem;
}
.text-40{
  font-size: 40rem;
}
.text-68{
  font-size: 68rem;
}
.font-bold{
  font-weight: 700;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.71\]{
  line-height: 1.71;
}
.leading-\[1\.85\]{
  line-height: 1.85;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(248 209 0 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.duration-500{
  transition-duration: 500ms;
}
html {
  font-size: calc((100vw / 400) * 1);
}
@media only screen and (min-width: 768px) {
html {
    font-size: calc((100vw / 768) * 1)
}
  }
@media only screen and (min-width: 1272px) {
html {
    font-size: calc((100vw / 1920) * 1)
}
  }
/* 追加で記述 */
/* base.cssをインポート */
.swiper-pagination .swiper-pagination-bullet, .swiper-fv-pagination .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    border: 1px solid #c45302;
    background-color: #fff;
    opacity: 1;
    margin: 0 5rem !important;
    transition: 0.5s;
  }
@media (max-width: 767px) {
.swiper-pagination .swiper-pagination-bullet, .swiper-fv-pagination .swiper-pagination-bullet {
      width: 14rem;
      height: 14rem
  }
    }
.swiper-pagination .swiper-pagination-bullet-active, .swiper-fv-pagination .swiper-pagination-bullet-active {
    background-color: #c45302;
  }
@media (min-width: 1272px) {
    .swiper-pagination .swiper-pagination-bullet, .swiper-fv-pagination .swiper-pagination-bullet {
      margin: 0 10rem !important;
    }
      .swiper-pagination .swiper-pagination-bullet:hover, .swiper-fv-pagination .swiper-pagination-bullet:hover {
        background-color: #c45302;
      }
  }
.swiper-fv-pagination {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  right: 14rem !important;
  left: auto !important;
  top: auto !important;
  bottom: 60rem !important;
}
@media (min-width: 1272px) {
.swiper-fv-pagination {
    left: 50% !important;
    right: auto !important;
    bottom: 20rem !important
}
  }
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
@media only screen and (max-width: 1271px) {

    }
@media only screen and (max-width: 767px) {
#first_view .scroll_area {
      display: none
  }
    }
#first_view .scroll_area::before {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 1px;
      height: 80rem;
      background: #fff;
      z-index: 4;
    }
#first_view .scroll_area::after {
      content: "";
      /*描画位置*/
      position: absolute;
      bottom: 80rem;
      width: 9rem;
      height:9rem;
      border-radius: 50%;
      background: #fff;
      /*線の動き1.4秒かけて動く。永遠にループ*/
      animation: pathmove 2.5s ease-in-out infinite;
      z-index: 10;
    }
.p-red-text{
  
background: linear-gradient(transparent 90%, #E50711 2px);
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:left-2::before{
  content: var(--tw-content);
  left: 2rem;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:h-20::before{
  content: var(--tw-content);
  height: 20rem;
}
.before\:h-50::before{
  content: var(--tw-content);
  height: 50rem;
}
.before\:w-4::before{
  content: var(--tw-content);
  width: 4rem;
}
.before\:w-8::before{
  content: var(--tw-content);
  width: 8rem;
}
.before\:translate-y-\[calc\(-50\%_-_1rem\)\]::before{
  content: var(--tw-content);
  --tw-translate-y: calc(-50% - 1rem);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:bg-red::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
}
.before\:bg-\[url\(\'\/media\/images\/common\/line\.svg\'\)\]::before{
  content: var(--tw-content);
  background-image: url('/media/images/common/line.svg');
}
.before\:bg-contain::before{
  content: var(--tw-content);
  background-size: contain;
}
.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:h-10::after{
  content: var(--tw-content);
  height: 10rem;
}
.after\:w-10::after{
  content: var(--tw-content);
  width: 10rem;
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rotate-45::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:border-0::after{
  content: var(--tw-content);
  border-width: 0px;
}
.after\:border-b-2::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}
.after\:border-r-2::after{
  content: var(--tw-content);
  border-right-width: 2px;
}
.after\:border-white::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:right-36{
    right: 36rem;
  }
  .md\:top-50{
    top: 50rem;
  }
  .md\:z-\[-1\]{
    z-index: -1;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-25{
    margin-top: 25rem;
  }
  .md\:mt-50{
    margin-top: 50rem;
  }
  .md\:mt-62{
    margin-top: 62rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-100{
    width: 100rem;
  }
  .md\:w-300{
    width: 300rem;
  }
  .md\:w-96{
    width: 96rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-360{
    max-width: 360rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:gap-57{
    gap: 57rem;
  }
  .md\:p-24{
    padding: 24rem;
  }
  .md\:px-24{
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .md\:px-36{
    padding-left: 36rem;
    padding-right: 36rem;
  }
  .md\:pr-75{
    padding-right: 75rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-30{
    padding-top: 30rem;
  }
  .md\:opacity-0{
    opacity: 0;
  }
}
@media (min-width: 1024px){
  .md_w\:-bottom-10{
    bottom: -10rem;
  }
  .md_w\:mt-auto{
    margin-top: auto;
  }
  .md_w\:flex{
    display: flex;
  }
  .md_w\:w-auto{
    width: auto;
  }
  .md_w\:max-w-280{
    max-width: 280rem;
  }
  .md_w\:gap-40{
    gap: 40rem;
  }
  .md_w\:text-55{
    font-size: 55rem;
  }
}
@media (min-width: 1272px){
  .pc\:relative{
    position: relative;
  }
  .pc\:-right-166{
    right: -166rem;
  }
  .pc\:-right-38{
    right: -38rem;
  }
  .pc\:bottom-11{
    bottom: 11rem;
  }
  .pc\:bottom-auto{
    bottom: auto;
  }
  .pc\:left-156{
    left: 156rem;
  }
  .pc\:left-auto{
    left: auto;
  }
  .pc\:right-auto{
    right: auto;
  }
  .pc\:top-1\/2{
    top: 50%;
  }
  .pc\:top-\[8\%\]{
    top: 8%;
  }
  .pc\:ml-0{
    margin-left: 0px;
  }
  .pc\:mt-16{
    margin-top: 16rem;
  }
  .pc\:mt-24{
    margin-top: 24rem;
  }
  .pc\:mt-27{
    margin-top: 27rem;
  }
  .pc\:mt-3{
    margin-top: 3rem;
  }
  .pc\:mt-32{
    margin-top: 32rem;
  }
  .pc\:mt-54{
    margin-top: 54rem;
  }
  .pc\:mt-56{
    margin-top: 56rem;
  }
  .pc\:mt-60{
    margin-top: 60rem;
  }
  .pc\:mt-64{
    margin-top: 64rem;
  }
  .pc\:mt-auto{
    margin-top: auto;
  }
  .pc\:block{
    display: block;
  }
  .pc\:flex{
    display: flex;
  }
  .pc\:hidden{
    display: none;
  }
  .pc\:h-56{
    height: 56rem;
  }
  .pc\:h-80{
    height: 80rem;
  }
  .pc\:max-h-124{
    max-height: 124rem;
  }
  .pc\:max-h-45{
    max-height: 45rem;
  }
  .pc\:min-h-screen{
    min-height: 100vh;
  }
  .pc\:w-1024{
    width: 1024rem;
  }
  .pc\:w-1280{
    width: 1280rem;
  }
  .pc\:w-136{
    width: 136rem;
  }
  .pc\:w-212{
    width: 212rem;
  }
  .pc\:w-228{
    width: 228rem;
  }
  .pc\:w-242{
    width: 242rem;
  }
  .pc\:w-28{
    width: 28rem;
  }
  .pc\:w-442{
    width: 442rem;
  }
  .pc\:w-520{
    width: 520rem;
  }
  .pc\:w-866{
    width: 866rem;
  }
  .pc\:w-944{
    width: 944rem;
  }
  .pc\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .pc\:max-w-1328{
    max-width: 1328rem;
  }
  .pc\:max-w-1600{
    max-width: 1600rem;
  }
  .pc\:max-w-212{
    max-width: 212rem;
  }
  .pc\:max-w-414{
    max-width: 414rem;
  }
  .pc\:max-w-504{
    max-width: 504rem;
  }
  .pc\:max-w-520{
    max-width: 520rem;
  }
  .pc\:max-w-944{
    max-width: 944rem;
  }
  .pc\:max-w-full{
    max-width: 100%;
  }
  .pc\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .pc\:translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .pc\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .pc\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pc\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc\:flex-row{
    flex-direction: row;
  }
  .pc\:gap-104{
    gap: 104rem;
  }
  .pc\:gap-12{
    gap: 12rem;
  }
  .pc\:gap-2{
    gap: 2rem;
  }
  .pc\:gap-20{
    gap: 20rem;
  }
  .pc\:gap-24{
    gap: 24rem;
  }
  .pc\:gap-40{
    gap: 40rem;
  }
  .pc\:gap-42{
    gap: 42rem;
  }
  .pc\:gap-60{
    gap: 60rem;
  }
  .pc\:gap-64{
    gap: 64rem;
  }
  .pc\:gap-74{
    gap: 74rem;
  }
  .pc\:gap-x-22{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }
  .pc\:gap-x-24{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
  .pc\:gap-y-44{
    row-gap: 44rem;
  }
  .pc\:overflow-visible{
    overflow: visible;
  }
  .pc\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .pc\:p-40{
    padding: 40rem;
  }
  .pc\:px-40{
    padding-left: 40rem;
    padding-right: 40rem;
  }
  .pc\:px-48{
    padding-left: 48rem;
    padding-right: 48rem;
  }
  .pc\:px-64{
    padding-left: 64rem;
    padding-right: 64rem;
  }
  .pc\:py-160{
    padding-top: 160rem;
    padding-bottom: 160rem;
  }
  .pc\:py-40{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .pc\:py-48{
    padding-top: 48rem;
    padding-bottom: 48rem;
  }
  .pc\:py-96{
    padding-top: 96rem;
    padding-bottom: 96rem;
  }
  .pc\:pb-0{
    padding-bottom: 0px;
  }
  .pc\:pb-100{
    padding-bottom: 100rem;
  }
  .pc\:pb-147{
    padding-bottom: 147rem;
  }
  .pc\:pb-150{
    padding-bottom: 150rem;
  }
  .pc\:pb-160{
    padding-bottom: 160rem;
  }
  .pc\:pb-163{
    padding-bottom: 163rem;
  }
  .pc\:pb-180{
    padding-bottom: 180rem;
  }
  .pc\:pb-6{
    padding-bottom: 6rem;
  }
  .pc\:pl-42{
    padding-left: 42rem;
  }
  .pc\:pr-62{
    padding-right: 62rem;
  }
  .pc\:pt-0{
    padding-top: 0px;
  }
  .pc\:pt-116{
    padding-top: 116rem;
  }
  .pc\:pt-120{
    padding-top: 120rem;
  }
  .pc\:pt-160{
    padding-top: 160rem;
  }
  .pc\:pt-167{
    padding-top: 167rem;
  }
  .pc\:pt-66{
    padding-top: 66rem;
  }
  .pc\:pt-76{
    padding-top: 76rem;
  }
  .pc\:text-137{
    font-size: 137rem;
  }
  .pc\:text-24{
    font-size: 24rem;
  }
  .pc\:text-26{
    font-size: 26rem;
  }
  .pc\:text-40{
    font-size: 40rem;
  }
  .pc\:text-48{
    font-size: 48rem;
  }
  .pc\:leading-\[2\.2\]{
    line-height: 2.2;
  }
  .pc\:before\:h-77::before{
    content: var(--tw-content);
    height: 77rem;
  }
  .pc\:before\:w-12::before{
    content: var(--tw-content);
    width: 12rem;
  }
  .pc\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .pc\:hover\:text-red:hover{
    --tw-text-opacity: 1;
    color: rgb(236 0 0 / var(--tw-text-opacity));
  }
  .group:hover .pc\:group-hover\:right-16{
    right: 16rem;
  }
  .pc\:\[\&\>a\:hover\:after\]\:w-full>a:hover:after{
    width: 100%;
  }
  .pc\:\[\&\>a\:hover\]\:text-hoverRed>a:hover{
    --tw-text-opacity: 1;
    color: rgb(198 22 25 / var(--tw-text-opacity));
  }
}
.\[\&\>a\]\:relative>a{
  position: relative;
}
.\[\&\>a\]\:block>a{
  display: block;
}
.\[\&\>a\]\:flex>a{
  display: flex;
}
.\[\&\>a\]\:items-center>a{
  align-items: center;
}
.\[\&\>a\]\:bg-white>a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>a\]\:px-24>a{
  padding-left: 24rem;
  padding-right: 24rem;
}
.\[\&\>a\]\:pb-14>a{
  padding-bottom: 14rem;
}
.\[\&\>a\]\:pt-16>a{
  padding-top: 16rem;
}
.\[\&\>a\]\:font-bold>a{
  font-weight: 700;
}
.\[\&\>a\]\:text-black>a{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.\[\&\>a\]\:duration-500>a{
  transition-duration: 500ms;
}
.\[\&\>a\]\:after\:absolute>a::after{
  content: var(--tw-content);
  position: absolute;
}
.\[\&\>a\]\:after\:bottom-0>a::after{
  content: var(--tw-content);
  bottom: 0px;
}
.\[\&\>a\]\:after\:left-0>a::after{
  content: var(--tw-content);
  left: 0px;
}
.\[\&\>a\]\:after\:h-\[2px\]>a::after{
  content: var(--tw-content);
  height: 2px;
}
.\[\&\>a\]\:after\:w-0>a::after{
  content: var(--tw-content);
  width: 0px;
}
.\[\&\>a\]\:after\:bg-hoverRed>a::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(198 22 25 / var(--tw-bg-opacity));
}
.\[\&\>a\]\:after\:duration-500>a::after{
  content: var(--tw-content);
  transition-duration: 500ms;
}
@media (min-width: 1272px){
  .pc\:\[\&\>a\]\:justify-center>a{
    justify-content: center;
  }
  .pc\:\[\&\>a\]\:px-56>a{
    padding-left: 56rem;
    padding-right: 56rem;
  }
  .pc\:\[\&\>a\]\:pb-26>a{
    padding-bottom: 26rem;
  }
  .pc\:\[\&\>a\]\:pt-28>a{
    padding-top: 28rem;
  }
  .pc\:\[\&\>a\]\:text-20>a{
    font-size: 20rem;
  }
}
.\[\&\>dl\+dl\]\:border-t-0>dl+dl{
  border-top-width: 0px;
}
.\[\&\>dl\>dd\]\:flex-1>dl>dd{
  flex: 1 1 0%;
}
.\[\&\>dl\>dd\]\:pb-12>dl>dd{
  padding-bottom: 12rem;
}
.\[\&\>dl\>dd\]\:pt-13>dl>dd{
  padding-top: 13rem;
}
@media (min-width: 1272px){
  .pc\:\[\&\>dl\>dd\]\:pb-14>dl>dd{
    padding-bottom: 14rem;
  }
  .pc\:\[\&\>dl\>dd\]\:pt-16>dl>dd{
    padding-top: 16rem;
  }
}
.\[\&\>dl\>dt\]\:border-b-\[1px\]>dl>dt{
  border-bottom-width: 1px;
}
.\[\&\>dl\>dt\]\:border-black>dl>dt{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.\[\&\>dl\>dt\]\:bg-gray>dl>dt{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.\[\&\>dl\>dt\]\:pb-13>dl>dt{
  padding-bottom: 13rem;
}
.\[\&\>dl\>dt\]\:pt-13>dl>dt{
  padding-top: 13rem;
}
@media (min-width: 768px){
  .md\:\[\&\>dl\>dt\]\:w-160>dl>dt{
    width: 160rem;
  }
  .md\:\[\&\>dl\>dt\]\:border-b-\[0\]>dl>dt{
    border-bottom-width: 0;
  }
  .md\:\[\&\>dl\>dt\]\:border-r-\[1px\]>dl>dt{
    border-right-width: 1px;
  }
  .md\:\[\&\>dl\>dt\]\:bg-transparent>dl>dt{
    background-color: transparent;
  }
}
@media (min-width: 1272px){
  .pc\:\[\&\>dl\>dt\]\:pb-14>dl>dt{
    padding-bottom: 14rem;
  }
  .pc\:\[\&\>dl\>dt\]\:pt-16>dl>dt{
    padding-top: 16rem;
  }
}
.\[\&\>dl\]\:flex>dl{
  display: flex;
}
.\[\&\>dl\]\:flex-col>dl{
  flex-direction: column;
}
.\[\&\>dl\]\:border-\[1px\]>dl{
  border-width: 1px;
}
.\[\&\>dl\]\:border-black>dl{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.\[\&\>dl\]\:text-center>dl{
  text-align: center;
}
.\[\&\>dl\]\:text-16>dl{
  font-size: 16rem;
}
@media (min-width: 768px){
  .md\:\[\&\>dl\]\:flex-row>dl{
    flex-direction: row;
  }
}
.\[\&\>li\+li\]\:mt-8>li+li{
  margin-top: 8rem;
}
.\[\&\>li\]\:relative>li{
  position: relative;
}
.\[\&\>li\]\:flex>li{
  display: flex;
}
.\[\&\>li\]\:items-center>li{
  align-items: center;
}
.\[\&\>li\]\:justify-center>li{
  justify-content: center;
}
.\[\&\>li\]\:rounded-8>li{
  border-radius: 8rem;
}
.\[\&\>li\]\:bg-black>li{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.\[\&\>li\]\:px-16>li{
  padding-left: 16rem;
  padding-right: 16rem;
}
.\[\&\>li\]\:pb-4>li{
  padding-bottom: 4rem;
}
.\[\&\>li\]\:pl-16>li{
  padding-left: 16rem;
}
.\[\&\>li\]\:pt-8>li{
  padding-top: 8rem;
}
.\[\&\>li\]\:text-16>li{
  font-size: 16rem;
}
.\[\&\>li\]\:text-20>li{
  font-size: 20rem;
}
.\[\&\>li\]\:leading-\[1\.6\]>li{
  line-height: 1.6;
}
.\[\&\>li\]\:text-yellow>li{
  --tw-text-opacity: 1;
  color: rgb(248 209 0 / var(--tw-text-opacity));
}
.\[\&\>li\]\:before\:absolute>li::before{
  content: var(--tw-content);
  position: absolute;
}
.\[\&\>li\]\:before\:left-0>li::before{
  content: var(--tw-content);
  left: 0px;
}
.\[\&\>li\]\:before\:top-12>li::before{
  content: var(--tw-content);
  top: 12rem;
}
.\[\&\>li\]\:before\:h-6>li::before{
  content: var(--tw-content);
  height: 6rem;
}
.\[\&\>li\]\:before\:w-6>li::before{
  content: var(--tw-content);
  width: 6rem;
}
.\[\&\>li\]\:before\:bg-red>li::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1272px){
  .pc\:\[\&\>li\]\:px-24>li{
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .pc\:\[\&\>li\]\:text-18>li{
    font-size: 18rem;
  }
}
.\[\&\>p\]\:font-bold>p{
  font-weight: 700;
}