@charset "UTF-8";
*, ::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:  ;
}
/*
! tailwindcss v3.4.17 | 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: #e5e7eb; /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-8{
  bottom: -2rem;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-bottom-\[25px\]{
  bottom: -25px;
}
.-left-10{
  left: -2.5rem;
}
.-left-7{
  left: -1.75rem;
}
.-left-8{
  left: -2rem;
}
.-right-7{
  right: -1.75rem;
}
.-top-0{
  top: -0px;
}
.-top-1{
  top: -0.25rem;
}
.-top-24{
  top: -6rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-8{
  top: -2rem;
}
.-top-\[4px\]{
  top: -4px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-\[5px\]{
  top: 5px;
}
.top-auto{
  top: auto;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[6000\]{
  z-index: 6000;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-16{
  margin-bottom: 4rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mb-8{
  margin-bottom: 2rem !important;
}
.\!mt-2{
  margin-top: 0.5rem !important;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mb-24{
  margin-bottom: -6rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-28{
  margin-top: -7rem;
}
.-mt-7{
  margin-top: -1.75rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-0{
  margin-right: 0px;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-36{
  height: 9rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[1em\]{
  height: 1em;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-6{
  width: 1.5rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[1043px\]{
  width: 1043px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[1em\]{
  width: 1em;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[31\%\]{
  width: 31%;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[3em\]{
  width: 3em;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-48{
  min-width: 12rem;
}
.min-w-full{
  min-width: 100%;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[475px\]{
  max-width: 475px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[810px\]{
  max-width: 810px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-sm{
  max-width: 640px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --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-1\/2{
  --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));
}
.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));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  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));
}
.transform{
  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;
}
.resize{
  resize: both;
}
.list-outside{
  list-style-position: outside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[auto\2c 1fr\]{
  grid-template-columns: auto 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-14{
  row-gap: 3.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[30px\]{
  row-gap: 30px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
.rounded-tl-full{
  border-top-left-radius: 9999px;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[10px\]{
  border-width: 10px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-b-\[8px\]{
  border-bottom-width: 8px;
}
.border-l-\[100px\]{
  border-left-width: 100px;
}
.border-l-\[17px\]{
  border-left-width: 17px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-r-\[100px\]{
  border-right-width: 100px;
}
.border-r-\[17px\]{
  border-right-width: 17px;
}
.border-r-\[8px\]{
  border-right-width: 8px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[25px\]{
  border-top-width: 25px;
}
.border-t-\[30px\]{
  border-top-width: 30px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.border-solid{
  border-style: solid;
}
.border-dotted{
  border-style: dotted;
}
.border-\[\#191919\]{
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
}
.border-\[\#B83C37\]{
  --tw-border-opacity: 1;
  border-color: rgb(184 60 55 / var(--tw-border-opacity, 1));
}
.border-\[\#EA495F\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 73 95 / var(--tw-border-opacity, 1));
}
.border-\[\#FFD800\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 216 0 / var(--tw-border-opacity, 1));
}
.border-\[\#ffd801\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 216 1 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-b-\[\#191919\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-yellow-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#dedcd9\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 220 217 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#06C755\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 199 85 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E22F00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 47 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EA495F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 73 95 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECC8C5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 200 197 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F89D0A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 157 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFCF00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFD800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE1E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFCEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f89d09\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 157 9 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f89d0a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 157 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fffcea\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 234 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.\!px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pl-6{
  padding-left: 1.5rem !important;
}
.\!pl-\[55px\]{
  padding-left: 55px !important;
}
.\!pr-8{
  padding-right: 2rem !important;
}
.\!pr-\[50px\]{
  padding-right: 50px !important;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[1em\]{
  padding-left: 1em;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.-indent-\[1em\]{
  text-indent: -1em;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[39px\]{
  font-size: 39px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.\!leading-6{
  line-height: 1.5rem !important;
}
.\!leading-7{
  line-height: 1.75rem !important;
}
.\!leading-\[2\.63rem\]{
  line-height: 2.63rem !important;
}
.\!leading-loose{
  line-height: 2 !important;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[0\.25\]{
  line-height: 0.25;
}
.leading-\[1\.25em\]{
  line-height: 1.25em;
}
.leading-\[1\.5em\]{
  line-height: 1.5em;
}
.leading-\[1\.75em\]{
  line-height: 1.75em;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[1em\]{
  line-height: 1em;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.-tracking-\[1px\]{
  letter-spacing: -1px;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#191919\]{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity, 1));
}
.text-\[\#E22F00\]{
  --tw-text-opacity: 1;
  color: rgb(226 47 0 / var(--tw-text-opacity, 1));
}
.text-\[\#F00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD800\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd801\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 1 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-70{
  opacity: 0.7;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[hostname\:port\]{
  hostname: port;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
}

/*
Theme Name: オートリンク
Description: オートリンク
Theme URI:
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after,
.number--white::after {
  box-sizing: border-box;
}

.common-title01 {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-stroke: 6px #191919;
  -webkit-text-stroke: 6px #191919;
  paint-order: stroke;
  overflow: hidden;
}
.common-title01.yellow {
  color: #ffd800;
}
.common-title01.sub-title {
  font-size: 40px;
  margin-bottom: 15px;
  text-stroke: 2px #191919;
}
@media screen and (max-width: 1023px) {
  .common-title01.sub-title {
    font-size: 24px;
  }
  .common-title01 {
    font-size: 54px;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-stroke: 5px #191919;
    -webkit-text-stroke: 5px #191919;
    paint-order: stroke;
  }
}

.u-line {
  position: relative;
}

.u-line::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #191919;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}

.u-line:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.w-line {
  position: relative;
}

.w-line::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}

.w-line:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.btn01 {
  display: inline-block;
  padding: 16px 80px;
  text-align: center;
  color: #191919;
  border: 3px solid #191919;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 3px 3px 0 #191919;
}
@media screen and (max-width: 1023px) {
  .btn01 {
    padding: 12px 60px;
    font-size: 16px;
  }
}

.btn01:hover {
  color: #fff;
}

.btn02 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 3px 3px 0 #191919;
  z-index: 1;
  padding: 18px 78px;
  text-align: center;
  color: #fff;
  border: 3px solid #191919;
  border-radius: 42px;
  background-color: #3b5998;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .btn02 {
    padding: 12px 54px 12px 60px;
    font-size: 16px;
  }
}

.btn03 {
  display: inline-block;
  text-align: center;
  color: #191919;
  border: 3px solid #191919;
  border-radius: 42px;
  position: relative;
  font-weight: bold;
  background-color: #ffd800;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
  box-shadow: 3px 3px 0 #191919;
}
.btn03__white {
  background-color: #fff;
}
.btn03__gray {
  background-color: #dedcd9;
}
.btn03__orange {
  background-color: #f89d0a;
}
.btn03-square {
  border-radius: 12px;
}

.btn03:hover {
  color: #fff;
}

.roadservice-btn {
  display: inline-block;
  text-align: center;
  color: #191919;
  border: 3px solid #191919;
  border-radius: 42px;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
  box-shadow: 3px 3px 0 #191919;
}

.roadservice-btn:hover {
  color: #fff;
}

.btn04 {
  display: inline-block;
  padding: 16px 48px 16px 80px;
  text-align: center;
  color: #191919;
  border: 2px solid #191919;
  border-radius: 12px;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
}
.btn04_type01 {
  padding: 20px 82px 20px 110px;
  border-radius: 100px;
  box-shadow: 3px 3px 0 #191919;
}
@media screen and (max-width: 1023px) {
  .btn04 {
    padding: 12px 36px 12px 60px;
    font-size: 16px;
  }
}

.btn04:hover {
  color: #fff;
}

.btn05 {
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 42px;
  position: relative;
  font-weight: bold;
  background-color: #191919;
  font-size: 16px;
  z-index: 10;
  overflow: hidden;
}

.btn05:hover {
  color: #191919;
}

.fb-btn::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 44px;
  background-image: url(../../images/facebook_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .fb-btn::before {
    top: 11px;
    left: 35px;
    width: 16px;
    height: 16px;
  }
}

.fb-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 48px;
  background-image: url(../../images/link_arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .fb-btn::after {
    top: 16px;
    right: 32px;
    width: 12px;
    height: 10px;
  }
}

.btn-txt {
  white-space: nowrap;
}

.insta-btn {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 12;
  width: 260px;
  height: 100%;
}

.insta-btn::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 48px;
  background-image: url(../../images/instagram_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .insta-btn::before {
    top: 15px;
    left: 68px;
    width: 16px;
    height: 16px;
  }
}

.insta-btn::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 52px;
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .insta-btn::after {
    top: 18px;
    right: 70px;
    width: 12px;
    height: 10px;
  }
}

.insta-btn:hover:before {
  background-image: url(../../images/instagram_01.svg);
}

.insta-btn:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}

.click-btn {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 12;
  width: 100%;
  height: 100%;
}

.click-btn::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 72px;
  background-image: url(../../images/click_icon_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .click-btn::before {
    top: 14px;
    left: 40px;
    width: 16px;
    height: 16px;
  }
}

.click-btn:hover:before {
  background-image: url(../../images/click_icon_01.svg);
}

.link-btn {
  position: relative;
  z-index: 9;
  padding: 16px 78px 16px 48px;
}
@media screen and (max-width: 1023px) {
  .link-btn {
    padding: 14px 54px 14px 36px;
    font-size: 16px;
  }
}
.link-btn-noIcon:after {
  content: none !important;
}
.link-btn-noIcon:hover img {
  filter: brightness(0) invert(1);
}

.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .link-btn::after {
    top: 22px;
    right: 36px;
    width: 12px;
    height: 10px;
  }
}

.link-btn:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}

.link-btn {
  position: relative;
}
.link-btn.booking::after {
  content: "";
  background-image: url(../../images/icon_calendar.svg);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1023px) {
  .link-btn.booking::after {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    left: auto;
  }
}
.link-btn.map::after {
  content: "";
  background-image: url(../../images/map_02.svg);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1023px) {
  .link-btn.map::after {
    top: 30px;
    right: 30px;
    width: 12px;
    height: 10px;
  }
}

.link-btn:hover.booking::after {
  content: "";
  background-image: url(../../images/icon_calendar_white.svg);
}
.link-btn:hover.map::after {
  content: "";
  background-image: url(../../images/map_01.svg);
}

.link-btn-b {
  position: relative;
  z-index: 9;
  padding: 16px 78px 16px 48px;
}
@media screen and (max-width: 1023px) {
  .link-btn-b {
    padding: 14px 54px 14px 36px;
    font-size: 16px;
  }
}

.link-btn-b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .link-btn-b::after {
    left: 88%;
    top: 50%;
    right: 36px;
    width: 12px;
    height: 10px;
  }
}

.link-btn-b:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}

/*== 背景が流れる（左から右） */
.bgleft01:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  /*色や形状*/
  background: #191919;
  /*背景色*/
  width: 100%;
  height: 105%;
  overflow: hidden;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft01:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bgleft02:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  /*色や形状*/
  background: #fff;
  /*背景色*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.sns-hover {
  transition: 0.3s;
}

.sns-hover:hover {
  opacity: 0.3;
}

.header-body {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: #fff;
  transition: 0.8s;
  border-bottom: 4px solid #ffd800;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.header-body.hide {
  transform: translateY(-100%);
}
@media screen and (max-width: 1023px) {
  .header-body.hide {
    transform: none;
  }
  .header-body {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    transition: 0.5s ease-out;
    padding: 0;
    justify-content: flex-start;
    background-color: #fff;
  }
  .header-body.is-active {
    right: 0;
  }
}
.header__sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__sp {
    height: 64px;
    display: block;
    z-index: 99999;
    transition: 0.2s ease-out;
    background: #fff;
    border-bottom: 2px solid #ffd800;
  }
}
.header__sp-logo {
  position: absolute;
  top: 5px;
  left: 16px;
  display: block;
  width: 54px;
  height: 54px;
}
.header .menu__sp {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .menu__sp {
    display: block;
  }
}
.header .btn-group-item {
  position: relative;
  left: -100px;
}
.header__btn-wrap {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__btn-wrap {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    display: flex;
  }
  .header__sns-wrap {
    display: flex;
  }
}
.header__sns-icon {
  margin: 8px 8px 0 0;
}
.header .nav-icon01 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/tel_04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .nav-icon01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav-icon02 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/line_04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .nav-icon02 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav-icon03 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/mail_04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .nav-icon03 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__btn {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #191919;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    position: relative;
    width: 64px;
    height: 64px;
    background: #191919;
  }
}
.header__btn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  height: 5px;
  background: #ffd800;
  width: 75px;
  left: 14px;
}
@media screen and (max-width: 1023px) {
  .header__btn span {
    left: 18px;
    height: 3px;
    background: #ffd800;
    width: 32px;
  }
  .header__btn span.is-active {
    background: #fff;
  }
}
.header__btn span:nth-of-type(1) {
  top: 27px;
}
@media screen and (max-width: 1023px) {
  .header__btn span:nth-of-type(1) {
    top: 20px;
  }
}
.header__btn span:nth-of-type(2) {
  top: 47px;
}
@media screen and (max-width: 1023px) {
  .header__btn span:nth-of-type(2) {
    top: 30px;
  }
}
.header__btn span:nth-of-type(3) {
  top: 67px;
}
@media screen and (max-width: 1023px) {
  .header__btn span:nth-of-type(3) {
    top: 40px;
  }
}
.header__btn.btn-active span:nth-of-type(1) {
  top: 45px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .header__btn.btn-active span:nth-of-type(1) {
    top: 24px;
    left: 18px;
  }
}
.header__btn.btn-active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.header__btn.btn-active span:nth-of-type(3) {
  top: 57px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .header__btn.btn-active span:nth-of-type(3) {
    top: 36px;
    left: 18px;
  }
}
.header__btn__PC {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: 0.8s;
  transform: translateY(0%);
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .header__btn__PC {
    display: none;
  }
}
.header-logo {
  width: 240px;
  min-width: 290px;
  height: 56px;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    order: 2;
    width: 268px;
    height: 64px;
    margin: 40px auto 0;
  }
}
.header-nav {
  align-items: center;
  display: block;
  width: 280px;
  margin: 0 auto;
  justify-content: flex-start;
  order: 1;
}
.header-nav__item {
  /* 最小1.8rem | SP:2rem | TB:2.5rem | PC:3rem | 最大3.2rem */
  font-size: clamp(1rem, 1.25vw + 1.5rem, 1.25rem);
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  color: #191919;
  display: block;
  width: 100%;
  line-height: 1.35;
}
.header-nav__item-link {
  display: block;
}
.header-nav__item:nth-child(1) {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .header-nav__item:nth-child(1) {
    margin: 96px 0 0 0;
  }
}
.header-nav__item:nth-child(2), .header-nav__item:nth-child(3) {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .header-nav__item:nth-child(2), .header-nav__item:nth-child(3) {
    margin: 12px 0 0 0;
  }
}
.header-nav__item:nth-child(4) {
  white-space: nowrap;
  margin: 24px 0 0 0;
}
.header-nav__business-list {
  display: block;
  margin: 12px 0 0;
}
.header-nav__business-item a {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
}
.header-nav__business-item:not(:first-child) {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .header-nav__business-item:not(:first-child) {
    margin: 24px 0 0 0;
  }
}
.header-nav__business-item:first-child {
  margin: 0;
}
.header-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  margin: 40px auto 0;
}
.header-nav__btn .link-btn::after {
  content: "";
  position: absolute;
  left: 75%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  top: 26px;
  right: 36px;
  width: 12px;
  height: 10px;
}
.header-nav__btn .link-btn:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}
.header .menu-wrap {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: -120%;
  transition: 0.5s ease-out;
}
.header .menu-wrap .inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner {
    display: block;
  }
}
.header .menu-wrap .inner__left {
  width: 50%;
  background-image: url(../../images/bg_menu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu-wrap .inner__left .contents-wrap {
  text-align: center;
}
.header .menu-wrap .inner__left .contents-wrap .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  width: 550px;
}
.header .menu-wrap .inner__left .contents-wrap .btn-group .top-contact__btn-wrap {
  margin: 0 auto 20px;
}
.header .menu-wrap .inner__left .contents-wrap .btn-group .top-contact__btn-wrap.map {
  margin: 0;
  margin-left: 20px;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap {
  display: flex;
  position: relative;
  justify-content: center;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../../images/bg_sns_group.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 600px;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap .sub-title {
  font-size: 32px;
  font-weight: bold;
  color: #191919;
  display: inline-block;
  z-index: 1;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap .sns-group {
  display: flex;
  justify-content: space-between;
  margin: 0 60px;
  width: 168px;
  z-index: 1;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap .sns-group-item {
  width: 40px;
  height: 40px;
}
.header .menu-wrap .inner__left .contents-wrap .sns-wrap .sns-group-item img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner__left {
    display: none;
  }
}
.header .menu-wrap .inner__right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu-wrap .inner__right .header-menu {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner__right .header-menu {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.header .menu-wrap .inner__right .btn-group {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner__right .btn-group {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .header .menu-wrap .inner__right .btn-group li {
    width: 48%;
  }
  .header .menu-wrap .inner__right .btn-group li a {
    width: 100%;
  }
  .header .menu-wrap .inner__right .btn-group li .link-btn {
    padding: 14px 40px 14px 19px;
    font-size: 13px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .header .menu-wrap .inner__right .btn-group li .link-btn {
    padding: 14px 40px 14px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner__right .btn-group li .link-btn.map::after {
    top: 21px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.header .menu-wrap .inner__right .header-logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header .menu-wrap .inner__right .header-logo {
    display: block;
    margin: 20px auto 0;
    min-width: auto;
    width: 65%;
  }
  .header .menu-wrap .inner__right {
    width: 100%;
    padding-bottom: 50px;
  }
}
.header .menu-wrap.is-active {
  right: 0;
  overflow-y: scroll;
}
.header-menu {
  align-items: center;
  display: block;
  width: 280px;
  margin: 0 auto;
  justify-content: flex-start;
  order: 1;
}
.header-menu__item {
  /* 最小1.8rem | SP:2rem | TB:2.5rem | PC:3rem | 最大3.2rem */
  font-size: clamp(1rem, 1.25vw + 1.5rem, 1.25rem);
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  color: #191919;
  display: block;
  width: 100%;
  line-height: 1.35;
}
.header-menu__item-link {
  display: block;
}
.header-menu__item:nth-child(1) {
  margin: 96px 0 0 0;
}
.header-menu__item:nth-child(2), .header-menu__item:nth-child(3) {
  margin: 24px 0 0 0;
}
.header-menu__item:nth-child(4) {
  white-space: nowrap;
  margin: 24px 0 0 0;
}
.header-menu__business-list {
  display: block;
  margin: 12px 0 0;
}
.header-menu__business-item a {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
}
.header-menu__business-item:nth-child(1) {
  margin: 0;
}
.header-menu__business-item:nth-child(2), .header-menu__business-item:nth-child(3), .header-menu__business-item:nth-child(4), .header-menu__business-item:nth-child(5), .header-menu__business-item:nth-child(6), .header-menu__business-item:nth-child(7), .header-menu__business-item:nth-child(8) {
  margin: 12px 0 0 0;
}
.header-menu__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  margin: 40px auto 0;
}
.header-menu__btn .link-btn::after {
  content: "";
  position: absolute;
  left: 75%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  top: 26px;
  right: 36px;
  width: 12px;
  height: 10px;
}
.header-menu__btn .link-btn:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}

#js-header {
  display: block;
  height: 110px;
  /*高さ指定*/
  width: 100%;
  /*横幅指定*/
  transition: 0.8s;
  z-index: 99999;
  position: fixed;
}
@media screen and (max-width: 1023px) {
  #js-header {
    display: block;
    position: fixed;
    height: 64px;
  }
}

.top {
  position: relative;
}
.top-keyimg {
  background-color: #fff;
  padding: 100px 0 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-keyimg {
    padding: 56px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .top-keyimg {
    padding: 56px 0 30px;
  }
}
.top-keyimg__wrap {
  margin: 0 auto;
  position: relative;
  min-height: 33vh;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__wrap {
    min-height: auto;
  }
}
.top-keyimg__slider-pc {
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__slider-pc {
    display: none;
  }
}
.top-keyimg__slider-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__slider-sp {
    visibility: hidden;
    display: block;
  }
}
.top-keyimg__slider-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-keyimg .controls {
  position: absolute;
  bottom: 10px; /* ドットの位置に合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.top-keyimg .pause-button {
  margin-left: 10px; /* ドットとボタンの間の距離 */
  padding: 5px 10px;
  background-color: #007bff; /* ボタンの背景色 */
  color: white; /* ボタンのテキスト色 */
  border: none; /* ボタンの枠線を消す */
  border-radius: 5px; /* ボタンの角を丸くする */
  cursor: pointer; /* カーソルをポインタに */
}
.top-keyimg .slick-slide {
  width: 90%;
  margin: 0 30px;
}
@media screen and (max-width: 1280px) {
  .top-keyimg .slick-slide {
    width: auto;
    margin: auto;
  }
}
.top-keyimg .slick-dots {
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
.top-keyimg .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
.top-keyimg .slick-dots li.slick-pause {
  position: relative;
  left: 2px;
}
.top-keyimg .slick-dots li.slick-pause button {
  background-color: inherit;
  border: 0;
  height: 10px;
  width: 10px;
}
.top-keyimg .slick-dots li.slick-pause button:before, .top-keyimg .slick-dots li.slick-pause button:after {
  content: "";
  display: block;
  background-color: #191919 !important;
  width: 3px;
  height: 10px;
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-keyimg .slick-dots li.slick-pause button:before {
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-color: #191919 !important;
  left: 0;
  right: 7px;
}
.top-keyimg .slick-dots li.slick-pause button:after {
  right: 2px;
}
.top-keyimg .slick-dots li.slick-pause button.stop:before, .top-keyimg .slick-dots li.slick-pause button.stop:after {
  background-color: inherit !important;
}
.top-keyimg .slick-dots li.slick-pause button.stop:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 9px #191919;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.top-keyimg .slick-dots li.slick-pause button.stop:after {
  content: none;
}
.top-keyimg .slick-dots li.slick-active button {
  background-color: #191919;
}
.top-keyimg .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #dedcd9;
}
.top-keyimg .slick-dots li button.pause-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}
.top-keyimg .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
}
.top-keyimg__catchcopy {
  position: absolute;
  width: 882px;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  padding-left: 8px;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__catchcopy {
    display: none;
  }
}
.top-keyimg__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: bold;
  max-width: 876px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__title {
    width: 235px;
    font-size: 32px;
  }
  .top-keyimg__title br {
    display: block;
  }
}
.top-keyimg__sp-catchcopy {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__sp-catchcopy {
    display: flex;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.top-keyimg__sp-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 64px;
  font-weight: bold;
  max-width: 876px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top-keyimg__sp-title {
    display: block;
    width: 235px;
    height: 60px;
    font-size: 32px;
  }
}
.top-keyimg__scroll {
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .top-keyimg__scroll {
    bottom: -62px;
  }
}
.top-keyimg__scroll-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .top-keyimg__scroll-txt {
    font-size: 14px;
  }
}
.top-keyimg__scroll-txt::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/scroll_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 36px;
  height: 19px;
  z-index: 0;
  animation: move-y 0.5s infinite alternate ease-in-out;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .top-keyimg__scroll-txt::before {
    bottom: -17px;
    width: 24px;
    height: 12px;
  }
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
.top-recommended {
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px, #f2f2f2 0, #f2f2f2 16px);
  z-index: 2;
  position: relative;
  padding: 90px 0 80px;
}
@media screen and (max-width: 1023px) {
  .top-recommended {
    padding: 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-recommended {
    padding: 60px 0 20px;
  }
}
.top-recommended .contents-inner {
  position: relative;
  width: 1000px;
  margin: auto;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 1023px) {
  .top-recommended .contents-inner {
    width: auto;
  }
}
.top-recommended .contents-inner .swiper-button-next,
.top-recommended .contents-inner .swiper-button-prev {
  color: #000;
  font-size: 20px;
  pointer-events: none;
}
.top-recommended .contents-inner .swiper-button-prev {
  left: -50px;
}
@media screen and (max-width: 1023px) {
  .top-recommended .contents-inner .swiper-button-prev {
    left: 10px;
  }
}
.top-recommended .contents-inner .swiper-button-next {
  right: -50px;
}
@media screen and (max-width: 1023px) {
  .top-recommended .contents-inner .swiper-button-next {
    right: 10px;
  }
}
.top-recommended .contents-inner .swiper-button-prev::after,
.top-recommended .contents-inner .swiper-button-next::after {
  display: none;
  pointer-events: none;
}
.top-recommended .contents-inner .swiper-button-prev::before,
.top-recommended .contents-inner .swiper-button-next::before {
  content: "";
  background-image: url("../images/slider_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  background-size: cover;
  width: 50px;
  height: 50px;
  z-index: 0;
  cursor: pointer;
  pointer-events: auto;
}
.top-recommended .contents-inner .swiper-button-prev::before {
  transform: scale(-1, 1);
}
.top-recommended .contents-inner .swiper-button-next::before {
  transform: scale(1, 1);
}
.top-recommended .recommended-swiper {
  width: 1000px;
  margin: auto;
  padding: 50px 20px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .top-recommended .recommended-swiper {
    width: auto;
    padding: 50px 20px 50px;
  }
}
@media screen and (max-width: 640px) {
  .top-recommended .recommended-swiper {
    width: auto;
    padding: 30px 20px 50px;
  }
}
.top-recommended .recommended-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end; /* 下揃え */
}
.top-recommended .recommended-swiper .swiper-slide {
  width: 340px;
  transition: transform 0.3s ease;
}
.top-recommended .recommended-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.top-recommended .recommended-swiper .swiper-slide-active {
  width: 340px;
  transform: scale(1.1);
  transform-origin: bottom;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top-recommended .recommended-swiper .swiper-slide-active {
    width: auto;
    transform: scale(1);
  }
}
.top-recommended .recommended-swiper .swiper-pagination {
  bottom: 20px;
}
.top-recommended .recommended-swiper .swiper-pagination-bullet {
  background-color: #fff;
  border: solid 1px #191919;
  opacity: 1 !important;
}
.top-recommended .recommended-swiper .swiper-pagination-bullet-active {
  background-color: #191919;
  border: solid 1px #191919;
  opacity: 1 !important;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause {
  position: relative;
  left: 6px;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button {
  background-color: inherit;
  border: 0;
  height: 10px;
  width: 10px;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button:before, .top-recommended .recommended-swiper .swiper-pagination .swiper-pause button:after {
  content: "";
  background-color: #191919 !important;
  width: 3px;
  height: 10px;
  position: absolute;
  opacity: 1;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button:before {
  border-top: none;
  border-bottom: none;
  border-left: none;
  background-color: #191919 !important;
  left: 0;
  right: 7px;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button:after {
  right: 2px;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button.stop:before, .top-recommended .recommended-swiper .swiper-pagination .swiper-pause button.stop:after {
  background-color: inherit !important;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button.stop:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 9px #191919;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.top-recommended .recommended-swiper .swiper-pagination .swiper-pause button.stop:after {
  content: none;
}
.top-instagram {
  padding: 96px 16px;
  background-color: #ffd800;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top-instagram {
    padding: 96px 8px;
  }
}
.top-instagram__title {
  line-height: 1.35;
}
.top-instagram__list {
  max-width: 568px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .top-instagram__list {
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .top-instagram__list {
    max-width: none;
  }
}
.top-instagram__item {
  max-width: 33.33333%;
  width: 100%;
  overflow: hidden;
  padding: 4px;
}
.top-instagram__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  aspect-ratio: 1;
  width: 100%;
}
.top-instagram__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 24px auto 48px;
}
.top-instagram__fb-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-instagram__fb-btn-wrap {
    margin: 32px auto 0;
  }
}
.top-instagram:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/pickup_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 172px;
  z-index: 0;
  transform: scaleX(-1);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .top-instagram:before {
    width: 160px;
    height: 68px;
  }
}
.top-instagram:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/pickup_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 172px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .top-instagram:after {
    width: 160px;
    height: 68px;
  }
}
.top-pickup {
  padding: 96px 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  animation: blinkGradient 1s infinite;
}
@keyframes blinkGradient {
  0%, 100% {
    background: repeating-conic-gradient(#fed800 0deg 10deg, transparent 10deg 20deg), #ffe924;
  }
  50% {
    background: repeating-conic-gradient(transparent 0deg 10deg, #fed800 10deg 20deg), #ffe924;
  }
}
@media screen and (max-width: 1023px) {
  .top-pickup {
    padding: 72px 16px;
  }
}
.top-pickup__title {
  line-height: 1.35;
}
.top-pickup__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 252px;
  border-bottom: 4px solid #fff;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 0.75;
  padding-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  .top-pickup__subtitle {
    width: 210px;
    font-size: 20px;
  }
}
.top-pickup__img {
  border: 2px solid #fff;
  transition: 0.5s;
}
.top-pickup__img:hover {
  filter: brightness(50%);
}
@media screen and (max-width: 1023px) {
  .top-pickup__img:hover {
    filter: none;
    pointer-events: none;
  }
}
.top-pickup__img-wrap {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-pickup__img-wrap {
    display: block;
    width: 100%;
  }
}
.top-pickup__img-container {
  width: 47.9166666667%;
}
@media screen and (max-width: 1023px) {
  .top-pickup__img-container {
    width: auto;
    margin: 0 auto;
  }
  .top-pickup__img-container:last-child {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .top-pickup__img-container:last-child {
    margin: 12px auto 0;
  }
}
.top-pickup__img-item {
  position: relative;
}
.top-pickup__img-item .hover-mask {
  align-items: center;
  /* テキストの中央揃え */
  background: rgba(0, 0, 0, 0.5);
  /* マスクの色(黒の50%) */
  bottom: 0;
  color: #fff;
  /* テキストの色 */
  display: flex;
  /* テキストの中央揃え */
  height: auto;
  justify-content: center;
  /* テキストの中央揃え */
  left: 0;
  opacity: 0;
  /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .top-pickup__img-item .hover-mask {
    background: none;
    display: none;
  }
}
.top-pickup__img-item .hover-mask:hover {
  opacity: 1;
  /* hoverしたら透過しない(表示させる) */
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .top-pickup__img-item .hover-mask:hover {
    pointer-events: none;
  }
}
.top-pickup__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
  width: 294px;
  align-items: end;
}
@media screen and (max-width: 1023px) {
  .top-pickup__btn-wrap {
    margin: 32px auto 0;
    width: 198px;
  }
}
.top-pickup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/pickup_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 172px;
  z-index: 0;
  transform: scaleX(-1);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .top-pickup::before {
    width: 160px;
    height: 68px;
  }
}
.top-pickup::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../images/pickup_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 172px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .top-pickup::after {
    width: 160px;
    height: 68px;
  }
}
.top-about {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #dedcd9;
  padding-bottom: 100px;
}
.top-about__key {
  background-image: url("../../images/about_img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 640px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top-about__key {
    max-height: 26vh;
    min-height: 220px;
    background-position: 51% center;
  }
}
.top-about__box {
  position: relative;
  margin: -160px auto 0 auto;
  background-color: #fff;
  padding: 40px;
  max-width: 960px;
  border: solid 3px #191919;
  border-radius: 16px;
  box-shadow: 10px 10px 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .top-about__box {
    margin: -32px auto 0 auto;
    width: 93.8416422287%;
    padding: 32px 16px;
  }
}
.top-about__title {
  line-height: 1.5;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .top-about__title br {
    display: none;
  }
  .top-about__title {
    font-size: 28px;
  }
}
.top-about__txt {
  line-height: 1.75;
  margin: 24px 0 0 0;
  font-size: 16px;
}
.top-about__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
}
@media screen and (max-width: 1023px) {
  .top-about__btn-wrap {
    margin: 32px auto 0;
  }
}
.top-service {
  padding: 96px 16px 180px;
  background-color: #ffd800;
  position: relative;
}
.top-service:before, .top-service:after {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .top-service:before, .top-service:after {
    background-size: cover;
  }
}
.top-service:before {
  background-image: url(../../images/service_bg01.svg);
  background-position: center top;
  height: 80px;
  top: 0;
  left: 0;
}
.top-service:after {
  background-image: url(../../images/service_bg02.svg);
  background-position: center bottom;
  height: 140px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .top-service:after {
    background-image: none;
  }
  .top-service {
    padding: 72px 16px 80px;
  }
}
@media screen and (max-width: 640px) {
  .top-service {
    padding: 72px 16px 40px;
  }
}
.top-service__title {
  line-height: 1.35;
  display: block;
  margin: 0 auto;
}
.top-service__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 64px auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .top-service__flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
.top-service__flex > li {
  flex: 0 1 calc(23% - 39px);
}
.top-service__flex > li:nth-child(n+5) {
  flex: 0 1 calc(20% - 32px);
}
.top-service__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 276px;
  border-bottom: 4px solid #fff;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center;
  line-height: 0.75;
  padding-bottom: 6px;
}
.top-service__banner {
  display: block;
  max-width: 820px;
}
.top-service__banner img {
  width: 100%;
  height: auto;
}
.top-service__bannerList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 936px;
}
@media screen and (max-width: 1023px) {
  .top-service__bannerList {
    display: block;
  }
}
.top-service__bannerList__banner {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .top-service__bannerList__banner {
    width: 100%;
  }
  .top-service__bannerList__banner:nth-child(1) {
    margin-bottom: 24px;
  }
}
.top-service__box {
  width: 210px;
  height: 210px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-service__box {
    width: 100px;
    height: 100px;
  }
}
.top-service__box-title {
  text-align: center;
  line-height: 1.75;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .top-service__box-title {
    font-size: 16px;
    white-space: nowrap;
  }
}
.top-service__box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-image: url("../../images/service_01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top-service__box::before {
    width: 150px;
    height: 150px;
  }
}
.top-service__box--2::before {
  background-image: url("../../images/service_02.webp");
}
.top-service__box--3::before {
  background-image: url("../../images/service_03.webp");
}
.top-service__box--4::before {
  background-image: url("../../images/service_04.webp");
}
.top-service__box--5::before {
  background-image: url("../../images/service_05.webp");
}
.top-service__box--6::before {
  background-image: url("../../images/service_06.webp");
}
.top-service__box--7::before {
  background-image: url("../../images/service_07.webp");
}
.top-service__box--8::before {
  background-image: url("../../images/service_08.webp");
}
.top-service__box--9::before {
  background-image: url("../../images/service_09.webp");
}
.top-service__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 48px auto 0;
}
.top-company {
  background-color: #dedcd9;
  z-index: 2;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  .top-company {
    position: static;
  }
}
.top-company__wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-company__wrap {
    width: 100%;
    padding: 72px 16px 0;
    background: #dedcd9;
  }
}
@media screen and (max-width: 640px) {
  .top-company__wrap {
    padding: 40px 16px 0;
  }
}
.top-company__inner {
  max-width: 540px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-company__inner {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
}
.top-company__inner-type01 {
  left: 500px;
}
.top-company__img {
  position: absolute;
  width: 730px;
  right: -350px;
}
@media screen and (max-width: 1280px) {
  .top-company__img {
    width: 500px;
    right: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .top-company__img {
    position: relative;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto 20px;
    min-width: 328px;
    width: 32.0625610948%;
  }
}
.top-company__img-type01 {
  position: absolute;
  width: 730px;
  left: -280px;
}
@media screen and (max-width: 1280px) {
  .top-company__img-type01 {
    width: 500px;
    left: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .top-company__img-type01 {
    position: relative;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto 20px;
    min-width: 328px;
    width: 32.0625610948%;
  }
}
.top-company__title {
  line-height: 1.5;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-company__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .top-company__title {
    font-size: 24px;
  }
}
.top-company__title span {
  display: inline-block;
}
.top-company__txt {
  font-size: 16px;
  margin: 24px 0 0 0;
  line-height: 1.75;
  width: 528px;
}
@media screen and (max-width: 1023px) {
  .top-company__txt {
    width: 100%;
  }
}
.top-company__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px 0;
  width: 528px;
}
@media screen and (max-width: 1023px) {
  .top-company__btn-wrap {
    width: 100%;
    margin: 16px 0 0 0;
  }
}
.top-company__tel {
  padding: 0 16px 176px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-company__tel {
    padding: 0 16px 75px;
    background: #dedcd9;
  }
}
@media screen and (max-width: 640px) {
  .top-company__tel {
    padding: 0 16px 45px;
  }
}
.top-company__tel__inner {
  max-width: 826px;
  width: 100%;
  border: 3px solid #191919;
  border-radius: 10px;
  margin: -152px auto 0;
  padding: 28px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-company__tel__inner {
    max-width: 600px;
    margin: 0 auto 0;
    padding: 32px 10px;
  }
}
.top-company__tel__inner__head {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .top-company__tel__inner__head {
    font-size: 18px;
  }
}
.top-company__tel__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
.top-company__tel__inner__list__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 3px solid #191919;
  border-radius: 10px;
  background: #fff;
  max-width: 275px;
  width: 100%;
  padding: 12px;
}
.top-company__tel__inner__list__link__icon {
  width: 28px;
  height: 28px;
  margin: 0 12px 0 0;
}
.top-company__tel__inner__list__link__number {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
}
.top-company__tel__inner__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.top-company__tel__inner__text span {
  padding: 0 4px;
}
.top-review {
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px, #f2f2f2 0, #f2f2f2 16px);
  z-index: 2;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .top-review {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .top-review {
    padding: 40px 0 20px;
  }
}
.top-review__title {
  line-height: 1.5;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.top-review__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  border-bottom: 4px solid #ffd800;
  width: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 0.75;
  display: inline-block;
  padding-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  .top-review__subtitle {
    font-size: 20px;
  }
}
.top-review__review-wrap {
  position: relative;
  width: 354px;
  margin: 50px auto 30px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .top-review__review-wrap {
    width: auto;
    padding: 0 20px;
  }
}
.top-review__review-wrap__star {
  display: flex;
  gap: 10px;
  top: -20px;
  left: 30px;
  position: relative;
}
.top-review__review-wrap__star img {
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .top-review__review-wrap__star {
    left: auto;
  }
}
.top-review__review-wrap__average {
  font-size: 56px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top-review__review-wrap__average {
    white-space: nowrap;
  }
}
.top-review__review-wrap__total-review {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .top-review__review-wrap__total-review {
    right: 30px;
  }
}
.top-review__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 64px auto 0;
  max-width: 936px;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .top-review__flex {
    justify-content: center;
    width: 90%;
    margin: 40px auto 0;
    gap: 20px;
  }
}
.top-review__flex__review {
  width: 48%;
  background-color: #fff;
  border: 2px solid #ffd800;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-review__flex__review {
    width: 100%;
    padding: 20px;
  }
}
.top-review__flex__review__txt {
  font-size: 16px;
  line-height: 1.75em;
}
.top-review__flex__review__star {
  display: flex;
  margin-bottom: 15px;
  gap: 5px;
}
.top-review__flex__review__star img {
  width: 13%;
}
.top-review__flex__review__date {
  position: absolute;
  top: 46px;
  right: 20px;
  font-size: 12px;
}
.top-review__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto;
  width: 528px;
}
@media screen and (max-width: 1023px) {
  .top-review__btn-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-review__btn-wrap {
    margin: 10px auto 30px;
  }
}
.top-review__btn-wrap .link-btn-b:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 44px;
  background-image: url(../../images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .top-review__btn-wrap .link-btn-b:after {
    top: 22px;
    right: 20px;
    left: auto;
    width: 16px;
    height: 16px;
  }
}
.top-review__btn-wrap .link-btn-b:hover:after {
  background-image: url(../../images/icon_link_white.svg);
}
.top-booking {
  font-family: "Noto Sans JP", sans-serif;
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px, #f2f2f2 0, #f2f2f2 16px);
  padding: 160px 16px 100px;
}
@media screen and (max-width: 1023px) {
  .top-booking {
    padding: 90px 16px 75px;
  }
}
.top-booking__title {
  width: 960px;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
  color: #191919;
  border-bottom: 4px solid #191919;
}
.top-booking__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  margin: auto;
  background-image: url(../../images/envelope-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 48px;
}
@media screen and (max-width: 1023px) {
  .top-booking__title:before {
    top: -100px;
    width: 33px;
    height: 24px;
  }
  .top-booking__title {
    width: auto;
    font-size: 28px;
  }
}
.top-booking .contact-form__head {
  width: 242px;
}
@media screen and (max-width: 1023px) {
  .top-booking .contact-form__head {
    padding: 16px 0 8px 0;
  }
}
.top-booking .contact-form__head .any {
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  padding: 4px 6px;
  color: #ffd800;
  background: #707070;
  line-height: 12px;
  margin: 0 0 0 16px;
}
.top-booking .contact-form__item {
  width: calc(100% - 242px);
}
@media screen and (max-width: 1023px) {
  .top-booking .contact-form__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.top-booking .contact-form__form {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 1023px) {
  .top-booking .contact-form__form {
    padding: 0;
  }
}
.top-booking .contact-form__form input[type=date] {
  background-color: #fff; /* 背景色を指定 */
  border: 2px solid #bcb8b8;
  border-radius: 8px; /* 任意で角丸を追加 */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left; /* 特定のブラウザでのフォールバック */
}
.top-booking .contact-form__form .icon-del::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-booking .contact-form__form input[type=checkbox] {
  /* 基本スタイルのリセット */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #bcb8b8;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  /* チェックが入ったとき */
  /* チェックボックスにチェックマークを追加 */
}
.top-booking .contact-form__form input[type=checkbox]:checked {
  background-color: #000; /* チェックボックスがチェックされたときの背景色 */
  border-color: #bcb8b8; /* 枠線の色 */
}
.top-booking .contact-form__form input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #ffd800;
  border-bottom: 2px solid #ffd800;
  transform: rotate(-63deg);
  display: none;
}
.top-booking .contact-form__form input[type=checkbox]:checked::after {
  display: block; /* チェックが入ったときにチェックマークを表示 */
}
.top-booking .contact-form__select {
  position: relative; /* 親要素にrelativeを設定して疑似要素を位置決めする */
  /* 疑似要素で矢印を表示 */
}
.top-booking .contact-form__select select {
  -webkit-appearance: none; /* デフォルトの矢印を消す（Chrome, Safari用） */
  -moz-appearance: none; /* Firefox用 */
  appearance: none; /* 一部ブラウザ用 */
  padding-right: 30px; /* 右側に十分な余白を設定 */
}
.top-booking .contact-form__select::after {
  content: "▼"; /* ▼を表示 */
  position: absolute;
  right: 20px; /* 右側に配置 */
  top: 50%;
  transform: translateY(-50%); /* 垂直方向で中央に配置 */
  font-size: 16px; /* 矢印の大きさ */
  pointer-events: none; /* 矢印をクリックできないようにする */
}
.top-contact {
  text-align: center;
  padding: 96px 16px;
  background-image: url("../../images/contact_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .top-contact {
    padding: 72px 16px;
  }
}
.top-contact__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 1023px) {
  .top-contact__title {
    font-size: 56px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}
.top-contact__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 8px solid #ffd800;
  width: 144px;
  margin: 0 auto;
  text-align: center;
  line-height: 0.75;
}
@media screen and (max-width: 1023px) {
  .top-contact__subtitle {
    font-size: 20px;
    width: 120px;
  }
}
.top-contact__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: 600px;
  margin: 48px auto 0;
  line-height: 1.75;
  text-align: left;
}
.top-contact__link {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.top-contact__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
}
.top-contact::before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.top-link {
  padding: 96px 16px;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-link {
    padding: 72px 16px;
  }
}
.top-link__wrap {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .top-link__wrap {
    display: block;
  }
}
.top-link__container-a {
  min-width: 194px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .top-link__container-a {
    margin: 0 auto;
  }
}
.top-link__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 6px #191919;
  paint-order: stroke;
  line-height: 1.35;
}
@media screen and (max-width: 1023px) {
  .top-link__title {
    font-size: 56px;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 5px #191919;
    paint-order: stroke;
    white-space: nowrap;
  }
}
.top-link__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 8px solid #ffd800;
  line-height: 0.75;
  width: 80px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .top-link__subtitle {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    width: 63px;
  }
}
.top-link__container-b {
  display: flex;
  flex-wrap: wrap;
  max-width: 675px;
  margin: 44px 0 0 0;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .top-link__container-b {
    display: block;
    text-align: center;
    margin: 24px auto 0;
    padding: 0 20px 0 0;
  }
}
.top-link__container-b li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 19px 8px 0;
}
@media screen and (max-width: 1023px) {
  .top-link__container-b li {
    margin: 0 auto;
    display: block;
  }
}
.top-link__container-b li a {
  color: #191919;
  font-size: 20px;
  line-height: 2.35;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-link__container-b li a {
    line-height: 1;
    font-size: 16px;
  }
  .top-link__container-b li:nth-child(1) {
    margin: 0 auto;
  }
  .top-link__container-b li:nth-child(2),
  .top-link__container-b li:nth-child(3),
  .top-link__container-b li:nth-child(4),
  .top-link__container-b li:nth-child(5),
  .top-link__container-b li:nth-child(6) {
    margin: 16px auto 0;
  }
}
.top-link__icon {
  display: inline-block;
  position: relative;
}
.top-link__width01 {
  width: 146px;
}
.top-link__width02 {
  width: 267px;
}
.top-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 105px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .top-link::after {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 52px;
  }
}

.about {
  position: relative;
}
.about .al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about .al-logo {
    display: none;
  }
}
.about .al-logo img {
  width: 240px;
  height: 49px;
}
.about-keyimg {
  position: relative;
  background-image: url(../../images/about-keyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .about-keyimg {
    height: 280px;
  }
}
.about-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.about-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .about-keyimg__txt h1 {
    font-size: 32px;
  }
}
.about-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .about-keyimg__txt span {
    font-size: 14px;
  }
}
.about-pan {
  background-color: #f2f2f2;
}
.about-intro {
  padding: 16px 16px 104px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .about-intro {
    padding: 16px 16px 72px 16px;
  }
}
.about-intro .w-adjust {
  max-width: 1888px;
  margin: 0 auto;
}
.about-intro__wrap {
  max-width: 1636px;
  margin: 120px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .about-intro__wrap {
    margin: 72px 0 0;
    display: block;
  }
}
.about-intro__image {
  width: 52.5672371638%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about-intro__image {
    width: 100%;
  }
}
.about-intro__item {
  width: 44.0097799511%;
  margin: 0 0 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 1023px) {
  .about-intro__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.about-intro__inner-title {
  line-height: 1.35;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .about-intro__inner-title {
    margin: 32px auto 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.about-intro__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-intro__txt {
    margin: 16px auto 0;
  }
}
.about-greet {
  padding: 96px 16px 104px;
  background-color: #ffd800;
}
@media screen and (max-width: 1023px) {
  .about-greet {
    padding: 66px 16px 72px;
  }
}
.about-greet__wrap {
  max-width: 960px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .about-greet__wrap {
    display: block;
    margin: 32px auto 0;
  }
}
.about-greet__image {
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about-greet__image {
    width: 220px;
    margin: 0 auto;
  }
}
.about-greet__item {
  width: 524px;
  margin: 0 0 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about-greet__item {
    width: 100%;
    margin: 0 auto;
  }
}
.about-greet__inner-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .about-greet__inner-title {
    margin: 32px auto 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.about-greet__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-greet__txt {
    font-size: 16px;
    margin: 16px auto 0;
  }
}
.about-greet__txt span {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 0 0;
  display: block;
  text-align: right;
  line-height: 2.5;
}
.about-greet__title {
  line-height: 1.35;
}
.about-greet__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 104px;
  border-bottom: 8px solid #fff;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 0.75;
}
@media screen and (max-width: 1023px) {
  .about-greet__subtitle {
    width: 88px;
    font-size: 20px;
  }
}
.about-company {
  padding: 96px 16px 112px;
  background-color: #dedcd9;
}
@media screen and (max-width: 1023px) {
  .about-company {
    padding: 66px 16px 72px;
  }
}
.about-company__wrap {
  max-width: 1348px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .about-company__wrap {
    display: block;
    margin: 32px auto 0;
  }
}
.about-company__image {
  width: 772px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about-company__image {
    width: 100%;
    margin: 0 auto;
  }
}
.about-company__item {
  width: 524px;
  margin: 0 0 0 56px;
}
@media screen and (max-width: 1023px) {
  .about-company__item {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.about-company__item table tr th {
  font-weight: bold;
  min-width: 92px;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  padding: 16px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-company__item table tr th {
    flex-wrap: wrap;
    display: block;
  }
}
.about-company__item table tr td {
  width: 100%;
  line-height: 1.75;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-company__item table tr td {
    flex-wrap: wrap;
    display: block;
    padding: 0;
  }
}
.about-company__item table tr:first-child th,
.about-company__item table tr:first-child td {
  padding: 0;
}
.about-company__inner-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .about-company__inner-title {
    margin: 72px auto 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.about-company__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
.about-company__txt span {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 0 0;
  display: block;
  text-align: right;
  line-height: 2.5;
}
.about-company__title {
  line-height: 1.35;
}
.about-company__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 104px;
  border-bottom: 4px solid #ffd800;
  margin: 0 auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  .about-company__subtitle {
    width: 88px;
    font-size: 20px;
  }
}
.about-associate {
  padding: 96px 16px 200px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .about-associate {
    padding: 66px 16px 144px;
  }
}
.about-associate__wrap {
  max-width: 1348px;
  margin: 48px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .about-associate__wrap {
    flex-direction: column;
    margin: 32px auto 0;
  }
}
.about-associate__image {
  width: 772px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .about-associate__image {
    width: 100%;
    margin: 0 auto;
    order: 1;
  }
}
.about-associate__item {
  width: 524px;
  margin: 0 56px 0 0;
}
@media screen and (max-width: 1023px) {
  .about-associate__item {
    width: 100%;
    margin: 32px 0 0 0;
    order: 2;
  }
}
.about-associate__item table tr th {
  font-weight: bold;
  min-width: 92px;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-associate__item table tr th {
    flex-wrap: wrap;
    display: block;
  }
}
.about-associate__item table tr td {
  width: 100%;
  line-height: 1.75;
  padding: 12px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .about-associate__item table tr td {
    flex-wrap: wrap;
    display: block;
    padding: 0;
  }
}
.about-associate__item table tr:first-child th,
.about-associate__item table tr:first-child td {
  padding: 0;
}
.about-associate__inner-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .about-associate__inner-title {
    margin: 72px auto 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.about-associate__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
.about-associate__txt span {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 0 0;
  display: block;
  text-align: right;
  line-height: 2.5;
}
.about-associate__title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}
.about-associate__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 104px;
  border-bottom: 4px solid #ffd800;
  margin: 0 auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  .about-associate__subtitle {
    width: 88px;
    font-size: 20px;
  }
}
.about-associate:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .about-associate:after {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 52px;
  }
}

.service {
  position: relative;
}
.service .al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .service .al-logo {
    display: none;
  }
}
.service .al-logo img {
  width: 240px;
  height: 49px;
}
.service-keyimg {
  position: relative;
  background-image: url(../../images/service-keyimg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .service-keyimg {
    height: 280px;
    background-image: url(../../images/service-keyimg_sp.jpg);
  }
}
.service-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.service-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .service-keyimg__txt h1 {
    font-size: 32px;
  }
}
.service-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .service-keyimg__txt span {
    font-size: 14px;
  }
}
.service-intro {
  padding: 120px 16px 96px 16px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .service-intro {
    padding: 0 16px 72px 16px;
    margin: 72px 0 0 0;
  }
}
.service-intro__wrap {
  max-width: 872px;
  margin: 0 auto;
  text-align: center;
}
.service-intro__title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .service-intro__title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.service-intro__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .service-intro__txt {
    margin: 16px auto 0;
  }
}
.service-sell {
  padding: 72px 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .service-sell {
    padding: 0 16px 72px;
  }
}
.service-sell__bg {
  content: "";
  display: block;
  width: 1440px;
  height: 584px;
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px, #f2f2f2 0, #f2f2f2 16px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .service-sell__bg {
    height: 496px;
    top: 140px;
  }
}
.service-sell__wrap {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .service-sell__wrap {
    display: block;
  }
}
.service-sell__image {
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .service-sell__image {
    width: 100%;
    margin: 0 auto;
  }
}
.service-sell__item {
  width: 640px;
  margin: 0 0 0 80px;
  padding: 0 60px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .service-sell__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.service-sell__inner-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .service-sell__inner-title {
    margin: 32px auto 0;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
  }
}
.service-sell__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .service-sell__txt {
    font-size: 16px;
    margin: 16px auto 0;
  }
}
.service-sell__txt span {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 0 0;
  display: block;
  text-align: right;
  line-height: 2.5;
}
.service-sell__btn-wrap {
  margin: 56px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .service-sell__btn-wrap {
    margin: 32px 0 0 0;
    justify-content: center;
  }
}
.service-list {
  padding: 96px 16px;
}
@media screen and (max-width: 1023px) {
  .service-list {
    padding: 72px 16px;
  }
}
.service-list__wrap {
  max-width: 1584px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px 48px;
}
.service-list__item {
  width: 47%;
  min-height: 800px;
  padding: 80px 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .service-list__item {
    width: 100%;
    height: auto;
    min-height: unset;
    padding: 40px 24px 48px;
  }
}
.service-list__item:nth-child(1) {
  background-color: #ffd800;
  min-height: 550px;
}
.service-list__item:nth-child(2) {
  background-color: #f2f2f2;
  min-height: 550px;
}
.service-list__item:nth-child(2) h3 {
  white-space: nowrap;
}
.service-list__item:nth-child(3) {
  background-color: #dedcd9;
}
.service-list__item:nth-child(4) {
  background-color: #ffd800;
}
.service-list__image {
  width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 1023px) {
  .service-list__image {
    padding: 0;
  }
}
.service-list__title {
  font-size: 40px;
  font-weight: bold;
  margin: 32px 0 0 0;
  padding: 0 80px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .service-list__title {
    text-align: center;
    padding: 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.service-list__txt {
  line-height: 1.75;
  margin: 24px 0 0 0;
  padding: 0 80px;
}
@media screen and (max-width: 1023px) {
  .service-list__txt {
    margin: 16px 0 0 0;
    padding: 0;
  }
}
.service-list__btn-wrap {
  margin: 32px 0 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .service-list__btn-wrap .br-btn-a .link-btn {
    padding: 14px 21px 14px 20px;
    font-size: 16px;
  }
}
.service-list__btn-wrap .br-btn-a .link-btn:after {
  left: 85%;
}
@media screen and (max-width: 1023px) {
  .service-list__btn-wrap .br-btn-a .link-btn:after {
    left: 90%;
    top: 22px;
    right: 14px;
    width: 12px;
    height: 10px;
  }
  .service-list__btn-wrap .br-btn-b .link-btn {
    padding: 14px 21px 14px 20px;
    font-size: 16px;
  }
}
.service-list__btn-wrap .br-btn-b .link-btn:after {
  left: 85%;
}
@media screen and (max-width: 1023px) {
  .service-list__btn-wrap .br-btn-b .link-btn:after {
    left: 90%;
    top: 22px;
    right: 14px;
    width: 12px;
    height: 10px;
  }
}
.service-list__btn-w {
  background-color: #f2f2f2;
}
.service-other {
  padding: 96px 16px 300px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .service-other {
    padding: 72px 16px 144px;
  }
}
.service-other__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .service-other__wrap {
    flex-direction: column;
  }
}
.service-other__image {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .service-other__image {
    width: 100%;
    margin: 0 auto;
    order: 1;
  }
}
.service-other__item {
  width: 520px;
  margin: 0 80px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .service-other__item {
    width: 100%;
    margin: 32px 0 0 0;
    order: 2;
  }
}
.service-other__inner-title {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .service-other__inner-title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
  }
}
.service-other__txt {
  line-height: 1.75;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .service-other__txt {
    margin: 16px 0 0 0;
  }
}
.service-other__btn-wrap {
  margin: 56px 0 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .service-other__btn-wrap {
    margin: 32px 0 0 0;
  }
}
.service-other:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .service-other:after {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 52px;
  }
}

.contact {
  position: relative;
}
.contact .al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .contact .al-logo {
    display: none;
  }
}
.contact .al-logo img {
  width: 240px;
  height: 49px;
}
.contact-keyimg {
  position: relative;
  background-image: url(../../images/contact-keyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .contact-keyimg {
    height: 280px;
  }
}
.contact-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.contact-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .contact-keyimg__txt h1 {
    font-size: 32px;
  }
}
.contact-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-keyimg__txt span {
    font-size: 14px;
  }
}
.contact-pan {
  background-color: #f2f2f2;
}
.contact-ways {
  padding: 16px 16px 112px 16px;
  background: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .contact-ways {
    padding: 16px 16px 72px 16px;
  }
}
.contact-ways__body {
  max-width: 960px;
  margin: 0 auto;
}
.contact-ways__explain {
  max-width: 600px;
  margin: 96px auto 0;
  padding: 40px;
  background: #fff;
  border: 3px solid #191919;
  border-radius: 16px;
  box-shadow: 3px 3px 0 #191919;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-ways__explain {
    padding: 16px;
    margin: 72px auto 0;
    font-size: 20px;
  }
}
.contact-ways__explain-txt {
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-ways__explain-txt {
    font-size: 20px;
  }
}
.contact-ways__title {
  margin: 96px auto 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-ways__title {
    margin: 72px auto 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
.contact-ways__subtitle {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.contact-ways__subtitle p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 4px 0;
}
.contact-ways__subtitle p span {
  background: #ffd800;
}
@media screen and (max-width: 1023px) {
  .contact-ways__subtitle p {
    font-size: 20px;
    line-height: 1.7;
  }
}
.contact-ways__list {
  margin: 56px auto 0;
  max-width: 788px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list {
    margin: 32px auto 0;
    max-width: 400px;
  }
}
.contact-ways__list-item {
  position: relative;
  width: 220px;
  border: 3px solid #191919;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list-item {
    border: 2px solid #191919;
    width: 96px;
    height: 96px;
  }
}
.contact-ways__list-item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 76px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/phone-volume-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list-item:nth-child(1)::before {
    bottom: 40px;
    width: 32px;
    height: 32px;
  }
}
.contact-ways__list-item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 76px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 84px;
  height: 80px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list-item:nth-child(2)::before {
    bottom: 40px;
    width: 32px;
    height: 32px;
  }
}
.contact-ways__list-item:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/envelope-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 80px;
  height: 60px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list-item:nth-child(3)::before {
    bottom: 44px;
    width: 32px;
    height: 24px;
  }
}
.contact-ways__list-item::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/list-item_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 18px;
  height: 16px;
  pointer-events: none;
}
.contact-ways__list-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 136px 0 40px;
  color: #191919;
}
@media screen and (max-width: 1023px) {
  .contact-ways__list-txt {
    position: absolute;
    font-size: 12px;
    top: -76px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.contact-tel {
  padding: 192px 16px 96px 16px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .contact-tel {
    padding: 128px 16px 96px 16px;
  }
}
.contact-tel__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 16px 0;
  max-width: 960px;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 4px solid #191919;
}
@media screen and (max-width: 1023px) {
  .contact-tel__title {
    font-size: 28px;
    line-height: 1.5;
    max-width: 640px;
    border-bottom: 2px solid #191919;
  }
}
.contact-tel__title::before {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/phone-volume-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 64px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .contact-tel__title::before {
    top: -40px;
    width: 32px;
    height: 32px;
  }
}
.contact-tel__btn-wrap {
  display: flex;
  justify-content: center;
}
.contact-tel__btn {
  margin: 56px auto 0;
  padding: 16px 48px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .contact-tel__btn {
    margin: 32px auto 0;
    padding: 12px 36px;
    font-size: 24px;
  }
}
.contact-tel__hour {
  margin: 32px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-tel__hour {
    line-height: 1.75;
    font-size: 16px;
  }
  .contact-tel__hour span {
    display: block;
  }
}
.contact-tel__all {
  padding: 40px 38px;
  background: #f2f2f2;
  max-width: 582px;
  margin: 32px auto 0;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .contact-tel__all {
    padding: 16px;
  }
}
.contact-tel__all-title {
  font-size: 24px;
  font-weight: bold;
  padding: 4px 0;
}
@media screen and (max-width: 1023px) {
  .contact-tel__all-title {
    font-size: 20px;
  }
}
.contact-tel__all-title span {
  background: #ffd800;
  line-height: 1.75;
}
.contact-tel__all-txt {
  font-size: 16px;
  margin: 16px 0 0 0;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .contact-tel__all-txt {
    margin: 8px 0 0 0;
  }
  .contact-tel__all-txt br {
    display: none;
  }
}
.contact-line {
  background: #dedcd9;
}
.contact-line__body {
  padding: 192px 16px 96px 16px;
}
@media screen and (max-width: 1023px) {
  .contact-line__body {
    padding: 128px 16px 96px 16px;
  }
}
.contact-line__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 16px 0;
  max-width: 960px;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 4px solid #191919;
}
@media screen and (max-width: 1023px) {
  .contact-line__title {
    font-size: 28px;
    max-width: 640px;
    line-height: 1.5;
    border-bottom: 2px solid #191919;
  }
}
.contact-line__title::before {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 68px;
  height: 64px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .contact-line__title::before {
    top: -40px;
    width: 34px;
    height: 32px;
  }
}
.contact-line__txt01 {
  margin: 56px auto 0;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .contact-line__txt01 {
    margin: 32px auto 0;
  }
}
.contact-line__txt02 {
  margin: 8px auto 0;
  text-align: center;
  line-height: 1.75;
}
.contact-line__wrap {
  margin: 48px auto 0;
  width: 734px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .contact-line__wrap {
    margin: 32px auto 0;
    width: 100%;
    display: block;
  }
}
.contact-line__btn {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 72px 40px;
}
@media screen and (max-width: 1023px) {
  .contact-line__btn {
    width: 100%;
    padding: 72px 40px;
  }
}
.contact-line__btn h3 {
  text-align: center;
  margin: 0 0 24px 0;
}
.contact-line__btn a {
  display: flex;
  justify-content: center;
}
.contact-line__code {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .contact-line__code {
    width: 100%;
  }
}
.contact-line__code h3 {
  text-align: center;
  margin: 0 0 24px 0;
}
.contact-line__code a img {
  display: block;
  width: 122px;
  height: 130px;
  margin: 0 auto;
}
.contact-line__or {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .contact-line__or {
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin: 24px 0;
  }
}
.contact-line__qr-link img {
  width: 124px;
  margin: 0 auto;
  display: block;
}
.contact-line__hour {
  margin: 48px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-line__hour {
    margin: 24px auto 0;
    line-height: 1.75;
    font-size: 16px;
  }
  .contact-line__hour span {
    display: block;
  }
}
.contact-form {
  position: relative;
  background: #f2f2f2;
}
.contact-form__body {
  padding: 192px 16px;
}
@media screen and (max-width: 1023px) {
  .contact-form__body {
    padding: 128px 16px 144px 16px;
  }
}
.contact-form__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 16px 0;
  max-width: 960px;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 4px solid #191919;
}
@media screen and (max-width: 1023px) {
  .contact-form__title {
    font-size: 28px;
    max-width: 640px;
    line-height: 1.5;
    border-bottom: 2px solid #191919;
  }
}
.contact-form__title::before {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/envelope-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 48px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .contact-form__title::before {
    top: -40px;
    width: 33px;
    height: 24px;
  }
}
.contact-form__txt01 {
  margin: 56px auto 0;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .contact-form__txt01 {
    margin: 32px auto 0;
  }
}
.contact-form__txt02 {
  max-width: 808px;
  padding: 20px;
  margin: 32px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  background: #dedcd9;
  border-radius: 16px;
}
.contact-form__txt02 span {
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .contact-form__txt02 {
    padding: 16px;
  }
}
.contact-form__txt03 {
  margin: 32px auto 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .contact-form__txt03 {
    line-height: 1.75;
  }
}
.contact-form__form {
  max-width: 960px;
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .contact-form__form {
    margin: 24px auto 0;
  }
}
.contact-form__head {
  width: 216px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .contact-form__head {
    padding: 16px 0 8px 0;
    width: 240px;
  }
  .contact-form__head br {
    display: none;
  }
}
.contact-form__head .req {
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  padding: 4px 6px;
  color: #191919;
  background: #ffd800;
  line-height: 12px;
  margin: 0 0 0 16px;
}
.contact-form__item {
  width: calc(100% - 216px);
  padding: 16px 0;
}
@media screen and (max-width: 1023px) {
  .contact-form__item {
    width: 100%;
    padding: 0;
  }
}
.contact-form__item #select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}
.contact-form__item #select:invalid {
  color: #bbb;
}
.contact-form__item option[selected][disabled] {
  display: none;
}
.contact-form__item-inp1, .contact-form__item-inp3 {
  width: 100%;
  height: 48px;
  border: 2px solid #bcb8b8;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-form__item-inp1 option:first-child, .contact-form__item-inp3 option:first-child {
  display: inline;
  color: #bcb8b8;
}
.contact-form__item-inp2 {
  display: inline-block;
  font-size: 16px;
  margin: 4px 0;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1023px) {
  .contact-form__item-inp2 {
    padding: 0 8px;
  }
}
.contact-form__item-inp3 {
  height: 160px;
  padding: 12px 16px;
  resize: vertical;
}
.contact-form__item-inp1::-moz-placeholder, .contact-form__item-inp2::-moz-placeholder, .contact-form__item-inp3::-moz-placeholder {
  color: #bcb8b8;
}
.contact-form__item-inp1::placeholder, .contact-form__item-inp2::placeholder, .contact-form__item-inp3::placeholder {
  color: #bcb8b8;
}
.contact-form__arrow {
  position: relative;
}
.contact-form__arrow::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 16px;
  background-image: url(../../images/form_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 14px;
  height: 14px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .contact-form__arrow::after {
    top: 16px;
    right: 16px;
  }
}
.contact-form__agreement {
  margin: 32px auto 0;
  text-align: center;
  padding: 0 0 8px 0;
  max-width: 265px;
  border-bottom: 2px solid #191919;
  white-space: nowrap;
}
.contact-form__submit {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form__submit-btn {
  padding: 16px 78px 16px 48px;
}
@media screen and (max-width: 1023px) {
  .contact-form__submit-btn {
    padding: 12px 54px 12px 36px;
  }
}
.contact-form__submit-btn:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 44px;
  background-image: url(../../images/link_arrow_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .contact-form__submit-btn:after {
    top: 22px;
    right: 32px;
    width: 12px;
    height: 10px;
  }
}
.contact-form__submit-btn:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}
.contact-form:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .contact-form:before {
    height: 40px;
  }
}

.txt-ash {
  color: #bcb8b8;
}

.txt-black {
  color: #191919 !important;
}

select {
  color: #191919 !important;
}

.thanks {
  position: relative;
}
.thanks .al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .thanks .al-logo {
    display: none;
  }
}
.thanks .al-logo img {
  width: 240px;
  height: 49px;
}
.thanks-keyimg {
  position: relative;
  background-image: url(../../images/contact-keyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .thanks-keyimg {
    height: 280px;
  }
}
.thanks-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.thanks-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .thanks-keyimg__txt h1 {
    font-size: 32px;
  }
}
.thanks-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .thanks-keyimg__txt span {
    font-size: 14px;
  }
}
.thanks-pan {
  background-color: #f2f2f2;
}
.thanks-accepted {
  padding: 16px 16px 0 16px;
  background: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .thanks-accepted {
    padding: 16px 16px 0 16px;
  }
}
.thanks-accepted__body {
  max-width: 960px;
  margin: 0 auto;
}
.thanks-accepted__explain {
  max-width: 960px;
  margin: 96px auto 0;
  padding: 40px;
  background: #fff;
  border: 3px solid #191919;
  border-radius: 16px;
  box-shadow: 3px 3px 0 #191919;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .thanks-accepted__explain {
    padding: 32px 16px;
    margin: 72px auto 0;
    font-size: 20px;
  }
}
.thanks-accepted__explain-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .thanks-accepted__explain-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.thanks-accepted__explain-txt {
  font-size: 16px;
  line-height: 1.75;
  margin: 24px auto 0;
}
.thanks-tel {
  padding: 192px 16px;
  position: relative;
  background: #f2f2f2;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .thanks-tel {
    padding: 128px 16px 144px 16px;
  }
}
.thanks-tel__title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 16px 0;
  max-width: 960px;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 4px solid #191919;
}
@media screen and (max-width: 1023px) {
  .thanks-tel__title {
    font-size: 28px;
    line-height: 1.5;
    max-width: 640px;
    border-bottom: 2px solid #191919;
  }
}
.thanks-tel__title::before {
  content: "";
  position: absolute;
  top: -88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/phone-volume-solid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 64px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .thanks-tel__title::before {
    top: -40px;
    width: 32px;
    height: 32px;
  }
}
.thanks-tel__btn-wrap {
  display: flex;
  justify-content: center;
}
.thanks-tel__btn {
  margin: 56px auto 0;
  padding: 16px 48px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .thanks-tel__btn {
    margin: 32px auto 0;
    padding: 12px 36px;
    font-size: 24px;
  }
}
.thanks-tel__hour {
  margin: 32px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .thanks-tel__hour {
    line-height: 1.75;
    font-size: 16px;
  }
  .thanks-tel__hour span {
    display: block;
  }
}
.thanks-tel:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .thanks-tel:before {
    height: 40px;
  }
}

.absent {
  position: relative;
}
.absent .al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .absent .al-logo {
    display: none;
  }
}
.absent .al-logo img {
  width: 240px;
  height: 49px;
}
.absent-keyimg {
  position: relative;
  background-image: url(../../images/404-keyimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .absent-keyimg {
    height: 280px;
  }
}
.absent-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.absent-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .absent-keyimg__txt h1 {
    font-size: 32px;
  }
}
.absent-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .absent-keyimg__txt span {
    font-size: 14px;
  }
}
.absent-pan {
  background-color: #f2f2f2;
}
.absent-notice {
  padding: 16px 16px 194px 16px;
  background: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .absent-notice {
    padding: 16px 16px 94px 16px;
  }
}
.absent-notice__body {
  max-width: 960px;
  margin: 0 auto;
}
.absent-notice__explain {
  position: relative;
  max-width: 960px;
  margin: 120px auto 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .absent-notice__explain {
    margin: 72px auto 0;
    font-size: 20px;
  }
}
.absent-notice__explain-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .absent-notice__explain-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.absent-notice__explain-txt {
  font-size: 16px;
  line-height: 1.75;
  margin: 24px auto 0;
}
.absent-notice__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
}
@media screen and (max-width: 1023px) {
  .absent-notice__btn-wrap {
    margin: 32px auto 0;
  }
}
.absent-notice:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../../images/link_bg_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 210px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .absent-notice:before {
    height: 40px;
  }
}

#mail_msg {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#mail_msg .blue {
  color: #00f;
}
#mail_msg .red {
  color: #f00;
}
#mail_msg .black {
  color: #191919;
}

.recruit-keyimg {
  position: relative;
  background-image: url(../../images/recruit/key_visual.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg {
    height: 280px;
  }
}
.recruit-keyimg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.recruit-keyimg__txt h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg__txt h1 {
    font-size: 32px;
  }
}
.recruit-keyimg__txt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg__txt span {
    font-size: 14px;
  }
}

.footer {
  position: relative;
  background-color: #191919;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-bottom: 85px;
  }
  .footer-logo {
    margin: 0 auto;
    width: 280px;
    display: block;
  }
}
.footer-body {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  .footer-body {
    display: block;
    padding: 72px 0;
    width: 100%;
  }
  .footer-br {
    display: block;
  }
}
.footer-address {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .footer-address {
    width: 280px;
    margin: 16px auto 0;
  }
}
.footer-sns {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
  width: 168px;
}
@media screen and (max-width: 1023px) {
  .footer-sns {
    margin: 24px auto 0;
  }
}
.footer-nav {
  width: 404px;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    width: 280px;
    margin: 0 auto;
  }
}
.footer-nav__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-nav__body {
    display: block;
    text-align: center;
  }
}
.footer-nav__item-a, .footer-nav__item-b {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 2.25;
}
@media screen and (max-width: 1023px) {
  .footer-nav__wrap-a {
    margin: 24px 0 0 0;
  }
  .footer-nav__wrap-b {
    margin: 8px 0 0 0;
  }
}
.footer .map {
  height: 560px;
}
@media screen and (max-width: 1023px) {
  .footer .map {
    height: 320px;
  }
}
.footer-copyright {
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
}
@media screen and (max-width: 1023px) {
  .footer-copyright {
    font-size: 12px;
  }
}
.footer__btn-wrap {
  width: 180px;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .footer__btn-wrap {
    margin: 32px auto 0 auto;
  }
}
.footer__btn {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 9;
  padding: 10px 47px 10px 32px;
}
.footer__btn::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 28px;
  background-image: url(../../images/link_arrow_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  z-index: 5;
}
.footer__btn:hover:after {
  background-image: url(../../images/link_arrow_02.svg);
}

.sub {
  display: none;
  position: fixed;
  background: #191919;
  flex-direction: column;
  top: 400px;
  right: 0;
  z-index: 99;
  border-radius: 16px 0 0 16px;
  border: solid #fff;
  border-width: 3px 0 3px 3px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .sub {
    display: none !important;
  }
}
.sub__wrap {
  padding: 48px 16px;
}
.sub__title {
  font-size: 20px;
  font-weight: bold;
  color: #ffd800;
  writing-mode: vertical-rl;
  display: inline-block;
}
.sub__sns-wrap {
  height: 160px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  margin: 56px 0 0 0;
}
.sub__sns-wrap .sns-hover {
  transition: 0.3s;
}
.sub__sns-wrap .sns-hover:hover {
  opacity: 0.3;
}
.sub__icon01 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/instagram_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub__icon01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sub__icon02 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/line_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub__icon02 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sub__icon03 {
  width: 40px;
  height: 40px;
  background-image: url("../../images/facebook_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.sub__icon03 a {
  display: block;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  position: relative;
  z-index: 1000; /* ページ内コンテンツよりも上に */
}
@media screen and (max-width: 1023px) {
  .grecaptcha-badge {
    bottom: 100px !important;
  }
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 110px;
  z-index: 1111;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .pageTop {
    display: none !important;
  }
}
.pageTop-btn {
  width: 100px;
  height: 100px;
  background-image: url("../../images/pagetop.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #191919;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .pageTop-btn {
    width: 50px;
    height: 50px;
  }
}

.contactWrap {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}

.bookingWrap {
  display: none;
  position: fixed;
  top: 830px;
  right: 0;
  z-index: 1111;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .bookingWrap {
    display: none !important;
  }
}
.bookingWrap-btn {
  width: 104px;
  height: 104px;
  background-color: #f89d0a;
  border: 3px solid #191919;
  color: #191919;
  border-top-left-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .bookingWrap-btn {
    border: 2px solid #191919;
    border-top-left-radius: 10px;
    width: 62px;
    height: 62px;
  }
}
.bookingWrap-btn:hover {
  background-color: #ffd800;
}
.bookingWrap-btn .txt {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .bookingWrap-btn .txt {
    bottom: 7px;
    font-size: 10px;
  }
}
.bookingWrap-btn:before {
  content: "";
  position: absolute;
  background-image: url(../../images/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 46px;
  background-position: center;
  top: -20%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .bookingWrap-btn:before {
    width: 32px;
    height: 32px;
  }
  .bookingWrap-btn {
    width: 62px;
    height: 62px;
  }
}

.pankuzu {
  width: 100%;
  padding: 16px 16px 0 16px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .pankuzu {
    padding: 12px 16px 0 16px;
  }
}
.pankuzu-body {
  max-width: 960px;
  margin: 0 auto;
}
.pankuzu-body a {
  text-decoration: none;
  color: #191919;
}

.ai-c {
  display: flex;
  align-items: center;
}

.m-txt {
  font-size: 12px;
}

.bgextend {
  display: block;
  height: 92px;
  padding: 8px 0 0 8px;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .bgextend {
    padding: 8px 0 0;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend01::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  /*伸びる背景色の設定*/
  z-index: -1;
}

.bgLRextend02::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  width: 98%;
  height: 37%;
  position: absolute;
  top: 4px;
  left: 2px;
  background-color: #fff;
  /*伸びる背景色の設定*/
  z-index: -1;
}

.bgLRextend03::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  width: 83%;
  height: 37%;
  position: absolute;
  top: 65px;
  left: 18px;
  background-color: #fff;
  z-index: -1;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
/*モーダルを開くボタン*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container01,
.modal-container02,
.modal-container03,
.modal-container04 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 160px 20px 20px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}

/*モーダル本体の擬似要素の指定*/
.modal-container01:before,
.modal-container02:before,
.modal-container03:before,
.modal-container04:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container01.active,
.modal-container02.active,
.modal-container03.active,
.modal-container04.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 910px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 8px;
}

/*==// スライダーと文字のwrap //==*/
.slider {
  width: 100%;
  /* スライダーの幅を指定*/
  list-style: none;
}

.hook {
  display: block;
  width: 100%;
  height: 100%;
}

a.anchor01 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

a.anchor02 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1023px) {
  a.anchor02 {
    padding-top: 200px;
    margin-top: -200px;
  }
}

a.anchor03 {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 1023px) {
  a.anchor03 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

a.anchor04 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1023px) {
  a.anchor04 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

a.anchor05 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1023px) {
  a.anchor05 {
    padding-top: 250px;
    margin-top: -250px;
  }
  .top-link__icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.swiper-review {
  width: 100%;
}

.swiper-review .swiper-wrapper {
  display: flex;
}

.swiper-review .swiper-slide {
  width: auto;
}

.swiper-review .swiper-pagination {
  margin-top: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .swiper-review .swiper-slide {
    width: 100%;
  }
}
.swiper-review .swiper-button-prev:after {
  content: none !important;
}

.swiper-review .swiper-button-next:after {
  content: none !important;
}

.swiper-review .swiper-pagination-bullet-active {
  background: #000 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.text-38px {
  font-size: 38px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-38px {
    font-size: 26px !important;
  }
}
.text-40px {
  font-size: 40px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-40px {
    font-size: 28px !important;
  }
}
.text-40px-car-sales {
  font-size: 40px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-40px-car-sales {
    font-size: 24px !important;
  }
}
.text-40px-road-head {
  font-size: 40px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-40px-road-head {
    font-size: 26px !important;
  }
}
.text-40px-road {
  font-size: 40px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-40px-road {
    font-size: 20px !important;
  }
}
.text-56px {
  font-size: 56px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-56px {
    font-size: 36px !important;
  }
}
.text-56px-sp {
  font-size: 56px !important;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .text-56px-sp {
    font-size: 40px !important;
  }
}
.text-20px {
  font-size: 20px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-20px {
    font-size: 16px !important;
  }
}
.text-28px {
  font-size: 28px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-28px {
    font-size: 16px !important;
  }
}
.text-32px {
  font-size: 32px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-32px {
    font-size: 16px !important;
  }
}
.text-32px-sp {
  font-size: 32px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-32px-sp {
    font-size: 24px !important;
  }
}
.text-32px-sp20px {
  font-size: 32px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-32px-sp20px {
    font-size: 20px !important;
  }
}
.text-32px-sp18px {
  font-size: 32px !important;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .text-32px-sp18px {
    font-size: 18px !important;
  }
}

.lh135 {
  line-height: 1.35;
}

.lh15 {
  line-height: 1.5;
}

.lh175 {
  line-height: 1.75;
}

.lh2 {
  line-height: 2;
}

.text-blue0B {
  color: #0ba0c4;
}

.text-green0B {
  color: #02c755;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.underline--yellow, .common-subtitle--01 {
  background: linear-gradient(transparent 70%, #ffd800 0%);
  display: inline;
}
.underline--white, .common-subtitle--02 {
  background: linear-gradient(transparent 90%, #ffffff 0%);
  display: inline;
}

span.aks {
  display: inline-block;
}

.three-reason-title {
  position: relative;
  display: inline-block;
  border: 3px solid black;
  background-color: white;
  padding: 1rem 40px;
  font-weight: bold;
  font-size: 40px;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .three-reason-title {
    font-size: 20px;
    line-height: 1.6;
  }
  .three-reason-title .strong-letter--yellow {
    font-size: 40px;
    line-height: 1.5;
    -webkit-text-stroke: 5px #000;
    text-stroke: 5px #000;
    paint-order: stroke;
  }
}

.container--w680 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .container--w680 {
    max-width: 600px;
  }
}
.container--sm {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.container--md, .menu-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container--lg {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container--xl {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.bg-blue0B {
  background-color: #0ba0c4;
}

.bg-gray70 {
  background-color: #dedcd9;
}

.bg-grayF2 {
  background-color: #f2f2f2;
}

.bg-yellowFF {
  background-color: #ffd800;
}

.bg-thin-yellowFF {
  background-color: #fffcea;
}

.bg-grayDE {
  background-color: #dedcd9;
}

.bg-repair {
  background-color: #f2f2f2;
}
.bg-repair::after {
  content: "";
  background-image: url("../../images/tire_exchange/bg-city.png");
  width: 100%;
  display: block;
  height: 210px;
}
@media screen and (max-width: 1023px) {
  .bg-repair::after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100px;
  }
}

.bg-city::after {
  content: "";
  background-image: url("../../images/tire_exchange/bg-city.png");
  width: 100%;
  display: block;
  height: 210px;
}
@media screen and (max-width: 1023px) {
  .bg-city::after {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
  }
}

.bg-new-car--yellow {
  background: linear-gradient(to right, #fff 30%, #ffd800 30%, #ffd800 70%);
}
@media screen and (max-width: 1023px) {
  .bg-new-car--yellow {
    background: linear-gradient(to bottom, #fff 30%, #ffd800 30%, #ffd800 70%);
  }
}
.bg-new-car--gray {
  background: linear-gradient(to right, #f2f2f2 70%, #fff 30%, #fff 70%);
}
@media screen and (max-width: 1023px) {
  .bg-new-car--gray {
    background: linear-gradient(to bottom, #fff 30%, #f2f2f2 30%, #f2f2f2 70%);
  }
}

.bg-diagonal--gray {
  background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 3px, #f2f2f2 0, #f2f2f2 16px);
}
.bg-diagonal--yellow {
  background: repeating-linear-gradient(-45deg, #ffd800, #ffd800 18px, #fcdf3e 0, #fcdf3e 22px);
}
.bg-diagonal--yellow2 {
  background: repeating-linear-gradient(-45deg, #ffd800, #ffd800 15px, #ffe556 0, #ffe556 18px);
}

.border-b-yellow {
  border-bottom: 4px solid #ffd800;
}

.border-b-gray {
  border-bottom: 4px solid #f2f2f2;
}

.border-l-yellow {
  border-left: 4px solid #ffd800;
}

.border-r-yellow {
  border-right: 4px solid #ffd800;
}

.border-r-dashed-white {
  border-right: 4px dashed white;
}

.border-yellow {
  border: 3px solid #ffd800;
}

.border-b-yellow-bold::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffd800;
  margin-top: -6px;
}

.border-b-yellow-marker {
  background: linear-gradient(transparent 72%, #ffd800 0%);
}

.max-width-280 {
  max-width: 280px;
}
.max-width-350 {
  max-width: 350px;
}
.max-width-380 {
  max-width: 380px;
}
.max-width-480 {
  max-width: 480px;
}
.max-width-800 {
  max-width: 800px;
}
.max-width-820 {
  max-width: 820px;
}
.max-width-784 {
  max-width: 784px;
}
.max-width-864 {
  max-width: 864px;
}
.max-width-1080 {
  max-width: 1080px;
}
.max-width-1228 {
  max-width: 1228px;
}
.max-width-1520 {
  max-width: 1520px;
}

.leading-wider {
  line-height: 1.75;
}

.keyImg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .keyImg {
    height: 280px;
  }
}
.keyImg__txt {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.keyImg__txt--main {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .keyImg__txt--main {
    font-size: 32px;
  }
}
.keyImg__txt--sub {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .keyImg__txt--sub {
    font-size: 14px;
  }
}

.bottom-triangle::after, .menu-item__panel::after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 18px solid #000000;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-180deg);
}
@media screen and (max-width: 1023px) {
  .bottom-triangle::after, .menu-item__panel::after {
    border-right: 9px solid transparent;
    border-bottom: 15px solid #000000;
    border-left: 9px solid transparent;
    bottom: -16px;
  }
}

.strong-letter--yellow {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: #ffd800;
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
  paint-order: stroke;
}
.strong-letter--yellow--noto {
  font-family: "Noto Sans JP", sans-serif;
}

.strong-letter--yellow--rs {
  font-size: 60px;
  font-weight: 900;
  color: #ffd800;
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
  paint-order: stroke;
}

.box-shadow, .case-title, .after-flow__title, .eight-merit__box, .acc-bike__about, .acc-step__attime--inner, .three-reason-title {
  box-shadow: 3px 3px 0px 0px black;
}

@media screen and (max-width: 1023px) {
  .vertical-rl--sp {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    min-height: 10rem;
    display: block;
    width: 100%;
  }
}

.btn-arrow {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.btn-arrow::before {
  content: "";
  display: block;
  background-color: black;
  width: 80px;
  height: 5px;
  position: absolute;
  right: -100px;
  bottom: 0px;
}
.btn-arrow::after {
  content: "";
  display: block;
  background-color: black;
  width: 35px;
  height: 5px;
  position: absolute;
  right: -102px;
  bottom: 11px;
  transform: rotate(-145deg);
}

.superscript {
  font-size: 0.8em;
  vertical-align: super;
}

.menu-list {
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 1rem;
}
@media screen and (max-width: 1023px) {
  .menu-list {
    flex-wrap: wrap;
  }
}
.menu-item {
  padding: 8px;
}
@media screen and (max-width: 1023px) {
  .menu-item {
    padding: 2px;
  }
}
.menu-item__panel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid black;
  border-radius: 0.75rem;
  background-color: white;
  padding: 20px 12px;
  width: 220px;
  height: 220px;
}
@media (max-width: 1200px) {
  .menu-item__panel {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .menu-item__panel {
    width: 104px;
    height: 104px;
    padding: 10px 8px;
    border: 2px solid black;
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-item__panel::after {
    bottom: -16px;
  }
}
@media (max-width: 768px) {
  .menu-item__icon {
    max-width: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .underline-title-icon {
    width: 33px;
    height: 32px;
  }
}

.border-3 {
  border-width: 3px;
}

.rentacar-pickup {
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup {
    padding: 0 16px;
  }
}
.rentacar-pickup__title {
  line-height: 1.35;
}
.rentacar-pickup__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  width: 252px;
  border-bottom: 8px solid #fff;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 0.75;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__subtitle {
    width: 210px;
    font-size: 20px;
  }
}
.rentacar-pickup__img {
  border: 2px solid #fff;
  transition: 0.5s;
}
.rentacar-pickup__img:hover {
  filter: brightness(50%);
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__img:hover {
    filter: none;
    pointer-events: none;
  }
}
.rentacar-pickup__img-wrap {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 0;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__img-wrap {
    display: block;
    width: 100%;
  }
}
.rentacar-pickup__img-container {
  width: 47.9166666667%;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__img-container {
    width: 328px;
    margin: 0 auto;
  }
  .rentacar-pickup__img-container:last-child {
    margin: 48px auto 0;
  }
}
.rentacar-pickup__img-item {
  position: relative;
}
.rentacar-pickup__img-item .hover-mask {
  align-items: center;
  /* テキストの中央揃え */
  background: rgba(0, 0, 0, 0.5);
  /* マスクの色(黒の50%) */
  bottom: 0;
  color: #fff;
  /* テキストの色 */
  display: flex;
  /* テキストの中央揃え */
  height: auto;
  justify-content: center;
  /* テキストの中央揃え */
  left: 0;
  opacity: 0;
  /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__img-item .hover-mask {
    background: none;
    display: none;
  }
}
.rentacar-pickup__img-item .hover-mask:hover {
  opacity: 1;
  /* hoverしたら透過しない(表示させる) */
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__img-item .hover-mask:hover {
    pointer-events: none;
  }
}
.rentacar-pickup__btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56px auto 0;
  width: 256px;
}
@media screen and (max-width: 1023px) {
  .rentacar-pickup__btn-wrap {
    margin: 32px auto 0;
    width: 198px;
  }
}
.rentacar__btn-wrap {
  display: flex;
  justify-content: center;
}

.al-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  padding: 0 0 0 40px;
  background-color: #ffd800;
  z-index: 1000;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .al-logo {
    display: none;
  }
}

.common-subtitle--01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  margin: 0 auto;
  letter-spacing: 2px;
  padding-bottom: 3px;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .common-subtitle--01 {
    font-size: 20px;
    padding-bottom: 1px;
    line-height: 1.75;
  }
}
.common-subtitle--02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
  margin: 0 auto;
  letter-spacing: 2px;
  padding-bottom: 3px;
  display: inline;
}
@media screen and (max-width: 1023px) {
  .common-subtitle--02 {
    font-size: 20px;
    padding-bottom: 1px;
    line-height: 1.75;
  }
}

.tire-purchase__hero {
  background-image: url("../../images/tire_exchange/purchase_hero.webp");
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}

.tire-exchange__hero {
  background-image: url("../../images/tire_exchange/exchange_hero.webp");
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}
.tire-exchange__trouble__container {
  max-width: 1088px;
  gap: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container {
    display: block;
  }
}
.tire-exchange__trouble__container__pdf {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__pdf {
    margin: 0 auto 32px;
  }
}
.tire-exchange__trouble__container__pdf__img {
  display: block;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__pdf__img {
    margin: 0 auto 24px;
  }
}
.tire-exchange__trouble__container__pdf .roadservice-btn {
  display: block;
  text-align: center;
  color: #191919;
  border: 3px solid #191919;
  border-radius: 42px;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
  box-shadow: 3px 3px 0 #191919;
  transition: 0.1s;
  width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__pdf .roadservice-btn {
    width: 174px;
  }
}
.tire-exchange__trouble__container__pdf .roadservice-btn:hover {
  color: #fff;
}
.tire-exchange__trouble__container__pdf .roadservice-btn .link-btn {
  position: relative;
  z-index: 9;
  padding: 16px 78px 16px 48px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__pdf .roadservice-btn .link-btn {
    padding: 14px 54px 14px 36px;
    font-size: 16px;
  }
}
.tire-exchange__trouble__container__pdf .roadservice-btn .link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../../images/roadservice/to_other_window.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 5;
  transition: 0.1s;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__pdf .roadservice-btn .link-btn::after {
    top: 22px;
    right: 36px;
    width: 12px;
    height: 10px;
  }
}
.tire-exchange__trouble__container__pdf .link-btn:hover:after {
  background-image: url(../../images/roadservice/to_other_window_hover.webp);
}
.tire-exchange__trouble__container__explan {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__explan {
    margin: 0 auto;
  }
}
.tire-exchange__trouble__container__explan__head {
  font-size: 40px;
  padding: 0 0 16px 0;
  margin: 0 0 40px 0;
  line-height: 1.5;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__explan__head {
    font-size: 28px;
    padding: 0 0 16px 0;
    margin: 0 0 20px 0;
  }
}
.tire-exchange__trouble__container__explan__text {
  font-size: 20px;
  margin: 0 0 32px 0;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__explan__text {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
.tire-exchange__trouble__container__explan__source {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .tire-exchange__trouble__container__explan__source {
    font-size: 13px;
  }
}
.tire-exchange__trouble__container__explan__source__link {
  text-decoration: underline;
}
.tire-exchange-price-table, .tire-exchange-price-table--mini {
  width: 100%;
  border-radius: 10px;
  border: 4px solid #ffd800;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  text-align: center;
}
.tire-exchange-price-table .last-row th, .tire-exchange-price-table--mini .last-row th,
.tire-exchange-price-table .last-row td,
.tire-exchange-price-table--mini .last-row td {
  border-bottom: none;
}
.tire-exchange-price-table__inch {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .tire-exchange-price-table__inch {
    font-size: 16px;
  }
}
.tire-exchange-price-table--mini {
  width: auto;
}
.tire-exchange-price-table--mini .tire-exchange-price-table__th,
.tire-exchange-price-table--mini .tire-exchange-price-table__td {
  padding: 0.25rem 1rem;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .tire-exchange-price-table--mini .tire-exchange-price-table__th,
  .tire-exchange-price-table--mini .tire-exchange-price-table__td {
    font-size: 16px;
  }
}
.tire-exchange-price-table__th, .tire-exchange-price-table__td {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 4px solid #ffd800;
  border-bottom: 4px solid #ffd800;
}
@media screen and (max-width: 1023px) {
  .tire-exchange-price-table__th, .tire-exchange-price-table__td {
    font-size: 16px;
  }
}
.tire-exchange-price-table__th:last-child, .tire-exchange-price-table__td:last-child {
  border-right: none;
}
.tire-exchange-price-table__th.no-price, .tire-exchange-price-table__td.no-price {
  position: relative; /* 擬似要素を配置するために必須 */
}
.tire-exchange-price-table__th.no-price::after, .tire-exchange-price-table__td.no-price::after {
  content: ""; /* 擬似要素には content プロパティが必須 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 左上から右下への斜線 */
  background: linear-gradient(to bottom right, transparent calc(50% - 2px), #ffd800 calc(50% - 2px), #ffd800 calc(50% + 2px), transparent calc(50% + 2px));
  pointer-events: none; /* マウスイベントが下の要素に透過するようにする */
}
.tire-exchange-price-table__th {
  background-color: #fffcea;
  border-bottom: 4px solid #ffd800;
  border-right: 4px solid #ffd800;
}
.tire-exchange-price-table__td {
  border-bottom: 4px solid #ffd800;
  border-right: 4px solid #ffd800;
}
.tire-exchange-price-table__td:last-child {
  border-radius: 0 18px 0 0;
}
.tire-exchange-law {
  max-width: 760px;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #ffd800;
  border-collapse: separate;
  border-spacing: 0;
}

.tire-storage__hero {
  background-image: url("../../images/tire_exchange/storage_hero.webp");
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}
.tire-storage__contact {
  border-bottom: 3px solid #ffd800;
}
.tire-storage .seven-merit__wrap {
  max-width: 260px;
}
.tire-storage .seven-merit__box {
  max-width: 242px;
  padding: 0.75rem 0.25rem;
  line-height: 1.25;
  text-align: center;
}
.tire-storage .seven-merit__box .strong-letter--yellow {
  position: static;
}

.tire-change__hero {
  background-image: url("../../images/tire_exchange/change_hero.webp");
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}

.repair__hero {
  background-image: url("../../images/tire_exchange/repair_hero.webp");
  padding-top: 55%;
  background-size: cover;
  background-position: center;
}

.contact-area {
  max-width: 800px;
  width: 100%;
  border: 3px solid #191919;
  border-radius: 10px;
}

.acc-step {
  position: relative;
}
.acc-step__item {
  position: relative;
}
.acc-step__item::before {
  content: "";
  height: 4px;
  background-color: #ffd800;
  width: 100%;
  display: block;
  position: absolute;
  right: -6rem;
  top: 43%;
}
@media screen and (max-width: 1023px) {
  .acc-step__item::before {
    right: initial;
    top: initial;
    bottom: -4rem;
    transform: rotate(90deg);
  }
}
.acc-step__item:nth-child(3)::before {
  display: none;
}
.acc-step__item::after {
  position: absolute;
  right: -4rem;
  top: 30%;
}
@media screen and (max-width: 1023px) {
  .acc-step__item::after {
    top: initial;
    right: initial;
    bottom: -4rem;
    left: calc(50% + 2rem);
  }
}
.acc-step__item:nth-child(1)::after {
  content: "連絡";
  font-size: 24px;
}
.acc-step__item:nth-child(2)::after {
  content: "要請";
  font-size: 24px;
}
.acc-step__number {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-stroke: 3px #191919;
  -webkit-text-stroke: 3px #191919;
  overflow: hidden;
  position: absolute;
  top: -31px;
  z-index: 2;
}
.acc-step__figure {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .acc-step__figure {
    background-color: white;
    padding-bottom: 1rem;
  }
}
.acc-step__figure--1:after {
  content: "";
  background-image: url("../../images/roadservice/step1_message.png");
  display: block;
  padding-top: 37%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -4rem;
  top: -1rem;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .acc-step__figure--1:after {
    right: -2rem;
    max-width: 130px;
    padding-top: 23%;
  }
}
.acc-step__message {
  font-size: 32px;
  line-height: 3.8rem;
}
@media screen and (max-width: 1023px) {
  .acc-step__message {
    font-size: 24px;
    line-height: 1.5;
  }
}
.acc-step__message--large-text {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .acc-step__message--large-text {
    font-size: 24px;
  }
}
.acc-step__detail {
  position: relative;
}
.acc-step__detail::before {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 50px solid #000;
  border-left: 40px solid transparent;
  position: absolute;
  top: -51px;
  right: 15%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1023px) {
  .acc-step__detail::before {
    border-right: 20px solid transparent;
    border-bottom: 30px solid #000;
    border-left: 20px solid transparent;
    position: absolute;
    top: -31px;
    right: 0;
  }
}
.acc-step__detail::after {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 50px solid #fff;
  border-left: 40px solid transparent;
  position: absolute;
  top: -45px;
  right: 15%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1023px) {
  .acc-step__detail::after {
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 20px solid transparent;
    top: -26px;
    right: 0;
  }
}
.acc-step__attime {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.acc-step__attime--inner {
  position: relative;
  border: 3px solid #000;
  border-radius: 0.75rem;
  max-width: 944px;
  margin: 0 auto;
  width: 100%;
}
.acc-step__attime--inner--list {
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .acc-step__attime--inner--list {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
.acc-step__attime--inner::after {
  content: "";
  position: absolute;
  background-image: url("../../images/roadservice/speech_bubble.webp");
  background-size: contain;
  width: 348px;
  height: 212px;
  top: -128px;
  left: -168px;
}
@media screen and (max-width: 1280px) {
  .acc-step__attime--inner::after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 216px;
    height: 131px;
    top: -67px;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .acc-step__attime--inner::after {
    top: -108px;
    left: 0;
  }
}
.acc-bike {
  position: relative;
  max-width: 1122px;
  width: 100%;
  margin: 0 auto;
}
.acc-bike__about {
  position: relative;
  border: 3px solid #000;
  border-radius: 0.75rem;
  margin: 0 auto;
  width: 100%;
}
.merit-container {
  max-width: 1088px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.eight-merit__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .eight-merit__item {
    flex-wrap: wrap;
  }
}
.eight-merit__box {
  border: 3px solid #000;
  border-radius: 0.75rem;
  padding: 0.5rem;
  font-weight: bold;
  position: relative;
  max-width: 152px;
  width: 100%;
  margin-right: 45px;
}
@media screen and (max-width: 1023px) {
  .eight-merit__box {
    margin-right: 0;
  }
}
.eight-merit__box .strong-letter--yellow {
  font-size: 45px;
  position: absolute;
  top: 9px;
  right: 11px;
}
@media screen and (max-width: 1023px) {
  .eight-merit__box .strong-letter--yellow {
    font-size: 40px;
    position: absolute;
    top: 7px;
    right: 15px;
  }
}
.eight-merit__title {
  font-size: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .eight-merit__title {
    font-size: 22px;
    display: inline;
    line-height: 1.75;
  }
}
.after-flow__detail {
  padding: 1rem 1rem 1rem 2rem;
}
@media screen and (max-width: 1023px) {
  .after-flow__detail {
    padding: 0;
  }
}
.after-flow__detail .strong-letter--yellow {
  margin-right: 0.5rem;
}
.after-flow__detail:nth-child(1) .strong-letter--yellow {
  margin-right: 0;
}
.after-flow__title {
  font-size: 40px;
  line-height: 1.5;
  padding: 16px 40px;
}
@media screen and (max-width: 1250px) {
  .after-flow__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .after-flow__title {
    font-size: 28px;
  }
}
.after-flow__list {
  max-width: 1266px;
  width: 100%;
  margin: auto;
}
.after-flow__item {
  border: 3px solid black;
  border-radius: 0.75rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  background-color: white;
  margin-bottom: 5rem;
  position: relative;
}
.after-flow__item:nth-child(even) {
  flex-direction: row-reverse;
}
.after-flow__item:nth-child(even) .after-flow__detail {
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (max-width: 1023px) {
  .after-flow__item:nth-child(even) .after-flow__detail {
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  .after-flow__item {
    flex-wrap: wrap;
    padding: 18px;
  }
}
.after-flow__item:last-child::after {
  display: none;
}
.after-flow__item::after {
  content: "";
  border-right: 75px solid transparent;
  border-top: 45px solid #000;
  border-left: 75px solid transparent;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translate(-50%, 0);
}
.after-flow__item-title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .after-flow__item-title {
    font-size: 23px;
  }
}
.after-flow__item-title-wrap {
  line-height: 1.25rem;
}
@media screen and (max-width: 1250px) {
  .after-flow__item-title-wrap {
    line-height: 1.8rem;
  }
}
.after-flow__item-support {
  background-color: #fffcea;
}
@media screen and (max-width: 1250px) {
  .after-flow__item .strong-letter--yellow {
    display: block;
    margin-bottom: 1rem;
    font-size: 48px;
  }
}

.rescue-title {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .rescue-title {
    font-size: 28px;
  }
}

.license-title {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .license-title {
    font-size: 28px;
  }
}

.number {
  position: relative;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .number {
    max-width: 352px;
    width: 100%;
    margin: 0 auto;
  }
}
.number--green::after, .number--white::after {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: #4ba754;
  position: absolute;
  top: -44px;
  left: -44px;
}
@media screen and (max-width: 1023px) {
  .number--green::after, .number--white::after {
    width: 44px;
    height: 44px;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: #4ba754;
    position: absolute;
    top: -8px;
    left: -8px;
  }
}
.number--white::after {
  background-color: white;
}

.case-title {
  display: block;
  margin-bottom: -1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .case-title {
    margin-bottom: -0.5rem;
  }
}
.case-title .strong-letter--yellow {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .case-title .strong-letter--yellow {
    font-size: 32px;
    -webkit-text-stroke: 1.5px #000;
    text-stroke: 1.5px #000;
  }
}

@media (min-width: 960px) {
  .faq-item__wrap {
    min-height: 500px;
  }
}
.faq-item__mark {
  position: absolute;
  right: 0rem;
  top: 1rem;
}
@media screen and (max-width: 1023px) {
  .faq-item__mark {
    right: 1.5rem;
    top: 50%;
  }
}
.faq-item__mark::before {
  content: "";
  display: block;
  height: 6px;
  color: white;
  width: 40px;
  background-color: white;
}
@media screen and (max-width: 1023px) {
  .faq-item__mark::before {
    position: absolute;
    width: 25px;
    height: 4px;
    top: -2px;
  }
}
.faq-item__mark::after {
  content: "";
  display: block;
  height: 6px;
  color: white;
  width: 40px;
  background-color: white;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 1023px) {
  .faq-item__mark::after {
    width: 25px;
    height: 4px;
    top: -2px;
  }
}
.faq-item__mark--active::after {
  display: none;
}
.faq-item__mark--answer {
  font-size: 40px;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .faq-item__mark--answer {
    font-size: 24px;
  }
}
.faq-item__mark--question {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .faq-item__mark--question {
    font-size: 24px;
  }
}

.all-one-service {
  margin: 0 auto;
  width: 25%;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .all-one-service {
    width: 144px;
  }
}

.visit-title {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .visit-title {
    font-size: 21px;
  }
}

.available-service-title {
  font-size: 32px;
  border-bottom: 11px solid #ffd800;
  line-height: 15px;
}
@media screen and (max-width: 1023px) {
  .available-service-title {
    font-size: 24px;
  }
}

.partnership-contact-btn {
  padding: 16px 48px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .partnership-contact-btn {
    padding: 12px 36px;
    font-size: 24px;
  }
}

.car-table-img-max-w-pc {
  max-width: 264px;
}

.car-table-img-max-w-sp {
  max-width: 118px;
}

.car-table-info-max-w {
  max-width: 517px;
}

.maintenance-table {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #ffd800;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}
.maintenance-table__th, .maintenance-table__td {
  padding: 1.25rem;
  font-weight: bold;
  vertical-align: middle;
  border-right: 3px solid #ffd800;
  border-bottom: 3px solid #ffd800;
}
@media screen and (max-width: 1023px) {
  .maintenance-table__th, .maintenance-table__td {
    padding: 0.5rem;
  }
}
.maintenance-table__th:last-child, .maintenance-table__td:last-child {
  border-right: none;
}
.maintenance-table__th {
  background-color: #fffcea;
}
.maintenance-table__td {
  background-color: white;
}
.maintenance-table tr:last-child th,
.maintenance-table tr:last-child td {
  border-bottom: none;
}

.base-work-fee-table, .coating-price-table, .wash-price-table {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #ffd800;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}
.base-work-fee-table__wrap {
  max-width: 605px;
  width: 100%;
  margin: auto;
  background-color: #ffd800;
}
.base-work-fee-table__th, .coating-price-table__th--diagonal, .coating-price-table__th, .wash-price-table__th--diagonal, .wash-price-table__th, .base-work-fee-table__td, .coating-price-table__td, .wash-price-table__td {
  padding: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  border-right: 3px solid #ffd800;
  border-bottom: 3px solid #ffd800;
}
@media screen and (max-width: 1023px) {
  .base-work-fee-table__th, .coating-price-table__th--diagonal, .coating-price-table__th, .wash-price-table__th--diagonal, .wash-price-table__th, .base-work-fee-table__td, .coating-price-table__td, .wash-price-table__td {
    padding: 1rem;
  }
}
.base-work-fee-table__th:last-child, .coating-price-table__th--diagonal:last-child, .coating-price-table__th:last-child, .wash-price-table__th--diagonal:last-child, .wash-price-table__th:last-child, .base-work-fee-table__td:last-child, .coating-price-table__td:last-child, .wash-price-table__td:last-child {
  border-right: none;
}
.base-work-fee-table__th, .coating-price-table__th--diagonal, .coating-price-table__th, .wash-price-table__th--diagonal, .wash-price-table__th {
  background-color: #fffcea;
}
.base-work-fee-table__td, .coating-price-table__td, .wash-price-table__td {
  background-color: white;
}
.base-work-fee-table tr:last-child th, .coating-price-table tr:last-child th, .wash-price-table tr:last-child th,
.base-work-fee-table tr:last-child td,
.coating-price-table tr:last-child td,
.wash-price-table tr:last-child td {
  border-bottom: none;
}

.handling_lineup_triangle {
  position: relative;
}
.handling_lineup_triangle::before {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 50px solid #000;
  border-left: 40px solid transparent;
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translate(-50%, 0);
}
.handling_lineup_triangle::after {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 50px solid #ffd800;
  border-left: 40px solid transparent;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}

.maintenance-menu-title {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .maintenance-menu-title {
    font-size: 10px;
  }
}

.car-exam__fee-table {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ffd800;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  text-align: center;
}
.car-exam__fee-table tr:last-child th,
.car-exam__fee-table tr:last-child td {
  border-bottom: none;
}
.car-exam__fee-td {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #ffd800;
  border-bottom: 1px solid #ffd800;
}
.car-exam__fee-td:last-child {
  border-radius: 0 18px 0 0;
}
@media screen and (max-width: 1023px) {
  .car-exam__fee-td {
    font-size: 16px;
  }
}
.car-exam__fee-td:last-child {
  border-right: none;
}

.wash-price-table {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .wash-price-table {
    font-size: 20px;
  }
}
.wash-price-table__th--diagonal {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ffd800 50%, #ffd800 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.wash-type-description {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .wash-type-description {
    font-size: 16px;
  }
}

.wash-tool-box-item {
  max-width: 340px;
  width: 100%;
}

.coating-price-table {
  font-size: 16px;
  text-align: center;
}
.coating-price-table__th {
  padding: 1rem 0.25rem;
}
.coating-price-table__th--diagonal {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ffd800 50%, #ffd800 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.coating-price-table__td {
  padding: 1rem 0.5rem;
}

.ba-triangle {
  width: 200px;
  height: 56px;
  border-style: solid;
  border-width: 56px 100px 0 100px;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 1023px) {
  .ba-triangle {
    width: 100px;
    height: 28px;
    border-width: 28px 50px 0 50px;
  }
  .recommend-point-title {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    line-height: 1.25 !important;
    border-radius: 24px !important;
    margin-bottom: -4rem;
  }
  .rental-car-list-title {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    line-height: 1.25 !important;
    border-radius: 24px !important;
    margin-bottom: -4rem;
  }
}

.others .img-50 {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.others .container--ld {
  max-width: 1520px;
}
.others .container--dd {
  max-width: 100%;
}
.others .container--sd {
  max-width: 960px;
}
.others .container--md, .others .menu-list {
  max-width: 1088px;
}
.others .text-56px {
  font-size: 56px;
  line-height: 1.25;
}
.others .visit-title {
  font-size: 22px;
  margin-top: 16px;
}
.others .others-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid black;
  border-radius: 0.75rem;
  background-color: white;
  padding: 20px 32px;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1023px) {
  .others .others-links {
    width: 110px;
    height: 115px;
    padding: 10px 0;
  }
}
.others .menu-list {
  max-width: 700px;
}
.others .common-subtitle--01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .others .common-subtitle--01 {
    font-size: 20px;
  }
}
.others .common-subtitle--02 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #191919 !important;
  margin: 0 auto !important;
  letter-spacing: 2px !important;
  display: inline !important;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .others .common-subtitle--02 {
    font-size: 20px !important;
    padding-bottom: 1px !important;
    line-height: 1.75 !important;
  }
}
.others .common-subtitle--03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .others .common-subtitle--03 {
    font-size: 28px;
  }
}
.others .keyImg {
  background-image: url("../../images/others/key_visual.jpg");
}
@media screen and (max-width: 1023px) {
  .others .keyImg {
    background-image: url("../../images/others/key_visual_sp.jpg");
  }
}

.purchase .img-50 {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.purchase .container--ld {
  max-width: 1520px;
}
.purchase .container--dd {
  max-width: 100%;
}
.purchase .container--bd {
  max-width: 880px;
}
.purchase .container--sd {
  max-width: 960px;
}
.purchase .container--md, .purchase .menu-list {
  max-width: 1088px;
}
.purchase .container--kd {
  max-width: 1120px;
}
.purchase .container--xd {
  max-width: 1132px;
}
.purchase .visit-title {
  font-size: 22px;
  margin-top: 16px;
}
.purchase .yk-title br {
  display: none;
}
@media screen and (max-width: 580px) {
  .purchase .yk-title br {
    display: block;
  }
}
.purchase .others-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid black;
  border-radius: 0.75rem;
  background-color: white;
  padding: 20px 32px;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1023px) {
  .purchase .others-links {
    width: 110px;
    height: 115px;
    padding: 10px 0;
  }
}
.purchase .trouble-wrap {
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .purchase .trouble-wrap {
    max-width: unset;
  }
}
.purchase .img-trouble {
  width: 220px;
}
@media screen and (max-width: 1023px) {
  .purchase .img-trouble {
    width: 32.2222222222%;
    max-width: 220px;
    min-width: 116px;
  }
}
.purchase .menu-list {
  max-width: 700px;
}
.purchase .common-subtitle--01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--01 {
    font-size: 20px;
  }
}
.purchase .common-subtitle--02 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #191919 !important;
  margin: 0 auto !important;
  letter-spacing: 2px !important;
  display: inline !important;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--02 {
    font-size: 20px !important;
    padding-bottom: 1px !important;
    line-height: 1.75 !important;
  }
}
.purchase .common-subtitle--03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--03 {
    font-size: 28px;
  }
}
.purchase .keyImg {
  background-image: url("../../images/purchase/key_visual.jpg");
}
@media screen and (max-width: 1023px) {
  .purchase .keyImg {
    background-image: url("../../images/purchase/key_visual.jpg");
  }
}
.purchase .big-text {
  font-size: 108px;
}
@media screen and (max-width: 1023px) {
  .purchase .big-text {
    font-size: 56px;
  }
}
.purchase-text01 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .purchase-text01 {
    font-size: 24px;
  }
}
.purchase-text02 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .purchase-text02 {
    font-size: 28px;
  }
}
.purchase-text03 {
  font-size: 28px !important;
  line-height: 1.25 !important;
}
@media screen and (max-width: 1023px) {
  .purchase-text03 {
    font-size: 24px !important;
  }
}
.purchase-perm-border {
  border: 3px solid #191919;
}
@media screen and (max-width: 580px) {
  .purchase-perm-border {
    width: 100%;
    text-align: center;
    padding: 12px 12px;
  }
}
.purchase .slick-track {
  max-height: 428px;
}
@media screen and (max-width: 1023px) {
  .purchase .slick-track {
    max-height: 366px;
  }
}

.y-underline {
  background: linear-gradient(transparent 75%, #ffd800 0%) !important;
}

.w-underline {
  background: linear-gradient(transparent 75%, #fff 0%) !important;
}

.fz32 {
  font-size: 32px;
}

@media screen and (max-width: 1023px) {
  .sfz28 {
    font-size: 28px;
  }
}

.bg-FFFCEA {
  background-color: #fffcea;
}

.bg-green06 {
  background-color: #06c755;
}

.bg-orangeFF {
  background-color: #ff9900;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.purchase-result-slider .slick-slide {
  height: initial;
}
.purchase-result-slider .slick-dotted.slick-slider {
  margin-bottom: 34px;
}
.purchase-result-slider .slick-dots {
  bottom: -40px;
}
.purchase-result-slider .slick-dots li {
  width: 16px;
}
.purchase-result-slider .slick-dots li button::before {
  font-size: 11px;
}
.purchase-result-slider .slick-dots li.slick-active button::before {
  color: #ffd800;
}
.purchase-result-slider__item {
  margin: 0 0.5rem 0.5rem;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #191919;
  box-shadow: 5px 5px 0px #191919;
}
@media screen and (max-width: 580px) {
  .purchase-result-slider__item h3 {
    font-size: 19px;
  }
}

.purchase-question-title {
  position: absolute;
  z-index: 10;
  padding: 16px 64px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin: 0 0.5rem 0.5rem;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #191919;
  box-shadow: 5px 5px 0px #191919;
}
@media screen and (max-width: 1023px) {
  .purchase-question-title {
    top: -96px;
    width: 100%;
    white-space: normal;
    padding: 24px 20px;
    margin: 0;
  }
}

.purchase-question-num {
  position: absolute;
  z-index: 10;
  width: 72px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 60px;
  top: -53px;
  left: -19px;
  color: #ffd800;
  -webkit-text-stroke: 2px black; /* Safari/Chrome対応のプレフィックス */
  text-stroke: 2px black; /* 通常のプロパティ */
}

.purchase-after-arrow {
  position: absolute;
  content: "";
  background-image: url(../../images/purchase/arrows_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 693px;
  height: 141px;
  top: 280px;
  left: 51%;
  transform: translate(-51%, -50%);
  background-position: center;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .purchase-after-arrow {
    background-image: url(../../images/purchase/arrows_sp.svg);
    width: 18px;
    height: 56px;
    top: 172px;
  }
}

.centered-text {
  align-items: center; /* 縦方向に中央に配置する */
}

.purchase-after-box {
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .purchase-after-box {
    width: 248px;
  }
}

.purchase-sdgs-container {
  max-width: 672px;
}

.purchase-sdgs-box {
  width: 288px;
  margin: 0 auto;
}

.purchase-resourse {
  content: "";
  margin: 0 auto;
  background-image: url(../../images/purchase/resource_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 760px;
  height: 560px;
  background-position: center;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .purchase-resourse {
    width: 100%;
    height: 248px;
  }
}

.balloon {
  position: relative;
  border: 3px solid #000;
}

.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.balloon:before {
  top: -50px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 0 40px 50px 40px;
}

.balloon:after {
  top: -47px;
  border-style: solid;
  border-color: transparent transparent #ffd800 transparent;
  border-width: 2px 37px 46px 37px;
  z-index: 10;
}

.roadservice-ng {
  padding: 0 2px;
}
.roadservice-case {
  margin: 0 auto;
  max-width: 800px;
}
.roadservice-case-number {
  position: relative;
  z-index: 10;
}
.roadservice-case-container-up {
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  border-bottom: #ffd800 4px solid;
  position: relative;
}
.roadservice-case-container-up::after {
  position: absolute;
  content: "";
  border-right: 20px solid transparent;
  border-top: 16px solid #ffd800;
  border-left: 20px solid transparent;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1023px) {
  .roadservice-case-container-up::after {
    border-right: 18px solid transparent;
    border-top: 14px solid #ffd800;
    border-left: 18px solid transparent;
    bottom: -17px;
  }
}
.roadservice-case-container-down {
  letter-spacing: 1px;
  border-radius: 0 0 8px 8px;
  background: #fffcea;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .roadservice-case-container-down {
    line-height: 1.5;
  }
}
.roadservice-line {
  padding: 24px;
  border-radius: 8px;
  background: #fffcea;
}
@media screen and (max-width: 1023px) {
  .roadservice-line {
    padding: 16px;
  }
}
.roadservice-line-btn {
  position: relative;
  border-radius: 12px;
  border: #191919 solid 3px;
  background: #06c755;
  max-width: 320px;
  margin: 20px auto 8px;
  transition: 0.2s;
  cursor: pointer;
}
.roadservice-line-btn-text {
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .roadservice-line-btn-text {
    padding: 0 0 0 28px;
  }
}
.roadservice-line-btn-text::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../images/roadservice/line_icon.webp");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .roadservice-line-btn-text::after {
    left: -16px;
  }
}
.roadservice-line-btn:hover {
  transform: scale(1.1); /* 拡大 */
}
.roadservice-bike-img {
  max-width: 352px;
  display: block;
  width: 100%;
}
#insurance .container--md, #insurance .menu-list {
  position: relative;
}
#insurance .container--md:before, #insurance .menu-list:before {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 35px solid #000;
  border-left: 40px solid transparent;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate(-50%, 0);
}
#insurance .container--md:after, #insurance .menu-list:after {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 35px solid #ffd800;
  border-left: 40px solid transparent;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0);
}

.purchase .img-50 {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.purchase .container--ld {
  max-width: 1520px;
}
.purchase .container--dd {
  max-width: 100%;
}
.purchase .container--bd {
  max-width: 880px;
}
.purchase .container--sd {
  max-width: 960px;
}
.purchase .container--md, .purchase .menu-list {
  max-width: 1088px;
}
.purchase .container--kd {
  max-width: 1120px;
}
.purchase .container--xd {
  max-width: 1132px;
}
.purchase .visit-title {
  font-size: 22px;
  margin-top: 16px;
}
.purchase .yk-title br {
  display: none;
}
@media screen and (max-width: 580px) {
  .purchase .yk-title br {
    display: block;
  }
}
.purchase .others-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid black;
  border-radius: 0.75rem;
  background-color: white;
  padding: 20px 32px;
  width: 220px;
  height: 220px;
}
@media screen and (max-width: 1023px) {
  .purchase .others-links {
    width: 110px;
    height: 115px;
    padding: 10px 0;
  }
}
.purchase .trouble-wrap {
  max-width: 1220px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .purchase .trouble-wrap {
    max-width: unset;
  }
}
.purchase .img-trouble {
  width: 220px;
}
@media screen and (max-width: 1023px) {
  .purchase .img-trouble {
    width: 32.2222222222%;
    max-width: 220px;
    min-width: 116px;
  }
}
.purchase .menu-list {
  max-width: 700px;
}
.purchase .common-subtitle--01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--01 {
    font-size: 20px;
  }
}
.purchase .common-subtitle--02 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  color: #191919 !important;
  margin: 0 auto !important;
  letter-spacing: 2px !important;
  display: inline !important;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--02 {
    font-size: 20px !important;
    padding-bottom: 1px !important;
    line-height: 1.75 !important;
  }
}
.purchase .common-subtitle--03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #191919;
  margin: 0 auto;
  letter-spacing: 2px;
  display: inline;
  background: linear-gradient(transparent 70%, #ffd800 0%) !important;
}
@media screen and (max-width: 1023px) {
  .purchase .common-subtitle--03 {
    font-size: 28px;
  }
}
.purchase .big-text {
  font-size: 108px;
}
@media screen and (max-width: 1023px) {
  .purchase .big-text {
    font-size: 56px;
  }
}
.purchase-text01 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .purchase-text01 {
    font-size: 24px;
  }
}
.purchase-text02 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .purchase-text02 {
    font-size: 28px;
  }
}
.purchase-text03 {
  font-size: 28px !important;
  line-height: 1.25 !important;
}
@media screen and (max-width: 1023px) {
  .purchase-text03 {
    font-size: 24px !important;
  }
}
.purchase-perm-border {
  border: 3px solid #191919;
}
@media screen and (max-width: 580px) {
  .purchase-perm-border {
    width: 100%;
    text-align: center;
    padding: 12px 12px;
  }
}
.purchase .slick-track {
  max-height: 428px;
}
@media screen and (max-width: 1023px) {
  .purchase .slick-track {
    max-height: 366px;
  }
}

.y-underline {
  background: linear-gradient(transparent 75%, #ffd800 0%) !important;
}

.w-underline {
  background: linear-gradient(transparent 75%, #fff 0%) !important;
}

.fz32 {
  font-size: 32px;
}

@media screen and (max-width: 1023px) {
  .sfz28 {
    font-size: 28px;
  }
}

.bg-FFFCEA {
  background-color: #fffcea;
}

.bg-green06 {
  background-color: #06c755;
}

.bg-orangeFF {
  background-color: #ff9900;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.purchase-result-slider .slick-slide {
  height: initial;
}
.purchase-result-slider .slick-dotted.slick-slider {
  margin-bottom: 34px;
}
.purchase-result-slider .slick-dots {
  bottom: -40px;
}
.purchase-result-slider .slick-dots li {
  width: 16px;
}
.purchase-result-slider .slick-dots li button::before {
  font-size: 11px;
  color: #fff;
  opacity: 1;
}
.purchase-result-slider .slick-dots li.slick-active button::before {
  color: #000;
}
.purchase-result-slider__item {
  margin: 0 0.5rem 0.5rem;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #191919;
  box-shadow: 5px 5px 0px #191919;
}
@media screen and (max-width: 580px) {
  .purchase-result-slider__item h3 {
    font-size: 19px;
  }
}

.centered-text {
  align-items: center; /* 縦方向に中央に配置する */
}

.purchase-after-box {
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .purchase-after-box {
    width: 248px;
  }
}

.purchase-sdgs-container {
  max-width: 672px;
}

.purchase-sdgs-box {
  width: 288px;
  margin: 0 auto;
}

.before-after-slider {
  max-width: 100%;
  /* WebKit向けのつまみ */
  /* Moz向けのつまみ */
  /* Firefoxで点線が周りに表示されてしまう問題の解消 */
}

.before-after-slider__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 2px solid #ffd800;
  z-index: 5;
}

.before-after-slider__before-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.before-after-slider__before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 5px solid #ffd800;
  border-radius: 50%;
  background: #ffd800;
}

.before-after-slider__before::after {
  content: "";
  background: url("../images/bodyrepair/ba-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: -14px;
  width: 24px;
  height: 16px;
  z-index: 2;
}

.before-after-slider__after {
  position: relative;
  z-index: 2;
}

.before-after-slider__after-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.before-after-slider .slider_range {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}

.before-after-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /*  デフォルトのつまみのスタイルを解除 */
  background: #53aeff; /* 背景色 */
  width: 30px;
  height: 30px;
  border-radius: 50%; /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); /* 影 */
}

.before-after-slider input[type=range]::-moz-range-thumb {
  background: #53aeff; /* 背景色 */
  width: 30px;
  height: 30px;
  border-radius: 50%; /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); /* 影 */
  border: none; /* デフォルトの線を消す */
}

.before-after-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.acc-bike {
  position: relative;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
.acc-bike__about {
  position: relative;
  border: 3px solid #000;
  border-radius: 0.75rem;
  margin: 0 auto;
  width: 100%;
}
.link-btn-b:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  background-image: url(../../images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .link-btn-b:after {
    top: 50%;
    right: 20px;
    left: auto;
    width: 16px;
    height: 16px;
  }
}
.link-btn-b.arrow:after {
  background-image: url(../../images/link_arrow_02.svg);
  width: 16px;
  height: 14px;
}
@media screen and (max-width: 1023px) {
  .link-btn-b.arrow:after {
    width: 12px;
    height: 10px;
  }
}
.link-btn-b.arrow:hover:after {
  background-image: url(../../images/link_arrow_01.svg);
}
.link-btn-b:hover:after {
  background-image: url(../../images/icon_link_white.svg);
}

#openModalBtn:hover .text-black {
  color: #fff !important;
}
#openModalBtn:hover img[src*=icon_estimate_btn_white] {
  content: url("../../images/bodyrepair/icon_estimate_btn_black.svg");
}

@media screen and (max-width: 1023px) {
  .bg-city:after {
    height: 70px;
  }
}

.bodyrepair-pointList li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  color: #191919;
  padding-left: 1em;
  text-align: left;
}
.bodyrepair-pointList li span {
  position: relative;
}
.bodyrepair-pointList li span:before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 0;
  background-color: #ffd800;
}
.bodyrepair-pointList-small li {
  font-size: 16px;
}
.bodyrepair-qa-List {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .bodyrepair-qa-List {
    flex-direction: column;
  }
}
.bodyrepair-qa-List > li {
  background-color: white;
  position: relative;
  width: 48%;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #191919;
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .bodyrepair-qa-List > li {
    width: 960px;
    margin: 0 auto 150px;
  }
}
@media screen and (max-width: 1023px) {
  .bodyrepair-qa-List > li {
    width: auto;
    margin: 0 auto 100px;
  }
}
.bodyrepair-qa-List > li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -106px;
  transform: translateX(-50%);
  width: 150px;
  height: 106px;
  background-image: url(../../images/bodyrepair/icon_qa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-qa-List > li:before {
    top: -82px;
    width: 120px;
    height: 80px;
  }
}
.bodyrepair-qa-List > li h3 {
  background-color: #ffd800;
  padding: 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #191919;
  position: relative;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-qa-List > li h3 {
    font-size: 20px;
  }
}
.bodyrepair-qa-List > li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #ffd800 transparent transparent transparent; /* 赤い逆三角形 */
  z-index: 0;
}
.bodyrepair-qa-List > li .content {
  padding: 40px 30px 30px;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-qa-List > li .content {
    padding: 40px 20px 20px;
  }
}
.bodyrepair-price-table {
  flex-direction: row;
  border-radius: 10px;
  border: 3px solid #ffd800;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-price-table {
    width: 100%;
  }
}
.bodyrepair-price-table__tr {
  display: flex; /* 縦配置用 */
  flex-direction: column;
  align-items: stretch; /* 子要素<th>, <td>が均一に高さを伸ばす */
}
@media screen and (max-width: 1023px) {
  .bodyrepair-price-table__tr {
    flex-direction: row;
  }
}
.bodyrepair-price-table__th, .bodyrepair-price-table__td {
  flex: 1; /* 高さを揃えるためにflex-growで均等に拡張 */
  display: flex;
  flex-direction: column;
  align-items: center; /* 垂直方向に中央揃え */
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 3px solid #ffd800;
  border-bottom: 3px solid #ffd800;
  line-height: 1.5;
  justify-content: center; /* 水平方向に中央揃え */
}
@media screen and (max-width: 1023px) {
  .bodyrepair-price-table__th, .bodyrepair-price-table__td {
    font-size: 16px;
  }
}
.bodyrepair-price-table__th .tax, .bodyrepair-price-table__td .tax {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.bodyrepair-price-table__th {
  background-color: #fffcea;
  border-bottom: 3px solid #ffd800;
  border-right: 3px solid #ffd800;
}
.bodyrepair-price-table__th.last-row {
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-price-table__th.last-row {
    border-bottom: none;
    border-right: 3px solid #ffd800;
  }
}
.bodyrepair-price-table__td {
  border-bottom: none;
  border-right: 3px solid #ffd800;
}
@media screen and (max-width: 1023px) {
  .bodyrepair-price-table__td {
    border-bottom: 3px solid #ffd800;
    border-right: none;
  }
}
.bodyrepair-price-table__td.last-row {
  border-right: none;
  border-bottom: none;
}
.bodyrepair-law {
  max-width: 760px;
  width: 100%;
  border-radius: 10px;
  border: 3px solid #ffd800;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .link-btn:after {
    top: 50%;
  }
}

.btn-option {
  padding: 12px 16px;
  border: 2px solid #b2b2b2;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .btn-option {
    padding: 8px 8px;
  }
}

.btn-option:hover {
  opacity: 0.8;
}

.btn-option.active {
  border-color: #ffd800;
  background: #fffcea;
  color: #000;
}

.btn-option.red {
  border-color: #e22f00;
  background: #ffe8e2;
}
.btn-option.red.active {
  border-color: #e22f00;
  background: #ffe8e2;
}

.btn-option.orange {
  border-color: #ffd800;
  background: #fffcea;
}
.btn-option.orange.active {
  border-color: #ffd800;
  background: #fffcea;
}

.btn-option.gray {
  border-color: #b2b2b2;
  background: #f0f0f0;
}
.btn-option.gray.active {
  border-color: #b2b2b2;
  background: #f0f0f0;
}

.btn-option.yellow {
  border-color: #f89d0a;
  background: #ffeccd;
}
.btn-option.yellow.active {
  border-color: #f89d0a;
  background: #ffeccd;
}

.btn-option.active {
  border-color: #ffd800;
  background: #fffcea;
  color: #000;
}
.btn-option.active .checkbox {
  position: relative;
  border: 1px solid #ffd800 !important;
  background-color: #ffd800 !important;
}
.btn-option.active .checkbox:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-image: url(../../images/bodyrepair/icon_check.svg);
}

.price-display {
  font-size: 32px;
  font-weight: bold;
  color: #e22f00;
}

.step-section {
  display: none;
}

.step-section.visible {
  display: block;
}

.result-section {
  display: none;
}

.result-section.visible {
  display: block;
}

#modalOverlay {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#modalOverlay.hidden {
  pointer-events: none;
  opacity: 0;
}

#modalOverlay:not(.hidden) {
  pointer-events: auto;
  opacity: 0.5;
}

#estimateModal > div {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
}

#estimateModal > div.show {
  opacity: 1;
  transform: translateY(0);
}

#estimateModal .bg-white::-webkit-scrollbar {
  width: 8px;
}
#estimateModal .bg-white::-webkit-scrollbar-track {
  background: transparent;
}
#estimateModal .bg-white::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
#estimateModal .bg-white::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#estimateModal .step-section.visible {
  animation: slideUpFadeIn 0.5s ease-out forwards;
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.hover\:bg-\[\#EE0000\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FFD800\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.group:hover .group-hover\:-translate-x-2{
  --tw-translate-x: -0.5rem;
  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));
}
.group:hover .group-hover\:-translate-y-2{
  --tw-translate-y: -0.5rem;
  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));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:-left-8{
    left: -2rem;
  }
  .sm\:-top-3{
    top: -0.75rem;
  }
  .sm\:-top-5{
    top: -1.25rem;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:\!mb-16{
    margin-bottom: 4rem !important;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:\!block{
    display: block !important;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:\!flex{
    display: flex !important;
  }
  .sm\:contents{
    display: contents;
  }
  .sm\:\!hidden{
    display: none !important;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:\!w-\[50\%\]{
    width: 50% !important;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-240{
    width: 240px;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-\[10\%\]{
    width: 10%;
  }
  .sm\:w-\[160px\]{
    width: 160px;
  }
  .sm\:w-\[25\%\]{
    width: 25%;
  }
  .sm\:w-\[30\%\]{
    width: 30%;
  }
  .sm\:w-\[32\%\]{
    width: 32%;
  }
  .sm\:w-\[38px\]{
    width: 38px;
  }
  .sm\:w-\[432px\]{
    width: 432px;
  }
  .sm\:w-\[45\%\]{
    width: 45%;
  }
  .sm\:w-\[47\%\]{
    width: 47%;
  }
  .sm\:w-\[480px\]{
    width: 480px;
  }
  .sm\:w-\[50\%\]{
    width: 50%;
  }
  .sm\:w-\[60\%\]{
    width: 60%;
  }
  .sm\:w-\[calc\(20\%-7\.5px\)\]{
    width: calc(20% - 7.5px);
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-\[640px\]{
    max-width: 640px;
  }
  .sm\: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));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:gap-y-0{
    row-gap: 0px;
  }
  .sm\:gap-y-4{
    row-gap: 1rem;
  }
  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }
  .sm\:overflow-auto{
    overflow: auto;
  }
  .sm\:whitespace-normal{
    white-space: normal;
  }
  .sm\:border-l-\[160px\]{
    border-left-width: 160px;
  }
  .sm\:border-r-\[160px\]{
    border-right-width: 160px;
  }
  .sm\:border-t-\[56px\]{
    border-top-width: 56px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pb-24{
    padding-bottom: 6rem;
  }
  .sm\:pb-28{
    padding-bottom: 7rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pt-32{
    padding-top: 8rem;
  }
  .sm\:pt-8{
    padding-top: 2rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:\!text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[24px\]{
    font-size: 24px;
  }
  .sm\:text-\[28px\]{
    font-size: 28px;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:leading-10{
    line-height: 2.5rem;
  }
  .sm\:leading-9{
    line-height: 2.25rem;
  }
}
@media (min-width: 768px){
  .md\:visible{
    visibility: visible;
  }
  .md\:-left-4{
    left: -1rem;
  }
  .md\:-left-\[160px\]{
    left: -160px;
  }
  .md\:-top-16{
    top: -4rem;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:left-8{
    left: 2rem;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:-ml-8{
    margin-left: -2rem;
  }
  .md\:-mt-10{
    margin-top: -2.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-12{
    margin-left: 3rem;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:mr-3{
    margin-right: 0.75rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:table-cell{
    display: table-cell;
  }
  .md\:table-row-group{
    display: table-row-group;
  }
  .md\:table-row{
    display: table-row;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-48{
    width: 12rem;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-7{
    width: 1.75rem;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-\[100px\]{
    width: 100px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[25\%\]{
    width: 25%;
  }
  .md\:w-\[250px\]{
    width: 250px;
  }
  .md\:w-\[30\%\]{
    width: 30%;
  }
  .md\:w-\[350px\]{
    width: 350px;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[55\%\]{
    width: 55%;
  }
  .md\:w-\[75\%\]{
    width: 75%;
  }
  .md\:w-\[80px\]{
    width: 80px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .md\: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));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .md\:overflow-auto{
    overflow: auto;
  }
  .md\:whitespace-normal{
    white-space: normal;
  }
  .md\:border-b-4{
    border-bottom-width: 4px;
  }
  .md\:p-1{
    padding: 0.25rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-16{
    padding: 4rem;
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-4{
    padding-left: 1rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pr-24{
    padding-right: 6rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pt-36{
    padding-top: 9rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-10{
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:-left-\[240px\]{
    left: -240px;
  }
  .lg\:-top-20{
    top: -5rem;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:\!mb-24{
    margin-bottom: 6rem !important;
  }
  .lg\:\!mb-4{
    margin-bottom: 1rem !important;
  }
  .lg\:\!mb-9{
    margin-bottom: 2.25rem !important;
  }
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-36{
    margin-bottom: 9rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-48{
    margin-bottom: 12rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:ml-2{
    margin-left: 0.5rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-48{
    margin-top: 12rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:\!w-\[960px\]{
    width: 960px !important;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-\[1024px\]{
    width: 1024px;
  }
  .lg\:w-\[1088px\]{
    width: 1088px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[210px\]{
    width: 210px;
  }
  .lg\:w-\[240px\]{
    width: 240px;
  }
  .lg\:w-\[248px\]{
    width: 248px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[720px\]{
    width: 720px;
  }
  .lg\:w-\[780px\]{
    width: 780px;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[90px\]{
    width: 90px;
  }
  .lg\:w-\[920px\]{
    width: 920px;
  }
  .lg\:w-\[960px\]{
    width: 960px;
  }
  .lg\:w-\[986px\]{
    width: 986px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:overflow-x-auto{
    overflow-x: auto;
  }
  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-11{
    padding: 2.75rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pr-5{
    padding-right: 1.25rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-48{
    padding-top: 12rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:\!text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:\!leading-10{
    line-height: 2.5rem !important;
  }
  .lg\:leading-10{
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }
  .xl\:w-\[1084px\]{
    width: 1084px;
  }
  .xl\:w-\[1230px\]{
    width: 1230px;
  }
  .xl\:w-\[1280px\]{
    width: 1280px;
  }
  .xl\:w-\[820px\]{
    width: 820px;
  }
  .xl\:pr-12{
    padding-right: 3rem;
  }
  .xl\:pr-4{
    padding-right: 1rem;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}