@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Old+Mincho&display=swap");

*, ::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.14 | 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;
}

html{
  font-family: YuGothic, Yu Gothic, Yu Gothic Medium, Hiragino Sans, sans-serif;
}

.container{
  width: 100%;
}

@media (min-width: 376px){
  .container{
    max-width: 376px;
  }
}

@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: 1033px){
  .container{
    max-width: 1033px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

@media (min-width: 2560px){
  .container{
    max-width: 2560px;
  }
}

.rainbowFade {
  background-image: linear-gradient(
      to right,
      #eea2a2 0%,
      #bbc1bf 19%,
      #57c6e1 42%,
      #b49fda 79%,
      #7ac5d8 100%
    );
  animation: rainbowFade 2s ease forwards;
  -webkit-background-clip: text;
  background-clip: text;
}

.rainbowFadeWhite {
  background-image: linear-gradient(
      to right,
      #eea2a2 0%,
      #bbc1bf 19%,
      #57c6e1 42%,
      #b49fda 79%,
      #7ac5d8 100%
    );
  animation: rainbowFadeWhite 2s ease forwards;
  -webkit-background-clip: text;
  background-clip: text;
}

.rainbowFadeGray {
  background-image: linear-gradient(
      to right,
      #eea2a2 0%,
      #bbc1bf 19%,
      #57c6e1 42%,
      #b49fda 79%,
      #7ac5d8 100%
    );
  animation: rainbowFadeGray 2s ease forwards;
  -webkit-background-clip: text;
  background-clip: text;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-1\/2{
  bottom: -50%;
}

.-bottom-2{
  bottom: -0.5rem;
}

.-bottom-\[1px\]{
  bottom: -1px;
}

.-bottom-\[2px\]{
  bottom: -2px;
}

.-left-4{
  left: -1rem;
}

.-left-\[1px\]{
  left: -1px;
}

.-right-\[1px\]{
  right: -1px;
}

.-top-2{
  top: -0.5rem;
}

.-top-\[1px\]{
  top: -1px;
}

.-top-\[2px\]{
  top: -2px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-32{
  bottom: 8rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-\[15\%\]{
  bottom: 15%;
}

.bottom-\[32\%\]{
  bottom: 32%;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.left-40{
  left: 10rem;
}

.left-5{
  left: 1.25rem;
}

.left-6{
  left: 1.5rem;
}

.left-9{
  left: 2.25rem;
}

.left-\[-5\.33vw\]{
  left: -5.33vw;
}

.left-\[0\%\]{
  left: 0%;
}

.left-\[10px\]{
  left: 10px;
}

.left-\[2\%\]{
  left: 2%;
}

.left-\[39\%\]{
  left: 39%;
}

.left-\[9\%\]{
  left: 9%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-\[-14\.93vw\]{
  right: -14.93vw;
}

.right-\[1\%\]{
  right: 1%;
}

.right-\[50\%\]{
  right: 50%;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-12{
  top: 3rem;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-7{
  top: 1.75rem;
}

.top-8{
  top: 2rem;
}

.top-\[-64vw\]{
  top: -64vw;
}

.top-\[-66px\]{
  top: -66px;
}

.top-\[19\.5\%\]{
  top: 19.5%;
}

.top-\[3\.2vw\]{
  top: 3.2vw;
}

.top-\[4\%\]{
  top: 4%;
}

.top-\[4\.27vw\]{
  top: 4.27vw;
}

.top-\[40px\]{
  top: 40px;
}

.top-\[48vw\]{
  top: 48vw;
}

.top-\[50\%\]{
  top: 50%;
}

.top-\[54\%\]{
  top: 54%;
}

.top-\[calc\(50\%-2px\)\]{
  top: calc(50% - 2px);
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[10\]{
  z-index: 10;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-6{
  grid-column-start: 6;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-start-1{
  grid-row-start: 1;
}

.m-auto{
  margin: auto;
}

.mx-\[10\%\]{
  margin-left: 10%;
  margin-right: 10%;
}

.mx-\[6\%\]{
  margin-left: 6%;
  margin-right: 6%;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[2\.13vw\]{
  margin-bottom: 2.13vw;
}

.mb-\[2\.67vw\]{
  margin-bottom: 2.67vw;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[2px\]{
  margin-bottom: 2px;
}

.mb-\[3\.47vw\]{
  margin-bottom: 3.47vw;
}

.mb-\[4px\]{
  margin-bottom: 4px;
}

.mb-\[6\.4vw\]{
  margin-bottom: 6.4vw;
}

.mb-\[65px\]{
  margin-bottom: 65px;
}

.ml-0{
  margin-left: 0px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-28{
  margin-left: 7rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-auto{
  aspect-ratio: auto;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.\!h-auto{
  height: auto !important;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1\/2{
  height: 50%;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-3\/4{
  height: 75%;
}

.h-3\/5{
  height: 60%;
}

.h-36{
  height: 9rem;
}

.h-4{
  height: 1rem;
}

.h-4\/5{
  height: 80%;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[10\%\]{
  height: 10%;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[13\.6px\]{
  height: 13.6px;
}

.h-\[15\%\]{
  height: 15%;
}

.h-\[188px\]{
  height: 188px;
}

.h-\[2\.13vw\]{
  height: 2.13vw;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[241px\]{
  height: 241px;
}

.h-\[25\%\]{
  height: 25%;
}

.h-\[28\.8vw\]{
  height: 28.8vw;
}

.h-\[30\%\]{
  height: 30%;
}

.h-\[300\%\]{
  height: 300%;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[31\.82px\]{
  height: 31.82px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[54px\]{
  height: 54px;
}

.h-\[5px\]{
  height: 5px;
}

.h-\[69\%\]{
  height: 69%;
}

.h-\[7\.2px\]{
  height: 7.2px;
}

.h-\[8px\]{
  height: 8px;
}

.h-\[9\.33vw\]{
  height: 9.33vw;
}

.h-\[94\%\]{
  height: 94%;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-lvh{
  height: 100lvh;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-56{
  max-height: 14rem;
}

.max-h-7{
  max-height: 1.75rem;
}

.max-h-\[100vh\]{
  max-height: 100vh;
}

.max-h-\[70vh\]{
  max-height: 70vh;
}

.min-h-\[calc\(var\(--vh\2c 1vh\)_\*100\)\]{
  min-height: calc(var(--vh,1vh) * 100);
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-10{
  width: 2.5rem;
}

.w-10\/12{
  width: 83.333333%;
}

.w-14{
  width: 3.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-36{
  width: 9rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-72{
  width: 18rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[125\%\]{
  width: 125%;
}

.w-\[13\.6px\]{
  width: 13.6px;
}

.w-\[135px\]{
  width: 135px;
}

.w-\[164\%\]{
  width: 164%;
}

.w-\[175\%\]{
  width: 175%;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[19\.48px\]{
  width: 19.48px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[27\%\]{
  width: 27%;
}

.w-\[28\.8vw\]{
  width: 28.8vw;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[4\.8vw\]{
  width: 4.8vw;
}

.w-\[5\.6vw\]{
  width: 5.6vw;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[54px\]{
  width: 54px;
}

.w-\[57\.94vw\]{
  width: 57.94vw;
}

.w-\[62px\]{
  width: 62px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[7\.2px\]{
  width: 7.2px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[86\%\]{
  width: 86%;
}

.w-\[89\.5\%\]{
  width: 89.5%;
}

.w-\[8px\]{
  width: 8px;
}

.w-\[9\.33vw\]{
  width: 9.33vw;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[92\%\]{
  width: 92%;
}

.w-\[96\%\]{
  width: 96%;
}

.w-\[calc\(42\/112\*100\%\)\]{
  width: calc(42 / 112 * 100%);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-\[520px\]{
  max-width: 520px;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-x-\[3px\]{
  --tw-translate-x: -3px;
  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{
  --tw-translate-y: -0.25rem;
  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));
}

.-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));
}

.-translate-y-4{
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[3px\]{
  --tw-translate-y: -3px;
  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-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[3px\]{
  --tw-translate-x: 3px;
  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-0{
  --tw-translate-y: 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));
}

.translate-y-\[0\]{
  --tw-translate-y: 0;
  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-\[3px\]{
  --tw-translate-y: 3px;
  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));
}

@keyframes fadeRainbow{
  0%{
    color: rgba(255, 255, 255, 0.3);
  }

  10%{
    color: #eea2a2;
  }

  19%{
    color: #bbc1bf;
  }

  42%{
    color: #57c6e1;
  }

  79%{
    color: #b49fda;
  }

  92%{
    color: #7ac5d8;
  }

  100%{
    color: white;
  }
}

.animate-fadeRainbow{
  animation: fadeRainbow 3s ease-in-out forwards;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-decimal{
  list-style-type: decimal;
}

.list-none{
  list-style-type: none;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.auto-rows-\[108px\]{
  grid-auto-rows: 108px;
}

.auto-rows-\[416px\]{
  grid-auto-rows: 416px;
}

.auto-rows-\[564px\]{
  grid-auto-rows: 564px;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-rows-11{
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.\!flex-col{
  flex-direction: column !important;
}

.flex-col{
  flex-direction: column;
}

.content-center{
  align-content: center;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.\!justify-center{
  justify-content: center !important;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-24{
  gap: 6rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[11px\]{
  gap: 11px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[2\.13vw\]{
  gap: 2.13vw;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[4\.53vw\]{
  gap: 4.53vw;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-\[22px\]{
  row-gap: 22px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[32px\]{
  border-radius: 32px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-l-\[1px\]{
  border-left-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-\[1px\]{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#4f4f4f\]{
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-service-value-line{
  --tw-border-opacity: 1;
  border-color: rgb(182 183 194 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#010101\]\/70{
  background-color: rgb(1 1 1 / 0.7);
}

.bg-\[\#010101\]\/80{
  background-color: rgb(1 1 1 / 0.8);
}

.bg-\[\#050505\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
}

.bg-\[\#231815\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}

.bg-\[\#232323\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}

.bg-\[\#272727\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}

.bg-\[\#353434\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 52 52 / var(--tw-bg-opacity));
}

.bg-\[\#454444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(69 68 68 / var(--tw-bg-opacity));
}

.bg-\[\#485157\]{
  --tw-bg-opacity: 1;
  background-color: rgb(72 81 87 / var(--tw-bg-opacity));
}

.bg-\[\#4b4b4b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 75 75 / var(--tw-bg-opacity));
}

.bg-\[\#4f4f4f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}

.bg-\[\#525252\]{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#ce7941\]{
  --tw-bg-opacity: 1;
  background-color: rgb(206 121 65 / var(--tw-bg-opacity));
}

.bg-\[\#d9d9d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#f7f8fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}

.bg-\[\#f8f8fb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 251 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-service-content{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

.bg-service-value-content{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-stone-900\/0{
  --tw-gradient-from: rgb(28 25 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-neutral-900{
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-center{
  background-position: center;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.p-2{
  padding: 0.5rem;
}

.p-20{
  padding: 5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[6\%\]{
  padding-left: 6%;
  padding-right: 6%;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[21\.33vw\]{
  padding-top: 21.33vw;
  padding-bottom: 21.33vw;
}

.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.\!pt-\[48vw\]{
  padding-top: 48vw !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.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-36{
  padding-bottom: 9rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-\[13\.33vw\]{
  padding-bottom: 13.33vw;
}

.pb-\[15px\]{
  padding-bottom: 15px;
}

.pb-\[21\.33vw\]{
  padding-bottom: 21.33vw;
}

.pb-\[31px\]{
  padding-bottom: 31px;
}

.pb-\[8px\]{
  padding-bottom: 8px;
}

.pl-0{
  padding-left: 0px;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-44{
  padding-left: 11rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[10\%\]{
  padding-left: 10%;
}

.pl-\[32px\]{
  padding-left: 32px;
}

.pl-\[6\.4vw\]{
  padding-left: 6.4vw;
}

.pl-\[6\.67vw\]{
  padding-left: 6.67vw;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pr-\[6\.4vw\]{
  padding-right: 6.4vw;
}

.pr-\[6px\]{
  padding-right: 6px;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-\[10\%\]{
  padding-top: 10%;
}

.pt-\[1px\]{
  padding-top: 1px;
}

.pt-\[30\.933vw\]{
  padding-top: 30.933vw;
}

.pt-\[31px\]{
  padding-top: 31px;
}

.pt-\[36\.11px\]{
  padding-top: 36.11px;
}

.pt-\[5\%\]{
  padding-top: 5%;
}

.pt-\[6\.4vw\]{
  padding-top: 6.4vw;
}

.pt-\[8px\]{
  padding-top: 8px;
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.font-\[\'Inter\'\]{
  font-family: 'Inter';
}

.font-inter{
  font-family: Inter, sans-serif;
}

.font-yugothic{
  font-family: YuGothic, Yu Gothic, Yu Gothic Medium, Hiragino Sans, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13\.33vw\]{
  font-size: 13.33vw;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[2\.666vw\]{
  font-size: 2.666vw;
}

.text-\[2\.67vw\]{
  font-size: 2.67vw;
}

.text-\[3\.2vw\]{
  font-size: 3.2vw;
}

.text-\[4\.27vw\]{
  font-size: 4.27vw;
}

.text-\[4\.8vw\]{
  font-size: 4.8vw;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[66px\]{
  font-size: 66px;
}

.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-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.not-italic{
  font-style: normal;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[1\.666\]{
  line-height: 1.666;
}

.leading-\[13\.33vw\]{
  line-height: 13.33vw;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[23px\]{
  line-height: 23px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[29px\]{
  line-height: 29px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[36px\]{
  line-height: 36px;
}

.leading-\[57px\]{
  line-height: 57px;
}

.leading-\[82px\]{
  line-height: 82px;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[-0\.03em\]{
  letter-spacing: -0.03em;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#050505\]{
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}

.text-\[\#232323\]{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

.text-\[\#6b6b6b\]{
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}

.text-\[\#919191\]{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-zinc-950{
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-85{
  opacity: 0.85;
}

.opacity-\[12\%\]{
  opacity: 12%;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.outline-1{
  outline-width: 1px;
}

.-outline-offset-1{
  outline-offset: -1px;
}

.outline-offset-\[-0\.50px\]{
  outline-offset: -0.50px;
}

.outline-gray-300{
  outline-color: #d1d5db;
}

.outline-white{
  outline-color: #fff;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.blur-3xl{
  --tw-blur: blur(64px);
  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);
}

.drop-shadow-\[0px_1px_2px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]{
  --tw-drop-shadow: drop-shadow(0px 1px 2px rgba(255,255,255,0.4));
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.grayscale-0{
  --tw-grayscale: grayscale(0);
  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);
}

.filter{
  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);
}

.filter-none{
  filter: none;
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-all{
  transition-property: all;
  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-opacity{
  transition-property: opacity;
  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-0{
  transition-duration: 0s;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.will-change-transform{
  will-change: transform;
}

.\[line-height\:100\%\]{
  line-height: 100%;
}

.\[line-height\:88\.889\%\]{
  line-height: 88.889%;
}

.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}

button{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

button:hover{
  opacity: 0.7;
}

button {
  /* モバイル時にタップして外枠がハイライトされるのを防ぐ */
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@keyframes rainbowFade {
  0% {
    -webkit-background-clip: text;
    color: #05050500;
  }

  12.5% {
    -webkit-background-clip: text;
    color: #05050520;
  }

  25% {
    -webkit-background-clip: text;
    color: #05050540;
  }

  37.5% {
    -webkit-background-clip: text;
    color: #05050560;
  }

  50% {
    -webkit-background-clip: text;
    color: #05050580;
  }

  62.5% {
    -webkit-background-clip: text;
    color: #050505a0;
  }

  75% {
    -webkit-background-clip: text;
    color: #050505c0;
  }

  87.5% {
    -webkit-background-clip: text;
    color: #050505e0;
  }

  100% {
    -webkit-background-clip: text;
    color: #050505ff;
  }
}

@keyframes rainbowFadeWhite {
  0% {
    -webkit-background-clip: text;
    color: #ffffff00;
  }

  12.5% {
    -webkit-background-clip: text;
    color: #ffffff20;
  }

  25% {
    -webkit-background-clip: text;
    color: #ffffff40;
  }

  37.5% {
    -webkit-background-clip: text;
    color: #ffffff60;
  }

  50% {
    -webkit-background-clip: text;
    color: #ffffff80;
  }

  62.5% {
    -webkit-background-clip: text;
    color: #ffffffa0;
  }

  75% {
    -webkit-background-clip: text;
    color: #ffffffc0;
  }

  87.5% {
    -webkit-background-clip: text;
    color: #ffffffe0;
  }

  100% {
    -webkit-background-clip: text;
    color: #ffffffff;
  }
}

@keyframes rainbowFadeGray {
  0% {
    -webkit-background-clip: text;
    color: #6b6b6b00;
  }

  12.5% {
    -webkit-background-clip: text;
    color: #6b6b6b20;
  }

  25% {
    -webkit-background-clip: text;
    color: #6b6b6b40;
  }

  37.5% {
    -webkit-background-clip: text;
    color: #6b6b6b60;
  }

  50% {
    -webkit-background-clip: text;
    color: #6b6b6b80;
  }

  62.5% {
    -webkit-background-clip: text;
    color: #6b6b6ba0;
  }

  75% {
    -webkit-background-clip: text;
    color: #6b6b6bc0;
  }

  87.5% {
    -webkit-background-clip: text;
    color: #6b6b6be0;
  }

  100% {
    -webkit-background-clip: text;
    color: #6b6b6bff;
  }
}

.hamburger-icon{
  display: flex;
  width: 0.75rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4px;
}

.hamburger-icon .line{
  height: 2px;
  width: 13.5px;
}

/* Footerのデザイン */

.footer-content-position {
  /* x方向のポジション調節 */
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px){
  .footer-content-position{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px){
  .footer-content-position{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px){
  .footer-content-position{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .footer-content-position{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  .footer-content-position{
    padding-left: 108px;
    padding-right: 108px;
  }
}

.footer-content-position {
  /* y方向のポジション調節 */
  padding-top: 3rem;
  padding-bottom: 10rem;
}

@media (min-width: 640px){
  .footer-content-position{
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 768px){
  .footer-content-position{
    padding-top: 5rem;
    padding-bottom: 14rem;
  }
}

@media (min-width: 1024px){
  .footer-content-position{
    padding-top: 6rem;
    padding-bottom: 16rem;
  }
}

@media (min-width: 1280px){
  .footer-content-position{
    padding-top: 7rem;
    padding-bottom: 18rem;
  }
}

@media (min-width: 1536px){
  .footer-content-position{
    padding-top: 120px;
    padding-bottom: 296px;
  }
}

.footer-bg-font-size {
  /* 文字の大きさ */
  font-size: 70px;
}

@media (min-width: 640px){
  .footer-bg-font-size{
    font-size: 112px;
  }
}

@media (min-width: 768px){
  .footer-bg-font-size{
    font-size: 140px;
  }
}

@media (min-width: 1024px){
  .footer-bg-font-size{
    font-size: 184px;
  }
}

@media (min-width: 1280px){
  .footer-bg-font-size{
    font-size: 232px;
  }
}

@media (min-width: 1536px){
  .footer-bg-font-size{
    font-size: 244px;
  }
}

.footer-bg-font-size {
  /* 文字の上下間隔 */
  line-height: 64px;
}

@media (min-width: 640px){
  .footer-bg-font-size{
    line-height: 112px;
  }
}

@media (min-width: 768px){
  .footer-bg-font-size{
    line-height: 128px;
  }
}

@media (min-width: 1024px){
  .footer-bg-font-size{
    line-height: 176px;
  }
}

@media (min-width: 1280px){
  .footer-bg-font-size{
    line-height: 204px;
  }
}

@media (min-width: 1536px){
  .footer-bg-font-size{
    line-height: 219px;
  }
}

.footer-bg-font-position {
  /* x方向のポジション調節 */
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .footer-bg-font-position{
    left: auto;
    right: auto;
    left: 2rem;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 768px){
  .footer-bg-font-position{
    left: 3rem;
  }
}

@media (min-width: 1024px){
  .footer-bg-font-position{
    left: 3.5rem;
  }
}

@media (min-width: 1280px){
  .footer-bg-font-position{
    left: 4rem;
  }
}

@media (min-width: 1536px){
  .footer-bg-font-position{
    left: 5rem;
  }
}

.footer-bg-font-position {
  /* y方向のポジション調節 */
  bottom: 3rem;
}

@media (min-width: 640px){
  .footer-bg-font-position{
    bottom: 3.5rem;
  }
}

@media (min-width: 768px){
  .footer-bg-font-position{
    bottom: 4rem;
  }
}

@media (min-width: 1280px){
  .footer-bg-font-position{
    bottom: 72px;
  }
}

.copyright-position {
  /* x方向のポジション調節 */
  margin-top: 0.75rem;
}

@media (min-width: 640px){
  .copyright-position{
    margin-top: 1.25rem;
  }
}

@media (min-width: 768px){
  .copyright-position{
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px){
  .copyright-position{
    margin-top: 2.25rem;
  }
}

@media (min-width: 1280px){
  .copyright-position{
    margin-top: 2.75rem;
  }
}

@media (min-width: 1536px){
  .copyright-position{
    margin-top: 3rem;
  }
}

.copyright-position {
  /* y方向のポジション調節 */
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .copyright-position{
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* OverlayCloseButtonのデザイン */

.overlay-closebutton-size{
  width: 83px;
}

@media (min-width: 640px){
  .overlay-closebutton-size{
    width: 98px;
  }
}

@media (min-width: 768px){
  .overlay-closebutton-size{
    width: 111px;
  }
}

@media (min-width: 1024px){
  .overlay-closebutton-size{
    width: 124px;
  }
}

@media (min-width: 1280px){
  .overlay-closebutton-size{
    width: 137px;
  }
}

.overlay-closebutton-size{
  height: 72px;
}

@media (min-width: 640px){
  .overlay-closebutton-size{
    height: 84px;
  }
}

@media (min-width: 768px){
  .overlay-closebutton-size{
    height: 96px;
  }
}

@media (min-width: 1024px){
  .overlay-closebutton-size{
    height: 107px;
  }
}

@media (min-width: 1280px){
  .overlay-closebutton-size{
    height: 118px;
  }
}

/* ContactOverlayのデザイン */

.contact-overlay-panel{
  position: relative;
  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));
  overflow: hidden;
  text-align: left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-overlay-panel[data-closed]{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.contact-overlay-panel[data-enter]{
  transition-duration: 300ms;
}

.contact-overlay-panel[data-leave]{
  transition-duration: 200ms;
}

.contact-overlay-panel[data-enter]{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.contact-overlay-panel[data-leave]{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px){
  .contact-overlay-panel{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .contact-overlay-panel[data-closed]{
    --tw-translate-y: 0px;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
}

.contact-overlay-panel {
  /* 横のサイズ */
  width: 339px;
}

@media (min-width: 640px){
  .contact-overlay-panel{
    width: 492px;
  }
}

@media (min-width: 768px){
  .contact-overlay-panel{
    width: 646px;
  }
}

@media (min-width: 1024px){
  .contact-overlay-panel{
    width: 800px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-panel{
    width: 954px;
  }
}

.contact-overlay-panel {
  /* 縦のサイズ */
  height: 217px;
}

@media (min-width: 640px){
  .contact-overlay-panel{
    height: 276px;
  }
}

@media (min-width: 768px){
  .contact-overlay-panel{
    height: 336px;
  }
}

@media (min-width: 1024px){
  .contact-overlay-panel{
    height: 394px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-panel{
    height: 452px;
  }
}

.contact-overlay-panel {
  /* 見た目オプション */
  border-radius: 0.75rem;
  background-color: rgb(1 1 1 / 0.9);
  --tw-shadow: 0 0 15px rgba(255,255,255,0.5);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.contact-overlay-list-animation {
  /* 背景アニメーション */
}

.contact-overlay-list-animation:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.contact-overlay-list-item-position{
  display: flex;
  place-content: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .contact-overlay-list-item-position{
    justify-content: space-between;
  }
}

.contact-overlay-list-item-position {
  /* x方向の位置 */
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-right: 37px;
}

@media (min-width: 640px){
  .contact-overlay-list-item-position{
    padding-left: 50px;
  }
}

@media (min-width: 768px){
  .contact-overlay-list-item-position{
    padding-left: 64px;
  }
}

@media (min-width: 1024px){
  .contact-overlay-list-item-position{
    padding-left: 78px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-list-item-position{
    padding-left: 92px;
  }
}

.contact-overlay-list-item-position {
  /* y方向の位置 */
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .contact-overlay-list-item-position{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px){
  .contact-overlay-list-item-position{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .contact-overlay-list-item-position{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px){
  .contact-overlay-list-item-position{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.contact-overlay-list-item-width{
  flex-direction: column;
}

@media (min-width: 768px){
  .contact-overlay-list-item-width{
    width: 50%;
  }
}

.contact-overlay-en-title{
  left: 0px;
  top: 0px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  /* フォントサイズ */
  font-size: 37px;
}

@media (min-width: 640px){
  .contact-overlay-en-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .contact-overlay-en-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .contact-overlay-en-title{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .contact-overlay-en-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.contact-overlay-en-title{
  line-height: 45px;
}

@media (min-width: 640px){
  .contact-overlay-en-title{
    line-height: 53px;
  }
}

@media (min-width: 768px){
  .contact-overlay-en-title{
    line-height: 60px;
  }
}

@media (min-width: 1024px){
  .contact-overlay-en-title{
    line-height: 68px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-en-title{
    line-height: 75px;
  }
}

.contact-overlay-ja-title{
  white-space: nowrap;
  font-weight: 700;
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 768px){
  .contact-overlay-ja-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.contact-overlay-arrow-link {
  /* ボタンのサイズ */
  width: 42px;
}

@media (min-width: 640px){
  .contact-overlay-arrow-link{
    width: 50px;
  }
}

@media (min-width: 768px){
  .contact-overlay-arrow-link{
    width: 60px;
  }
}

@media (min-width: 1024px){
  .contact-overlay-arrow-link{
    width: 68px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-arrow-link{
    width: 86px;
  }
}

.contact-overlay-arrow-link{
  opacity: 0;
  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: 700ms;
}

.group:hover .contact-overlay-arrow-link{
  opacity: 1;
}

.contact-overlay-arrow-link{
  display: none;
  align-items: center;
}

@media (min-width: 640px){
  .contact-overlay-arrow-link{
    display: flex;
  }
}

.contact-overlay-close-button-position{
  position: absolute;
  /* ポジション */
  top: 0.5rem;
  right: 0.5rem;
  z-index: 20;
}

@media (min-width: 768px){
  .contact-overlay-close-button-position{
    top: 0.75rem;
    right: 0.75rem;
  }
}

@media (min-width: 1280px){
  .contact-overlay-close-button-position{
    top: 1.25rem;
    right: 1.25rem;
  }
}

.contact-overlay-close-button {
  /* ボタンのサイズ */
  width: 42px;
}

@media (min-width: 768px){
  .contact-overlay-close-button{
    width: 48px;
  }
}

@media (min-width: 1280px){
  .contact-overlay-close-button{
    width: 54px;
  }
}

/* Topのデザイン */

.top-section-ja-description{
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .top-section-ja-description{
    padding-bottom: 0px;
  }
}

@media (min-width: 768px){
  .top-section-ja-description{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .top-section-ja-description{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .top-section-ja-description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Top(Libre Group) */

.top-libre-group-title{
  position: absolute;
}

@media (min-width: 640px){
  .top-libre-group-title{
    position: relative;
  }
}

.top-libre-group-title{
  top: 44px;
  padding-left: 16px;
}

@media (min-width: 640px){
  .top-libre-group-title{
    top: auto;
    padding-left: 0px;
  }
}

.top-libre-group-title {
  /* フォントサイズ */
  font-size: 57px;
}

@media (min-width: 640px){
  .top-libre-group-title{
    font-size: 81px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-title{
    font-size: 104px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-title{
    font-size: 127px;
  }
}

.top-libre-group-title {
  /* 行間 */
  line-height: 53px;
}

@media (min-width: 640px){
  .top-libre-group-title{
    line-height: 76px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-title{
    line-height: 98px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-title{
    line-height: 120px;
  }
}

.top-libre-group-title {
  /* ボタンとの間 */
  margin-bottom: 2.25rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.top-libre-group-button{
  position: absolute;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 640px){
  .top-libre-group-button{
    position: relative;
  }
}

.top-libre-group-button{
  bottom: 74px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 313px;
}

@media (min-width: 640px){
  .top-libre-group-button{
    bottom: auto;
    margin-left: 0px;
    width: auto;
  }
}

.top-libre-group-button {
  /* ボタンのパディング */
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (min-width: 640px){
  .top-libre-group-button{
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (min-width: 768px){
  .top-libre-group-button{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-button{
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 89px;
    padding-right: 89px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-button{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 92px;
    padding-right: 92px;
  }
}

.top-libre-group-button-text{
  font-weight: 500;
  /* フォントサイズ */
  font-size: 15px;
}

@media (min-width: 768px){
  .top-libre-group-button-text{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-button-text{
    font-size: 17px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-button-text{
    font-size: 18px;
  }
}

.top-libre-group-button-text {
  /* 間隔 */
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .top-libre-group-button-text{
    line-height: 21px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-button-text{
    line-height: 22px;
  }
}

.top-libre-group-description{
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-shadow: 0px 0px 44px rgb(0 0 0 / 1.00);
}

@media (min-width: 640px){
  .top-libre-group-description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.top-libre-group-button-arrow{
  position: absolute;
  /* 右からの位置 */
  right: 18px;
}

@media (min-width: 768px){
  .top-libre-group-button-arrow{
    right: 19px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-button-arrow{
    right: 1.25rem;
  }
}

.top-libre-group-button-arrow {
  /* サイズ */
  width: 26px;
}

@media (min-width: 768px){
  .top-libre-group-button-arrow{
    width: 30px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-button-arrow{
    width: 41px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-button-arrow{
    width: 3rem;
  }
}

.top-libre-group-img{
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  /* サイズ */
  height: 384px;
}

@media (min-width: 768px){
  .top-libre-group-img{
    height: 496px;
  }
}

@media (min-width: 1024px){
  .top-libre-group-img{
    height: 606px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-img{
    height: 716px;
  }
}

/* Top(Libre Group Modal) */

.top-libre-group-modal-size{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 100%;
  width: 100%;
  /* aspect比 */
  /* @apply aspect-[375/706] sm:aspect-[1440/909]; */
  /* 横のサイズ */
  /* @apply w-10/12 md:w-[98%] lg:w-10/12; */
}

.top-libre-group-desc {
  /*@apply h-1/3 sm:h-auto object-cover;*/
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /* 横幅 */
  width: 91.666667%;
}

@media (min-width: 1033px){
  .top-libre-group-desc{
    width: 58.333333%;
  }
}

@media (min-width: 1280px){
  .top-libre-group-desc{
    width: 50%;
  }
}

@media (min-width: 1536px){
  .top-libre-group-desc{
    width: 66.666667%;
  }
}

.top-libre-group-modal-tab-position{
  position: absolute;
  bottom: 0px;
  /* 高さ */
  height: 40%;
}

@media (min-width: 640px){
  .top-libre-group-modal-tab-position{
    height: -moz-fit-content;
    height: fit-content;
  }
}

.top-libre-group-modal-tab-position {
  /* 横幅 */
  width: 100%;
  /* y方向のポジション */
  margin-bottom: 0px;
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-position{
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1280px){
  .top-libre-group-modal-tab-position{
    margin-bottom: 2rem;
  }
}

.top-libre-group-modal-tab-logo-position {
  /* 背景色 */
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

.top-libre-group-modal-tab-logo-position {
  /* flex or grid */
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position{
    display: flex;
    grid-template-columns: none;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
}

.top-libre-group-modal-tab-logo-position {
  /* 角丸 */
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position{
    border-radius: 9999px;
  }
}

.top-libre-group-modal-tab-logo-position {
  /* 高さ */
  height: 65px;
}

@media (min-width: 640px){
  .top-libre-group-modal-tab-logo-position{
    height: 64px;
  }
}

@media (min-width: 768px){
  .top-libre-group-modal-tab-logo-position{
    height: 72px;
  }
}

@media (min-width: 1280px){
  .top-libre-group-modal-tab-logo-position{
    height: 95px;
  }
}

.top-libre-group-modal-tab-logo-position {
  /* 横幅 */
  /* @apply w-full sm:w-[98%] md:w-[96%] lg:w-11/12 xl:w-9/12; */
  width: 100%;
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position{
    width: 91.666667%;
  }
}

@media (min-width: 1280px){
  .top-libre-group-modal-tab-logo-position{
    width: 75%;
  }
}

.top-libre-group-modal-tab-logo-position {
  /* ボタン間距離 */
  /* @apply space-x-0 sm:space-x-4 md:space-x-6 xl:space-x-8; */
}

.top-libre-group-modal-tab-logo-position > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1280px){
  .top-libre-group-modal-tab-logo-position > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.top-libre-group-modal-tab-logo-position {
  /* 角丸部分の幅 */
  /* @apply px-0 sm:px-9 md:px-11 xl:px-12; */
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1033px){
  .top-libre-group-modal-tab-logo-position{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 1280px){
  .top-libre-group-modal-tab-logo-position{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.top-libre-group-modal-tab-logo-h{
  height: 3rem;
}

.top-libre-group-modal-tab-logo-w-large{
  width: 13rem;
}

.top-libre-group-modal-tab-logo-w-small{
  width: 9rem;
}

/* Top(Service) */

.top-service-position{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  /* y方向のポジション */
  padding-top: 10px;
  padding-bottom: 80px;
}

@media (min-width: 640px){
  .top-service-position{
    padding-top: 41px;
    padding-bottom: 115px;
  }
}

@media (min-width: 768px){
  .top-service-position{
    padding-top: 72px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1024px){
  .top-service-position{
    padding-top: 102px;
    padding-bottom: 184px;
  }
}

@media (min-width: 1280px){
  .top-service-position{
    padding-top: 122px;
    padding-bottom: 218px;
  }
}

.top-service-width{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 640px){
  .top-service-width{
    width: 100%;
    align-items: flex-end;
  }
}

.top-service-width {
  /* リスト全体の横の長さ */
  margin-left: 28px;
  margin-right: 28px;
}

@media (min-width: 640px){
  .top-service-width{
    margin-left: auto;
    margin-right: auto;
    max-width: 584px;
  }
}

@media (min-width: 768px){
  .top-service-width{
    max-width: 724px;
  }
}

@media (min-width: 1024px){
  .top-service-width{
    max-width: 996px;
  }
}

@media (min-width: 1280px){
  .top-service-width{
    max-width: 1170px;
  }
}

.top-service-title {
  /* フォントサイズ */
  font-size: 67px;
}

@media (min-width: 640px){
  .top-service-title{
    font-size: 97px;
  }
}

@media (min-width: 768px){
  .top-service-title{
    font-size: 126px;
  }
}

@media (min-width: 1024px){
  .top-service-title{
    font-size: 155px;
  }
}

@media (min-width: 1280px){
  .top-service-title{
    font-size: 184px;
  }
}

.top-service-title {
  /* 行間 */
  line-height: 87px;
}

@media (min-width: 640px){
  .top-service-title{
    line-height: 100px;
  }
}

@media (min-width: 768px){
  .top-service-title{
    line-height: 113px;
  }
}

@media (min-width: 1024px){
  .top-service-title{
    line-height: 126px;
  }
}

@media (min-width: 1280px){
  .top-service-title{
    line-height: 139px;
  }
}

.top-service-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.top-service-description {
  /* フォントサイズ */
  font-size: 12px;
}

@media (min-width: 640px){
  .top-service-description{
    font-size: 13px;
  }
}

@media (min-width: 768px){
  .top-service-description{
    font-size: 14px;
  }
}

@media (min-width: 1024px){
  .top-service-description{
    font-size: 15px;
  }
}

@media (min-width: 1280px){
  .top-service-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.top-service-description {
  /* 行間 */
  line-height: 23px;
}

@media (min-width: 640px){
  .top-service-description{
    line-height: 24px;
  }
}

@media (min-width: 768px){
  .top-service-description{
    line-height: 25px;
  }
}

@media (min-width: 1024px){
  .top-service-description{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .top-service-description{
    line-height: 27px;
  }
}

.top-service-description {
  /* タイトルとの間隔 */
  margin-top: 4px;
}

@media (min-width: 640px){
  .top-service-description{
    margin-top: 10px;
  }
}

@media (min-width: 768px){
  .top-service-description{
    margin-top: 15px;
  }
}

@media (min-width: 1024px){
  .top-service-description{
    margin-top: 20px;
  }
}

@media (min-width: 1280px){
  .top-service-description{
    margin-top: 25px;
  }
}

.top-service-description{
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.01em;
}

@media (min-width: 640px){
  .top-service-description{
    text-align: right;
  }
}

.top-service-select-area{
  display: flex;
  height: 706px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px){
  .top-service-select-area{
    height: 458px;
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .top-service-select-area{
    height: 571px;
  }
}

@media (min-width: 1280px){
  .top-service-select-area{
    height: 683px;
  }
}

.top-service-select-area {
  /* 説明との間隔 */
  margin-top: 20px;
}

@media (min-width: 640px){
  .top-service-select-area{
    margin-top: 29px;
  }
}

@media (min-width: 768px){
  .top-service-select-area{
    margin-top: 38px;
  }
}

@media (min-width: 1024px){
  .top-service-select-area{
    margin-top: 46px;
  }
}

@media (min-width: 1280px){
  .top-service-select-area{
    margin-top: 54px;
  }
}

.top-service-select-area {
  /* mainリンクとサブリンクの間隔 */
  gap: 7px;
}

@media (min-width: 640px){
  .top-service-select-area{
    gap: 10px;
  }
}

@media (min-width: 768px){
  .top-service-select-area{
    gap: 14px;
  }
}

@media (min-width: 1024px){
  .top-service-select-area{
    gap: 16px;
  }
}

@media (min-width: 1280px){
  .top-service-select-area{
    gap: 18px;
  }
}

.top-service-select-sub-area{
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  /* サブリンク同士の間隔 */
  gap: 7px;
}

@media (min-width: 640px){
  .top-service-select-sub-area{
    gap: 10px;
  }
}

@media (min-width: 768px){
  .top-service-select-sub-area{
    gap: 11px;
  }
}

@media (min-width: 1024px){
  .top-service-select-sub-area{
    gap: 12px;
  }
}

@media (min-width: 1280px){
  .top-service-select-sub-area{
    gap: 13.26px;
  }
}

.top-service-select-content{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(160 160 160 / var(--tw-bg-opacity));
  /* 小要素のはみ出し防止（角丸が効かなくなるため） */
  overflow: hidden;
  /* 角丸 */
  border-radius: 4px;
}

@media (min-width: 768px){
  .top-service-select-content{
    border-radius: 6px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content{
    border-radius: 8px;
  }
}

.top-service-select-content-base-ja-title{
  font-weight: 700;
}

.top-service-select-content-main-ja-title {
  /* フォントサイズ */
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .top-service-select-content-main-ja-title{
    font-size: 21px;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  .top-service-select-content-main-ja-title{
    font-size: 25px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-main-ja-title{
    font-size: 29px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-main-ja-title{
    font-size: 33px;
  }
}

.top-service-select-content-sub-ja-title {
  /* フォントサイズ */
  font-size: 14px;
}

@media (min-width: 640px){
  .top-service-select-content-sub-ja-title{
    font-size: 16px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-sub-ja-title{
    font-size: 17px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-sub-ja-title{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-sub-ja-title{
    font-size: 19px;
  }
}

.top-service-select-content-base-en-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.025em;
}

@media (min-width: 640px){
  .top-service-select-content-base-en-title{
    line-height: 32px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-base-en-title{
    line-height: 37px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-base-en-title{
    line-height: 42px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-base-en-title{
    line-height: 47px;
  }
}

.top-service-select-content-main-en-title {
  /* フォントサイズ */
  font-size: 26px;
}

@media (min-width: 640px){
  .top-service-select-content-main-en-title{
    font-size: 32px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-main-en-title{
    font-size: 37px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-main-en-title{
    font-size: 42px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-main-en-title{
    font-size: 47px;
  }
}

.top-service-select-content-main-en-title{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .top-service-select-content-main-en-title{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.top-service-select-content-main-en-title{
  font-family: Inter, sans-serif;
}

.top-service-select-content-sub-en-title {
  /* フォントサイズ */
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .top-service-select-content-sub-en-title{
    font-size: 24px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-sub-en-title{
    font-size: 27px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-sub-en-title{
    font-size: 30px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-sub-en-title{
    font-size: 33px;
  }
}

.top-service-select-content-sub-en-title{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 640px){
  .top-service-select-content-sub-en-title{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.top-service-select-content-sub-en-title{
  font-family: Inter, sans-serif;
}

.top-service-select-content-description {
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 768px){
  .top-service-select-content-description{
    font-size: 14px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-description{
    font-size: 15px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.top-service-select-content-description{
  margin-left: -0.5rem;
  font-weight: 500;
}

.top-service-select-content-arrow-button{
  position: absolute;
  /* 位置 */
  top: 10px;
  right: 10px;
}

@media (min-width: 640px){
  .top-service-select-content-arrow-button{
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-arrow-button{
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-arrow-button{
    top: 24px;
    right: 24px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-arrow-button{
    top: 28px;
    right: 28px;
  }
}

.top-service-select-content-arrow-button {
  /* サイズ */
  width: 38px;
}

@media (min-width: 640px){
  .top-service-select-content-arrow-button{
    width: 46px;
  }
}

@media (min-width: 768px){
  .top-service-select-content-arrow-button{
    width: 54px;
  }
}

@media (min-width: 1024px){
  .top-service-select-content-arrow-button{
    width: 62px;
  }
}

@media (min-width: 1280px){
  .top-service-select-content-arrow-button{
    width: 68px;
  }
}

/* top(housing information)*/

.top-hi-title-position{
  z-index: 20;
  width: 100%;
  /* x軸方向のポジション */
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 640px){
  .top-hi-title-position{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px){
  .top-hi-title-position{
    padding-left: 51px;
    padding-right: 51px;
  }
}

@media (min-width: 1024px){
  .top-hi-title-position{
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 1280px){
  .top-hi-title-position{
    padding-left: 73px;
    padding-right: 73px;
  }
}

.top-hi-title-position {
  /* リンクの遷移後の位置調整 */
  margin-top: -95px;
  padding-top: 78px;
}

@media (min-width: 640px){
  .top-hi-title-position{
    margin-top: -150px;
    padding-top: 120px;
  }
}

@media (min-width: 768px){
  .top-hi-title-position{
    margin-top: -156px;
    padding-top: 112px;
  }
}

@media (min-width: 1024px){
  .top-hi-title-position{
    margin-top: -180px;
    padding-top: 120px;
  }
}

@media (min-width: 1280px){
  .top-hi-title-position{
    margin-top: -210px;
    padding-top: 140px;
  }
}

.top-hi-title {
  /* フォントのサイズ */
  font-size: 38px;
}

@media (min-width: 640px){
  .top-hi-title{
    font-size: 60px;
  }
}

@media (min-width: 768px){
  .top-hi-title{
    font-size: 81px;
  }
}

@media (min-width: 1024px){
  .top-hi-title{
    font-size: 102px;
  }
}

@media (min-width: 1280px){
  .top-hi-title{
    font-size: 123px;
  }
}

.top-hi-title {
  /* フォントの間隔 */
  line-height: 41px;
}

@media (min-width: 640px){
  .top-hi-title{
    line-height: 66px;
  }
}

@media (min-width: 768px){
  .top-hi-title{
    line-height: 91px;
  }
}

@media (min-width: 1024px){
  .top-hi-title{
    line-height: 115px;
  }
}

@media (min-width: 1280px){
  .top-hi-title{
    line-height: 139px;
  }
}

.top-hi-title{
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 物件セクション */

.top-hi-bukken-section-position{
  flex-direction: column;
  align-items: center;
  /* y方向のポジション */
  padding-top: 39px;
  padding-bottom: 32px;
}

@media (min-width: 1280px){
  .top-hi-bukken-section-position{
    padding-top: 68px;
    padding-bottom: 72px;
  }
}

.top-hi-bukken-section-title-position {
  /* x方向のポジション */
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 640px){
  .top-hi-bukken-section-title-position{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-section-title-position{
    padding-left: 51px;
    padding-right: 51px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-section-title-position{
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-section-title-position{
    padding-left: 73px;
    padding-right: 73px;
  }
}

.top-hi-bukken-section-en-title{
  width: 13rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .top-hi-bukken-section-en-title{
    width: 100%;
  }
}

.top-hi-bukken-section-en-title {
  /* フォントサイズ */
  /*@apply text-[37px] sm:text-[43px] md:text-[48px] lg:text-[53px] xl:text-[58px];*/
  /* 行間 */
  /*@apply leading-none;*/
}

.top-hi-bukken-section-ja-title{
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  letter-spacing: -0.01em;
  /* フォントサイズ */
  font-size: 16px;
}

@media (min-width: 640px){
  .top-hi-bukken-section-ja-title{
    font-size: 17px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-section-ja-title{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-section-ja-title{
    font-size: 19px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-section-ja-title{
    font-size: 20px;
  }
}

.top-hi-bukken-section-ja-title {
  /* 行間 */
  line-height: 1;
  /* 英語タイトルとの行間 */
  margin-top: 6px;
}

@media (min-width: 640px){
  .top-hi-bukken-section-ja-title{
    margin-top: 7px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-section-ja-title{
    margin-top: 8px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-section-ja-title{
    margin-top: 9px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-section-ja-title{
    margin-top: 10px;
  }
}

.top-hi-bukken-section-list-position{
  width: 100%;
  /* 日本語タイトルとの行間 */
  margin-top: 8px;
}

@media (min-width: 768px){
  .top-hi-bukken-section-list-position{
    margin-top: 19px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-section-list-position{
    margin-top: 20px;
  }
}

.top-hi-bukkens-list-gap{
  display: flex;
  justify-content: space-between;
  /* x方向のポジション */
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 640px){
  .top-hi-bukkens-list-gap{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px){
  .top-hi-bukkens-list-gap{
    padding-left: 51px;
    padding-right: 51px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukkens-list-gap{
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukkens-list-gap{
    padding-left: 73px;
    padding-right: 73px;
  }
}

.top-hi-bukkens-list-gap {
  /* 物件リストのアイテム間の距離 */
  gap: 0.875rem;
}

@media (min-width: 640px){
  .top-hi-bukkens-list-gap{
    gap: 20px;
  }
}

@media (min-width: 1536px){
  .top-hi-bukkens-list-gap{
    gap: 32px;
  }
}

.top-hi-bukkens-list-gap{
  min-height: 380px;
}

@media (min-width: 768px){
  .top-hi-bukkens-list-gap{
    min-height: 470.25px;
  }
}

.top-hi-bukkens-list-vmlink-position{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  /* x方向のポジション */
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .top-hi-bukkens-list-vmlink-position{
    padding-left: 68px;
    padding-right: 68px;
  }
}

@media (min-width: 768px){
  .top-hi-bukkens-list-vmlink-position{
    padding-left: 79px;
    padding-right: 79px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukkens-list-vmlink-position{
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukkens-list-vmlink-position{
    padding-left: 101px;
    padding-right: 101px;
  }
}

.top-hi-bukkens-list-vmlink-position {
  /* View More Linkのポジション */
  /*@apply mt-[8px] sm:mt-[25px];*/
  margin-top: 10px;
}

@media (min-width: 640px){
  .top-hi-bukkens-list-vmlink-position{
    margin-top: 14px;
  }
}

@media (min-width: 768px){
  .top-hi-bukkens-list-vmlink-position{
    margin-top: 17px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukkens-list-vmlink-position{
    margin-top: 20px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukkens-list-vmlink-position{
    margin-top: 23px;
  }
}

/* 物件リストのアイテム */

.top-hi-bukken-list-item {
  /* アイテムサイズ */
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1536px){
  .top-hi-bukken-list-item{
    width: 344px;
  }
}

@media (min-width: 1920px){
  .top-hi-bukken-list-item{
    width: 430px;
  }
}

@media (min-width: 2560px){
  .top-hi-bukken-list-item{
    width: 536px;
  }
}

/* 物件リストのアイテム */

.top-hi-bukken-list-item-img{
  aspect-ratio: auto;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 12rem;
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-img{
    height: 14rem;
  }
}

@media (min-width: 1536px){
  .top-hi-bukken-list-item-img{
    height: 18rem;
  }
}

@media (min-width: 1920px){
  .top-hi-bukken-list-item-img{
    height: 20rem;
  }
}

.top-hi-bukken-list-item-title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 12px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-title{
    font-size: 14px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-title{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-title{
    font-size: 17px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-title{
    font-size: 18px;
  }
}

.top-hi-bukken-list-item-title {
  /* 行間 */
  line-height: 19px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-title{
    line-height: 21px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-title{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-title{
    line-height: 24px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-title{
    line-height: 25px;
  }
}

.top-hi-bukken-list-item-title {
  /* イメージとの行間 */
  margin-top: 10px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-title{
    margin-top: 12px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-title{
    margin-top: 14px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-title{
    margin-top: 15px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-title{
    margin-top: 16px;
  }
}

.top-hi-bukken-list-item-title {
  /* 横幅 */
  width: 273px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-title{
    width: 290px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-title{
    width: 307px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-title{
    width: 324px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-title{
    width: 340px;
  }
}

.top-hi-bukken-list-item-title {
  /* 項目との間 */
  margin-top: 2px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-title{
    margin-top: 4px;
  }
}

.top-hi-bukken-list-item-access-position{
  display: flex;
  align-items: center;
  /* アイコンとの間隔 */
  gap: 4px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-access-position{
    gap: 5px;
  }
}

.top-hi-bukken-list-item-access-position {
  /* タイトルとの行間 */
  /*@apply mt-[2px] md:mt-[3px] lg:mt-[4px] xl:mt-[5px];*/
  margin-top: 2px;
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-access-position{
    margin-top: 3px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-access-position{
    margin-top: 0px;
  }
}

.top-hi-bukken-list-item-access-icon {
  /* アイコンのサイズ */
  height: 14px;
  width: 12px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-access-icon{
    height: 16px;
    width: 13px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-access-icon{
    height: 18px;
    width: 14px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-access-icon{
    height: 1rem;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-access-icon{
    height: 20px;
  }
}

.top-hi-bukken-list-item-access-text{
  width: 18rem;
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-access-text{
    width: 20rem;
  }
}

@media (min-width: 1536px){
  .top-hi-bukken-list-item-access-text{
    width: 24rem;
  }
}

.top-hi-bukken-list-item-access-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: -0.01em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 11px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-access-text{
    font-size: 12px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-access-text{
    font-size: 13px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-access-text{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-access-text{
    font-size: 15px;
  }
}

.top-hi-bukken-list-item-access-text {
  /* 行間 */
  line-height: 18px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-access-text{
    line-height: 22px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-access-text{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-access-text{
    line-height: 24px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-access-text{
    line-height: 25px;
  }
}

.top-hi-bukken-list-item-cost-position{
  display: flex;
  align-items: center;
  /* アイコンとの間隔 */
  gap: 4px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-cost-position{
    gap: 5px;
  }
}

.top-hi-bukken-list-item-cost-position {
  /* タイトルとの行間 */
  /*@apply mt-0 sm:mt-[1px] md:mt-[2px];*/
  margin-top: 0px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-cost-position{
    margin-top: 1px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-cost-position{
    margin-top: 0px;
  }
}

.top-hi-bukken-list-item-cost-icon {
  /* アイコンのサイズ */
  height: 12px;
  width: 12px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-cost-icon{
    height: 13px;
    width: 13px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-cost-icon{
    height: 14px;
    width: 14px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-cost-icon{
    height: 14px;
    width: 14px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-cost-icon{
    height: 14px;
    width: 14px;
  }
}

.top-hi-bukken-list-item-cost-text{
  font-weight: 500;
  letter-spacing: -0.01em;
  /* フォントサイズ */
  font-size: 11px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-cost-text{
    font-size: 12px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-cost-text{
    font-size: 13px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-cost-text{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-cost-text{
    font-size: 15px;
  }
}

.top-hi-bukken-list-item-cost-text {
  /* 行間 */
  line-height: 18px;
}

@media (min-width: 640px){
  .top-hi-bukken-list-item-cost-text{
    line-height: 22px;
  }
}

@media (min-width: 768px){
  .top-hi-bukken-list-item-cost-text{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .top-hi-bukken-list-item-cost-text{
    line-height: 24px;
  }
}

@media (min-width: 1280px){
  .top-hi-bukken-list-item-cost-text{
    line-height: 25px;
  }
}

/* top(news) */

.top-news-position{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 252 / var(--tw-bg-opacity));
  /* y方向のポジション */
  padding-top: 54px;
  padding-bottom: 54px;
}

@media (min-width: 640px){
  .top-news-position{
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

@media (min-width: 768px){
  .top-news-position{
    padding-top: 78px;
    padding-bottom: 78px;
  }
}

@media (min-width: 1024px){
  .top-news-position{
    padding-top: 89px;
    padding-bottom: 89px;
  }
}

@media (min-width: 1280px){
  .top-news-position{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.top-news-position {
  /* x方向のポジション */
  display: flex;
  justify-content: center;
}

.top-news-w-size{
  display: flex;
  flex-direction: column;
  /* 横のサイズ */
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .top-news-w-size{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .top-news-w-size{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1536px){
  .top-news-w-size{
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

.top-news-title{
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  /* フォントサイズ */
  font-size: 57px;
}

@media (min-width: 640px){
  .top-news-title{
    font-size: 68px;
  }
}

@media (min-width: 768px){
  .top-news-title{
    font-size: 79px;
  }
}

@media (min-width: 1024px){
  .top-news-title{
    font-size: 90px;
  }
}

@media (min-width: 1280px){
  .top-news-title{
    font-size: 100px;
  }
}

.top-news-title {
  /* 行間 */
  line-height: 53px;
}

@media (min-width: 640px){
  .top-news-title{
    line-height: 75px;
  }
}

@media (min-width: 768px){
  .top-news-title{
    line-height: 97px;
  }
}

@media (min-width: 1024px){
  .top-news-title{
    line-height: 118px;
  }
}

@media (min-width: 1280px){
  .top-news-title{
    line-height: 139px;
  }
}

.top-news-content-position{
  width: 100%;
  /* view moreとの行間 */
  padding-bottom: 16px;
}

@media (min-width: 640px){
  .top-news-content-position{
    padding-bottom: 19px;
  }
}

@media (min-width: 768px){
  .top-news-content-position{
    padding-bottom: 22px;
  }
}

@media (min-width: 1024px){
  .top-news-content-position{
    padding-bottom: 25px;
  }
}

@media (min-width: 1280px){
  .top-news-content-position{
    padding-bottom: 28px;
  }
}

.top-news-content-date{
  font-family: Inter, sans-serif;
  font-weight: 700;
  /* フォントサイズ */
  font-size: 14px;
}

@media (min-width: 640px){
  .top-news-content-date{
    font-size: 16px;
  }
}

@media (min-width: 768px){
  .top-news-content-date{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .top-news-content-date{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .top-news-content-date{
    font-size: 22px;
  }
}

.top-news-content-date {
  /* 行間 */
  line-height: 17px;
}

@media (min-width: 640px){
  .top-news-content-date{
    line-height: 20px;
  }
}

@media (min-width: 768px){
  .top-news-content-date{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .top-news-content-date{
    line-height: 25px;
  }
}

@media (min-width: 1280px){
  .top-news-content-date{
    line-height: 27px;
  }
}

.top-news-content-description{
  font-weight: 700;
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 640px){
  .top-news-content-description{
    font-size: 15px;
  }
}

@media (min-width: 768px){
  .top-news-content-description{
    font-size: 17px;
  }
}

@media (min-width: 1024px){
  .top-news-content-description{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  .top-news-content-description{
    font-size: 19px;
  }
}

.top-news-content-description {
  /* 行間 */
  line-height: 16px;
}

@media (min-width: 640px){
  .top-news-content-description{
    line-height: 19px;
  }
}

@media (min-width: 768px){
  .top-news-content-description{
    line-height: 22px;
  }
}

@media (min-width: 1024px){
  .top-news-content-description{
    line-height: 25px;
  }
}

@media (min-width: 1280px){
  .top-news-content-description{
    line-height: 28px;
  }
}

.top-news-content-description{
  margin-top: 10px;
}

@media (min-width: 640px){
  .top-news-content-description{
    margin-top: 7px;
  }
}

@media (min-width: 768px){
  .top-news-content-description{
    margin-top: 4px;
  }
}

@media (min-width: 1024px){
  .top-news-content-description{
    margin-top: 2px;
  }
}

@media (min-width: 1280px){
  .top-news-content-description{
    padding-top: 0px;
  }
}

.top-news-content-arrow-button{
  position: absolute;
  display: block;
  /* サイズ */
  height: 28px;
  width: 28px;
}

@media (min-width: 640px){
  .top-news-content-arrow-button{
    height: 41px;
    width: 41px;
  }
}

@media (min-width: 768px){
  .top-news-content-arrow-button{
    height: 44px;
    width: 44px;
  }
}

@media (min-width: 1024px){
  .top-news-content-arrow-button{
    height: 46px;
    width: 46px;
  }
}

@media (min-width: 1280px){
  .top-news-content-arrow-button{
    height: 3rem;
    width: 3rem;
  }
}

.top-news-content-arrow-button {
  /* ポジション */
  right: -0.5rem;
  top: 0px;
  --tw-translate-y: 10px;
  --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));
}

@media (min-width: 376px){
  .top-news-content-arrow-button{
    right: 0px;
  }
}

@media (min-width: 1280px){
  .top-news-content-arrow-button{
    --tw-translate-y: 16px;
    --tw-translate-x: -20px;
    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));
  }
}

.top-news-content-vmlink-position{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  /* 下線との行間 */
  margin-top: 10px;
}

@media (min-width: 640px){
  .top-news-content-vmlink-position{
    margin-top: 14px;
  }
}

@media (min-width: 768px){
  .top-news-content-vmlink-position{
    margin-top: 17px;
  }
}

@media (min-width: 1024px){
  .top-news-content-vmlink-position{
    margin-top: 20px;
  }
}

@media (min-width: 1280px){
  .top-news-content-vmlink-position{
    margin-top: 23px;
  }
}

.top-company-section{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  /* x方向のポジション */
  padding-left: 34px;
  padding-right: 34px;
}

@media (min-width: 640px){
  .top-company-section{
    padding-left: 76px;
    padding-right: 76px;
  }
}

@media (min-width: 768px){
  .top-company-section{
    padding-left: 118px;
    padding-right: 118px;
  }
}

@media (min-width: 1024px){
  .top-company-section{
    padding-left: 159px;
    padding-right: 159px;
  }
}

@media (min-width: 1280px){
  .top-company-section{
    padding-left: 200px;
    padding-right: 200px;
  }
}

.top-company-list-position{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  /* 横幅 */
  max-width: 1033px;
  /* y方向のポジション */
  padding-top: 56px;
  padding-bottom: 56px;
}

@media (min-width: 640px){
  .top-company-list-position{
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

@media (min-width: 768px){
  .top-company-list-position{
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

@media (min-width: 1024px){
  .top-company-list-position{
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1280px){
  .top-company-list-position{
    padding-top: 148px;
    padding-bottom: 148px;
  }
}

.top-company-list-position {
  /* 各リストの間隔 */
  gap: 26px;
}

@media (min-width: 640px){
  .top-company-list-position{
    gap: 32px;
  }
}

@media (min-width: 768px){
  .top-company-list-position{
    gap: 38px;
  }
}

@media (min-width: 1024px){
  .top-company-list-position{
    gap: 43px;
  }
}

@media (min-width: 1280px){
  .top-company-list-position{
    gap: 48px;
  }
}

.top-company-list-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  /* フォントサイズ */
  font-size: 46px;
}

@media (min-width: 640px){
  .top-company-list-title{
    font-size: 67px;
  }
}

@media (min-width: 768px){
  .top-company-list-title{
    font-size: 88px;
  }
}

@media (min-width: 1024px){
  .top-company-list-title{
    font-size: 109px;
  }
}

@media (min-width: 1280px){
  .top-company-list-title{
    font-size: 130px;
  }
}

.top-company-list-title {
  /* 行間 */
  line-height: 57px;
}

@media (min-width: 640px){
  .top-company-list-title{
    line-height: 1;
  }
}

.top-company-list-dash-width::before{
  content: var(--tw-content);
  width: 34px;
}

@media (min-width: 640px){
  .top-company-list-dash-width::before{
    content: var(--tw-content);
    width: 40px;
  }
}

@media (min-width: 768px){
  .top-company-list-dash-width::before{
    content: var(--tw-content);
    width: 46px;
  }
}

@media (min-width: 1024px){
  .top-company-list-dash-width::before{
    content: var(--tw-content);
    width: 51px;
  }
}

@media (min-width: 1280px){
  .top-company-list-dash-width::before{
    content: var(--tw-content);
    width: 56px;
  }
}

.top-company-list-description{
  font-size: 14px;
}

@media (min-width: 640px){
  .top-company-list-description{
    font-size: 16px;
  }
}

@media (min-width: 768px){
  .top-company-list-description{
    font-size: 18px;
  }
}

@media (min-width: 1024px){
  .top-company-list-description{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .top-company-list-description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.top-company-list-dash-text-gap::before{
  content: var(--tw-content);
  margin-right: 8px;
}

@media (min-width: 640px){
  .top-company-list-dash-text-gap::before{
    content: var(--tw-content);
    margin-right: 10px;
  }
}

@media (min-width: 768px){
  .top-company-list-dash-text-gap::before{
    content: var(--tw-content);
    margin-right: 12px;
  }
}

@media (min-width: 1024px){
  .top-company-list-dash-text-gap::before{
    content: var(--tw-content);
    margin-right: 13px;
  }
}

@media (min-width: 1280px){
  .top-company-list-dash-text-gap::before{
    content: var(--tw-content);
    margin-right: 14px;
  }
}

.top-sns-contact-position{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(53 52 52 / var(--tw-bg-opacity));
  padding-top: 1rem;
}

.top-sns-contact-link-position{
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  /* リンクの遷移後の位置調整 */
  margin-top: -94px;
  padding-top: 70px;
}

@media (min-width: 640px){
  .top-sns-contact-link-position{
    margin-top: -152px;
    padding-top: 118px;
  }
}

@media (min-width: 768px){
  .top-sns-contact-link-position{
    margin-top: -160px;
    padding-top: 116px;
  }
}

@media (min-width: 1024px){
  .top-sns-contact-link-position{
    margin-top: -172px;
    padding-top: 118px;
  }
}

@media (min-width: 1280px){
  .top-sns-contact-link-position{
    margin-top: -196px;
    padding-top: 130px;
  }
}

.top-sns-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 57px;
}

@media (min-width: 640px){
  .top-sns-title{
    font-size: 88px;
  }
}

@media (min-width: 768px){
  .top-sns-title{
    font-size: 118px;
  }
}

@media (min-width: 1024px){
  .top-sns-title{
    font-size: 148px;
  }
}

@media (min-width: 1280px){
  .top-sns-title{
    font-size: 178px;
  }
}

.top-sns-title {
  /* 行間 */
  line-height: 1;
}

.top-sns-img-list{
  display: grid;
  width: 100%;
  /* タイトルとの行間 */
  margin-top: 30px;
  /* 画像の列数 */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  .top-sns-img-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.top-sns-img-list {
  /* 画像間の距離 */
  gap: 7px;
}

@media (min-width: 640px){
  .top-sns-img-list{
    gap: 10px;
  }
}

@media (min-width: 768px){
  .top-sns-img-list{
    gap: 13px;
  }
}

@media (min-width: 1024px){
  .top-sns-img-list{
    gap: 16px;
  }
}

@media (min-width: 1280px){
  .top-sns-img-list{
    gap: 18px;
  }
}

.top-sns-img-item:hover{
  opacity: 0.8;
}

@media (min-width: 640px){
  .top-sns-img-item{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

.top-contact-position{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 640px){
  .top-contact-position{
    gap: 13px;
  }
}

@media (min-width: 768px){
  .top-contact-position{
    gap: 16px;
  }
}

@media (min-width: 1024px){
  .top-contact-position{
    gap: 18px;
  }
}

@media (min-width: 1280px){
  .top-contact-position{
    gap: 20px;
  }
}

.top-contact-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .top-contact-title{
    font-weight: 800;
  }
}

.top-contact-title {
  /* フォントサイズ */
  font-size: 48px;
}

@media (min-width: 640px){
  .top-contact-title{
    font-size: 54px;
  }
}

@media (min-width: 768px){
  .top-contact-title{
    font-size: 64px;
  }
}

@media (min-width: 1024px){
  .top-contact-title{
    font-size: 84px;
  }
}

@media (min-width: 1280px){
  .top-contact-title{
    font-size: 124px;
  }
}

@media (min-width: 1536px){
  .top-contact-title{
    font-size: 134px;
  }
}

.top-contact-title {
  /* 行間 */
  line-height: 1;
}

.top-contact-arrow-button{
  display: flex;
  align-items: center;
  justify-content: center;
  /* サイズ */
  height: 38px;
  width: 38px;
}

@media (min-width: 640px){
  .top-contact-arrow-button{
    height: 57px;
    width: 57px;
  }
}

@media (min-width: 768px){
  .top-contact-arrow-button{
    height: 76px;
    width: 76px;
  }
}

@media (min-width: 1024px){
  .top-contact-arrow-button{
    height: 94px;
    width: 94px;
  }
}

@media (min-width: 1280px){
  .top-contact-arrow-button{
    height: 112px;
    width: 112px;
  }
}

/* key visual デザイン*/

.scroll-container{
  height: 100vh;
  width: 100%;
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-y: scroll;
}

.text > p > div {
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 50%,
    rgb(37, 37, 37) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  /*   margin-bottom: -250px; */
  margin-left: 50px;
  line-height: 1.2;
  /*   outline: 6px dotted teal; */
  font-size: 10vw;
}

/* Topのデザイン */

/* フォントサイズ */

.our-business-top-slide-title {
  /*PC*/
  font-size: 67px;
  line-height: 60px;
}

@media (min-width: 640px){
  .our-business-top-slide-title{
    font-size: 72px;
    line-height: 64px;
  }
}

@media (min-width: 1280px){
  .our-business-top-slide-title{
    font-size: 118px;
    line-height: 103px;
  }
}

@media (min-width: 1536px){
  .our-business-top-slide-title{
    font-size: 128px;
    line-height: 113px;
  }
}

@media (min-width: 2560px){
  .our-business-top-slide-title{
    font-size: 168px;
    line-height: 123px;
  }
}

.our-business-top-slide-title{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1280px){
  .our-business-top-slide-title{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1536px){
  .our-business-top-slide-title{
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 2560px){
  .our-business-top-slide-title{
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

.our-business-top-slide-subtitle{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 640px){
  .our-business-top-slide-subtitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .our-business-top-slide-subtitle{
    font-weight: 700;
  }
}

@media (min-width: 1280px){
  .our-business-top-slide-subtitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px){
  .our-business-top-slide-subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 2560px){
  .our-business-top-slide-subtitle{
    font-size: 3rem;
    line-height: 1;
  }
}

.our-business-top-slide-subtitle{
  line-height: 18px;
}

@media (min-width: 640px){
  .our-business-top-slide-subtitle{
    line-height: 1.5;
  }
}

/* 2xlはlgのx1.5 */

.our-business-logo{
  width: 75%;
}

@media (min-width: 1024px){
  .our-business-logo{
    width: 406px;
  }
}

@media (min-width: 1536px){
  .our-business-logo{
    width: 524px;
  }
}

.our-business-logo{
  aspect-ratio: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0px;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .our-business-logo{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3rem;
    padding-top: 0px;
  }
}

.our-business-catarel-owners-logo{
  width: 60%;
}

@media (min-width: 640px){
  .our-business-catarel-owners-logo{
    width: 75%;
  }
}

@media (min-width: 1024px){
  .our-business-catarel-owners-logo{
    width: 20rem;
  }
}

@media (min-width: 1536px){
  .our-business-catarel-owners-logo{
    width: 24rem;
  }
}

.our-business-catarel-owners-logo{
  aspect-ratio: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .our-business-catarel-owners-logo{
    padding-bottom: 2rem;
    padding-top: 0px;
  }
}

.our-business-afure-care-logo{
  width: 100%;
}

@media (min-width: 1024px){
  .our-business-afure-care-logo{
    width: 24rem;
  }
}

@media (min-width: 1536px){
  .our-business-afure-care-logo{
    width: 24rem;
  }
}

.our-business-afure-care-logo{
  aspect-ratio: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 0px;
  padding-top: 1rem;
}

@media (min-width: 640px){
  .our-business-afure-care-logo{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3rem;
    padding-top: 0px;
  }
}

/* 2xlはlgの x1.75 */

@media (min-width: 1024px){
  .our-business-description{
    height: 352px;
    width: 546px;
  }
}

@media (min-width: 1536px){
  .our-business-description{
    height: 616px;
    width: 955px;
  }
}

/* 2xlはlgのx1.5 */

@media (min-width: 1024px){
  .our-business-light{
    height: 294px;
    width: 632px;
  }
}

@media (min-width: 1536px){
  .our-business-light{
    height: 441px;
    width: 948px;
  }
}

/* 2xlはlgのx1.5 */

.our-business-slide-number{
  font-size: 6rem;
  line-height: 1;
}

@media (min-width: 640px){
  .our-business-slide-number{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .our-business-slide-number{
    font-size: 8rem;
    line-height: 1;
    line-height: 113px;
  }
}

@media (min-width: 1536px){
  .our-business-slide-number{
    font-size: 142px;
    line-height: 170px;
  }
}

.our-business-slide-number{
  top: 0px;
  right: 0px;
}

@media (min-width: 640px){
  .our-business-slide-number{
    top: auto;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

@media (min-width: 1024px){
  .our-business-slide-number{
    bottom: 65px;
    right: 56px;
  }
}

@media (min-width: 1536px){
  .our-business-slide-number{
    bottom: 98px;
    right: 84px;
  }
}

.our-business-slide-number{
  opacity: 0.1;
}

@media (min-width: 640px){
  .our-business-slide-number{
    opacity: 1;
  }
}

.our-business-link-button {
  /*!* ボタンのパディング *!*/
  z-index: 30;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 9rem;
}

@media (min-width: 640px){
  .our-business-link-button{
    width: 12rem;
  }
}

.our-business-link-button{
  height: 1.75rem;
}

@media (min-width: 640px){
  .our-business-link-button{
    height: 2.25rem;
  }
}

.our-business-link-button {
  /* ボタンのパディング */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){
  .our-business-link-button{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.our-business-link-button{
  margin-top: 1rem;
}

@media (min-width: 640px){
  .our-business-link-button{
    margin-top: 0px;
  }
}

.our-business-link-button-text{
  font-weight: 400;
  /* フォントサイズ */
  font-size: 12px;
}

@media (min-width: 640px){
  .our-business-link-button-text{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.our-business-link-button-text {
  /* 余白 */
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .our-business-link-button-text{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.our-business-link-button-text-mobile{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 12px;
}

@media (min-width: 640px){
  .our-business-link-button-text-mobile{
    font-size: 15px;
  }
}

@media (min-width: 768px){
  .our-business-link-button-text-mobile{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .our-business-link-button-text-mobile{
    font-size: 17px;
  }
}

@media (min-width: 1280px){
  .our-business-link-button-text-mobile{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.our-business-link-button-text-mobile {
  /* 間隔 */
  line-height: 1.25rem;
  letter-spacing: -0.05em;
}

@media (min-width: 768px){
  .our-business-link-button-text-mobile{
    line-height: 21px;
  }
}

@media (min-width: 1280px){
  .our-business-link-button-text-mobile{
    line-height: 59px;
  }
}

.our-business-link-button-text-mobile {
  /* 余白 */
  padding-right: 0.5rem;
}

.our-business-link-button-arrow{
  height: 1rem;
  width: 0.75rem;
}

@media (min-width: 1536px){
  .our-business-link-button-arrow{
    height: 1rem;
    width: 0.75rem;
  }
}

.bg-top-business {
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Serviceのデザイン */

.group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: pre-wrap;
  padding-top: 10px;
  padding-bottom: 10px
}

@media (min-width: 768px){
  .group-title{
    white-space: nowrap;
    padding-top: 1.39vw;
    padding-bottom: 1.39vw;
  }
}

.group-title {
  line-height: 1.2;
  &::after {
    content: '';
    width: 0.5px;
    display: block;
    background-color: #000;
    order: 1;
  }
  &::after{
    height: 26px;
  }
  @media (min-width: 768px){
    &::after{
      height: 2.78vw;
    }
  }
}

.group-title span {
  position: relative;
  order: 2;
}

/* SereviceTitleArea */

.service-title-position {
  /* x方向のポジション */
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 640px){
  .service-title-position{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px){
  .service-title-position{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px){
  .service-title-position{
    padding-left: 9rem;
  }
}

@media (min-width: 1280px){
  .service-title-position{
    padding-left: 12rem;
  }
}

.service-title-position {
  /* y方向のポジション */
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .service-title-position{
    padding-bottom: 0px;
  }
}

.service-title{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .service-title{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .service-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .service-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .service-title{
    font-size: 6rem;
    line-height: 1;
  }
}

.service-title{
  vertical-align: text-bottom;
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.service-title2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .service-title2{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .service-title2{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .service-title2{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .service-title2{
    font-size: 6rem;
    line-height: 1;
  }
}

.service-title2{
  padding-top: 0.5rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

@media (min-width: 640px){
  .service-title2{
    padding-top: 1rem;
  }
}

.service-subtitle {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .service-subtitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .service-subtitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  .service-subtitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .service-subtitle{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.service-subtitle {
  /* y方向のポジション */
  padding-top: 0.5rem;
}

@media (min-width: 640px){
  .service-subtitle{
    padding-top: 0.75rem;
  }
}

.service-subtitle{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.service-description {
  /* フォントサイズ */
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .service-description{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .service-description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .service-description{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px){
  .service-description{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.service-description {
  /* y方向のポジション */
  padding-top: 1.75rem;
}

@media (min-width: 640px){
  .service-description{
    padding-top: 2.25rem;
  }
}

@media (min-width: 768px){
  .service-description{
    padding-top: 2.75rem;
  }
}

@media (min-width: 1024px){
  .service-description{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .service-description{
    padding-top: 3.5rem;
  }
}

.service-description {
  /* 行間 */
  line-height: 1.375;
}

@media (min-width: 640px){
  .service-description{
    line-height: 23px;
  }
}

@media (min-width: 768px){
  .service-description{
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  .service-description{
    line-height: 37px;
  }
}

@media (min-width: 1280px){
  .service-description{
    line-height: 44px;
  }
}

.service-description{
  font-weight: 700;
}

.service-detail {
  /* フォントサイズ */
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px){
  .service-detail{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .service-detail{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.service-detail {
  /* y方向のポジション */
  padding-top: 0.75rem;
}

@media (min-width: 640px){
  .service-detail{
    padding-top: 1rem;
  }
}

@media (min-width: 1024px){
  .service-detail{
    padding-top: 1.25rem;
  }
}

.service-detail {
  /* 横サイズ */
  max-width: 912px;
  /* 行間 */
  line-height: 21px;
}

@media (min-width: 640px){
  .service-detail{
    line-height: 17px;
  }
}

@media (min-width: 768px){
  .service-detail{
    line-height: 22px;
  }
}

@media (min-width: 1024px){
  .service-detail{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .service-detail{
    line-height: 30px;
  }
}

.service-detail{
  font-weight: 500;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .service-detail{
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 768px){
  .service-detail{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .service-detail{
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1280px){
  .service-detail{
    padding-bottom: 3rem;
  }
}

.service-image-position{
  margin-top: 5rem;
}

@media (min-width: 640px){
  .service-image-position{
    margin-top: 9rem;
  }
}

/* ServiceContactArea */

.service-contact-description1 {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .service-contact-description1{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .service-contact-description1{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.service-contact-description1 {
  /* x方向のポジション */
  width: 100%;
}

@media (min-width: 376px){
  .service-contact-description1{
    max-width: 376px;
  }
}

@media (min-width: 640px){
  .service-contact-description1{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .service-contact-description1{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .service-contact-description1{
    max-width: 1024px;
  }
}

@media (min-width: 1033px){
  .service-contact-description1{
    max-width: 1033px;
  }
}

@media (min-width: 1280px){
  .service-contact-description1{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .service-contact-description1{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .service-contact-description1{
    max-width: 1920px;
  }
}

@media (min-width: 2560px){
  .service-contact-description1{
    max-width: 2560px;
  }
}

.service-contact-description1{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* y方向のポジション */
  padding-top: 1.75rem;
}

@media (min-width: 640px){
  .service-contact-description1{
    padding-top: 2.25rem;
  }
}

@media (min-width: 768px){
  .service-contact-description1{
    padding-top: 2.75rem;
  }
}

@media (min-width: 1024px){
  .service-contact-description1{
    padding-top: 3rem;
  }
}

@media (min-width: 1280px){
  .service-contact-description1{
    padding-top: 3.5rem;
  }
}

.service-contact-description1 {
  /* 行間 */
  line-height: 17px;
}

@media (min-width: 640px){
  .service-contact-description1{
    line-height: 23px;
  }
}

@media (min-width: 768px){
  .service-contact-description1{
    line-height: 29px;
  }
}

@media (min-width: 1024px){
  .service-contact-description1{
    line-height: 35px;
  }
}

@media (min-width: 1280px){
  .service-contact-description1{
    line-height: 40px;
  }
}

.service-contact-description1{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .service-contact-description1{
    font-weight: 700;
  }
}

.service-contact-description2 {
  /* フォントサイズ */
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .service-contact-description2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .service-contact-description2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .service-contact-description2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.service-contact-description2 {
  /* x方向のポジション */
  width: 100%;
}

@media (min-width: 376px){
  .service-contact-description2{
    max-width: 376px;
  }
}

@media (min-width: 640px){
  .service-contact-description2{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .service-contact-description2{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .service-contact-description2{
    max-width: 1024px;
  }
}

@media (min-width: 1033px){
  .service-contact-description2{
    max-width: 1033px;
  }
}

@media (min-width: 1280px){
  .service-contact-description2{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .service-contact-description2{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .service-contact-description2{
    max-width: 1920px;
  }
}

@media (min-width: 2560px){
  .service-contact-description2{
    max-width: 2560px;
  }
}

.service-contact-description2{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* y方向のポジション */
  padding-top: 0.25rem;
}

@media (min-width: 640px){
  .service-contact-description2{
    padding-top: 0.5rem;
  }
}

.service-contact-description2{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.service-contact-caption{
  margin-bottom: 1.5rem;
}

@media (min-width: 640px){
  .service-contact-caption{
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px){
  .service-contact-caption{
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px){
  .service-contact-caption{
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1280px){
  .service-contact-caption{
    margin-bottom: 4rem;
  }
}

.service-contact-caption{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .service-contact-caption{
    line-height: 2.5rem;
  }
}

.service-contact-button-text{
  position: relative;
  display: block;
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .service-contact-button-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .service-contact-button-text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .service-contact-button-text{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.service-contact-button-text {
  /* x方向のポジション */
  width: 100%;
}

@media (min-width: 376px){
  .service-contact-button-text{
    max-width: 376px;
  }
}

@media (min-width: 640px){
  .service-contact-button-text{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .service-contact-button-text{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .service-contact-button-text{
    max-width: 1024px;
  }
}

@media (min-width: 1033px){
  .service-contact-button-text{
    max-width: 1033px;
  }
}

@media (min-width: 1280px){
  .service-contact-button-text{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .service-contact-button-text{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .service-contact-button-text{
    max-width: 1920px;
  }
}

@media (min-width: 2560px){
  .service-contact-button-text{
    max-width: 2560px;
  }
}

.service-contact-button-text{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* y方向のポジション */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px){
  .service-contact-button-text{
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px){
  .service-contact-button-text{
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px){
  .service-contact-button-text{
    margin-top: 2rem;
  }
}

@media (min-width: 1280px){
  .service-contact-button-text{
    margin-top: 2.25rem;
  }
}

.service-contact-button-text {
  /* 角の丸み */
  border-radius: 0.125rem;
}

@media (min-width: 640px){
  .service-contact-button-text{
    border-radius: 0.375rem;
  }
}

.service-contact-button-text {
  /* 横のボタンサイズ */
  width: 334px;
}

@media (min-width: 640px){
  .service-contact-button-text{
    width: 384px;
  }
}

@media (min-width: 768px){
  .service-contact-button-text{
    width: 424px;
  }
}

@media (min-width: 1024px){
  .service-contact-button-text{
    width: 464px;
  }
}

@media (min-width: 1280px){
  .service-contact-button-text{
    width: 504px;
  }
}

.service-contact-button-text {
  /* 縦のボタンサイズ */
  height: 3.5rem;
}

@media (min-width: 640px){
  .service-contact-button-text{
    height: 4rem;
  }
}

@media (min-width: 1024px){
  .service-contact-button-text{
    height: 5rem;
  }
}

.service-contact-button-text{
  font-weight: 700;
}

.service-contact-button-icon{
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  /* x方向のポジション */
  --tw-translate-x: -14px;
  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));
}

@media (min-width: 640px){
  .service-contact-button-icon{
    --tw-translate-x: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 768px){
  .service-contact-button-icon{
    --tw-translate-x: -18px;
    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));
  }
}

@media (min-width: 1024px){
  .service-contact-button-icon{
    --tw-translate-x: -19px;
    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));
  }
}

@media (min-width: 1280px){
  .service-contact-button-icon{
    --tw-translate-x: -1.25rem;
    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));
  }
}

.service-contact-button-icon {
  /* y方向のポジション */
  --tw-translate-y: 14px;
  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));
}

@media (min-width: 640px){
  .service-contact-button-icon{
    --tw-translate-y: 13px;
    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));
  }
}

@media (min-width: 1024px){
  .service-contact-button-icon{
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.service-contact-button-icon {
  /* 横のサイズ */
  width: 1.75rem;
}

@media (min-width: 640px){
  .service-contact-button-icon{
    width: 2.5rem;
  }
}

@media (min-width: 1024px){
  .service-contact-button-icon{
    width: 3rem;
  }
}

.service-contact-button-icon {
  /* 縦のサイズ */
  height: 1.75rem;
}

@media (min-width: 640px){
  .service-contact-button-icon{
    height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .service-contact-button-icon{
    height: 3rem;
  }
}

.service-image-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.service-image {
  overflow: hidden;
  position: relative;
}

.service-image::before {
  animation: service-image 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #202020;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes service-image {
  100% {
    transform: translateX(100%);
  }
}

.service-contact-house-container {
  /* grid-containerの配置方法定義 */
  display: grid;
  grid-auto-flow: row;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .service-contact-house-container{
    grid-auto-flow: column;
  }
}

.service-contact-house-container {
  /* gridアイテムの縦幅設定 */
  grid-auto-rows: 152px;
}

@media (min-width: 640px){
  .service-contact-house-container{
    grid-auto-rows: 176px;
  }
}

@media (min-width: 768px){
  .service-contact-house-container{
    grid-auto-rows: 216px;
  }
}

@media (min-width: 1024px){
  .service-contact-house-container{
    grid-auto-rows: 256px;
  }
}

@media (min-width: 1280px){
  .service-contact-house-container{
    grid-auto-rows: 296px;
  }
}

/* ServuceValueTitleArea */

.service-value-title-area-position {
  /* y方向のポジション */
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .service-value-title-area-position{
    --tw-translate-y: -2.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));
  }
}

.service-value-title-area-position{
  margin-top: 1.75rem;
}

@media (min-width: 640px){
  .service-value-title-area-position{
    margin-top: 3rem;
  }
}

.service-value-title-area-position {
  /* x方向のポジション */
  width: -moz-fit-content;
  width: fit-content;
}

.service-value-title {
  /* フォントサイズ */
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 640px){
  .service-value-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .service-value-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .service-value-title{
    font-size: 6rem;
    line-height: 1;
  }
}

.service-value-title {
  /* 行間 */
  line-height: 48px;
}

@media (min-width: 640px){
  .service-value-title{
    line-height: 64px;
  }
}

@media (min-width: 768px){
  .service-value-title{
    line-height: 80px;
  }
}

@media (min-width: 1024px){
  .service-value-title{
    line-height: 95px;
  }
}

@media (min-width: 1280px){
  .service-value-title{
    line-height: 110px;
  }
}

.service-value-title{
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.service-value-subtitle {
  /* y方向のポジション */
  /* フォントサイズ */
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .service-value-subtitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .service-value-subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .service-value-subtitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px){
  .service-value-subtitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.service-value-subtitle {
  /* 行間 */
  line-height: 22px;
}

@media (min-width: 640px){
  .service-value-subtitle{
    line-height: 29px;
  }
}

@media (min-width: 768px){
  .service-value-subtitle{
    line-height: 35px;
  }
}

@media (min-width: 1024px){
  .service-value-subtitle{
    line-height: 41px;
  }
}

@media (min-width: 1280px){
  .service-value-subtitle{
    line-height: 47px;
  }
}

.service-value-subtitle{
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .service-value-subtitle{
    padding-top: 0px;
  }
}

.service-value-description {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .service-value-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-value-description {
  /* y方向のポジション */
  padding-top: 2rem;
}

@media (min-width: 640px){
  .service-value-description{
    padding-top: 0.75rem;
  }
}

.service-value-description {
  /* 行間 */
  line-height: 24px;
}

@media (min-width: 640px){
  .service-value-description{
    line-height: 26px;
  }
}

@media (min-width: 768px){
  .service-value-description{
    line-height: 28px;
  }
}

@media (min-width: 1024px){
  .service-value-description{
    line-height: 29px;
  }
}

@media (min-width: 1280px){
  .service-value-description{
    line-height: 30px;
  }
}

.service-value-description{
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

/* ServiceValueContentArea */

.service-val-text-position{
  position: relative;
  /* x方向のポジション */
  margin-left: 18px;
  margin-right: 18px;
}

@media (min-width: 640px){
  .service-val-text-position{
    margin-left: 27px;
    margin-right: 27px;
  }
}

@media (min-width: 768px){
  .service-val-text-position{
    margin-left: 36px;
    margin-right: 36px;
  }
}

@media (min-width: 1024px){
  .service-val-text-position{
    margin-left: 46px;
    margin-right: 46px;
  }
}

@media (min-width: 1280px){
  .service-val-text-position{
    margin-left: 56px;
    margin-right: 56px;
  }
}

.service-val-text-position {
  /* y方向のポジション */
  margin-top: 28px;
}

@media (min-width: 640px){
  .service-val-text-position{
    margin-top: 40px;
  }
}

@media (min-width: 768px){
  .service-val-text-position{
    margin-top: 42px;
  }
}

@media (min-width: 1024px){
  .service-val-text-position{
    margin-top: 45px;
  }
}

@media (min-width: 1280px){
  .service-val-text-position{
    margin-top: 48px;
  }
}

.service-val-content-title {
  /* フォントカラー */
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 14px;
}

@media (min-width: 1024px){
  .service-val-content-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-val-content-title {
  /* 行間 */
  line-height: 21px;
}

@media (min-width: 640px){
  .service-val-content-title{
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .service-val-content-title{
    line-height: 21px;
  }
}

@media (min-width: 1024px){
  .service-val-content-title{
    line-height: 1.5rem;
  }
}

.service-val-content-title {
  /* y方向の位置 */
  margin-bottom: 6px;
}

@media (min-width: 640px){
  .service-val-content-title{
    margin-bottom: 9px;
  }
}

@media (min-width: 768px){
  .service-val-content-title{
    margin-bottom: 6px;
  }
}

@media (min-width: 1024px){
  .service-val-content-title{
    margin-bottom: 9px;
  }
}

.service-val-content-title{
  font-weight: 700;
  /* 横幅 */
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.service-val-content-subtitle {
  /* フォントサイズ */
  font-size: 21px;
}

@media (min-width: 640px){
  .service-val-content-subtitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .service-val-content-subtitle{
    font-size: 21px;
  }
}

@media (min-width: 1024px){
  .service-val-content-subtitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.service-val-content-subtitle {
  /* 行間 */
  line-height: 29px;
}

@media (min-width: 640px){
  .service-val-content-subtitle{
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .service-val-content-subtitle{
    line-height: 29px;
  }
}

@media (min-width: 1024px){
  .service-val-content-subtitle{
    line-height: 2rem;
  }
}

.service-val-content-subtitle {
  /* y方向の位置 */
  margin-bottom: 6px;
}

@media (min-width: 640px){
  .service-val-content-subtitle{
    margin-bottom: 15px;
  }
}

@media (min-width: 768px){
  .service-val-content-subtitle{
    margin-bottom: 6px;
  }
}

@media (min-width: 1024px){
  .service-val-content-subtitle{
    margin-bottom: 15px;
  }
}

.service-val-content-subtitle{
  font-weight: 700;
}

.service-val-content-description {
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 640px){
  .service-val-content-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .service-val-content-description{
    font-size: 13px;
  }
}

@media (min-width: 1024px){
  .service-val-content-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-val-content-description {
  /* 行間 */
  line-height: 25px;
}

@media (min-width: 640px){
  .service-val-content-description{
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .service-val-content-description{
    line-height: 25px;
  }
}

@media (min-width: 1024px){
  .service-val-content-description{
    line-height: 1.75rem;
  }
}

.service-val-content-description{
  font-weight: 500;
}

.service-val-logo{
  position: absolute;
  /* アイコンサイズ */
  height: 98px;
  width: 98px;
}

@media (min-width: 640px){
  .service-val-logo{
    height: 113px;
    width: 116px;
  }
}

.service-val-logo {
  /* アイコンの位置 */
  right: 0px;
  bottom: 0px;
  --tw-translate-x: -1.5rem;
  --tw-translate-y: -0.75rem;
  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));
}

@media (min-width: 768px){
  .service-val-logo{
    top: 0px;
    --tw-translate-y: 1.25rem;
    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));
  }
}

.service-val-deco-lline {
  /* 長さ */
  /*@apply w-[16px] xl:w-[92px] 2xl:w-[200px];*/
  width: 32px;
}

@media (min-width: 640px){
  .service-val-deco-lline{
    width: 16px;
  }
}

.service-val-deco-lline {
  /* 線の起点 */
  /*@apply -left-[17px] xl:-left-[92px] 2xl:-left-[201px];*/
  left: -32px;
}

@media (min-width: 640px){
  .service-val-deco-lline{
    left: -17px;
  }
}

.service-val-deco-lline{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(182 183 194 / var(--tw-border-opacity));
}

.service-val-deco-rline {
  /* 長さ */
  /*@apply w-[16px] xl:w-[92px] 2xl:w-[200px];*/
  width: 32px;
}

@media (min-width: 640px){
  .service-val-deco-rline{
    width: 16px;
  }
}

.service-val-deco-rline {
  /* 線の起点 */
  /*@apply -right-[17px] xl:-right-[92px] 2xl:-right-[201px];*/
  right: -32px;
}

@media (min-width: 640px){
  .service-val-deco-rline{
    right: -17px;
  }
}

.service-val-deco-rline{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(182 183 194 / var(--tw-border-opacity));
}

.service-val-deco-tline {
  /* 長さ */
  height: 1rem;
  /* 線の起点 */
  top: -17px;
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(182 183 194 / var(--tw-border-opacity));
}

.service-val-deco-bline {
  /* 長さ */
  height: 1rem;
  /* 線の起点 */
  bottom: -17px;
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(182 183 194 / var(--tw-border-opacity));
}

.service-val-deco-dot {
  /* ドットの大きさ */
  height: 5px;
  width: 5px;
  position: absolute;
  z-index: 10;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(113 114 120 / var(--tw-bg-opacity));
}

.service-val-content-position {
  /* 余白 */
}

/* OurThoughtsArea */

.ourthoughts-logo-position{
  position: absolute;
  /* x方向のポジション */
  width: 100%;
  /* y方向のポジション */
  top: 88px;
}

@media (min-width: 640px){
  .ourthoughts-logo-position{
    top: 5rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-logo-position{
    top: 7rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-logo-position{
    top: 9rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-logo-position{
    top: 10rem;
  }
}

.ourthoughts-logo-position {
  /* z方向のポジション */
  z-index: 10;
}

.ourthoughts-content-position{
  position: relative;
  /* y方向のポジション */
  padding-top: 114px;
  padding-bottom: 552px;
}

@media (min-width: 640px){
  .ourthoughts-content-position{
    padding-top: 10rem;
    padding-bottom: 568px;
  }
}

@media (min-width: 768px){
  .ourthoughts-content-position{
    padding-top: 12rem;
    padding-bottom: 664px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-content-position{
    padding-top: 14rem;
    padding-bottom: 600px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-content-position{
    padding-top: 16rem;
    padding-bottom: 618px;
  }
}

@media (min-width: 1536px){
  .ourthoughts-content-position{
    padding-top: 18rem;
  }
}

@media (min-width: 1920px){
  .ourthoughts-content-position{
    padding-top: 24rem;
  }
}

.ourthoughts-content-position {
  /* x方向のポジション */
  width: 100%;
}

@media (min-width: 376px){
  .ourthoughts-content-position{
    max-width: 376px;
  }
}

@media (min-width: 640px){
  .ourthoughts-content-position{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ourthoughts-content-position{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-content-position{
    max-width: 1024px;
  }
}

@media (min-width: 1033px){
  .ourthoughts-content-position{
    max-width: 1033px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-content-position{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .ourthoughts-content-position{
    max-width: 1536px;
  }
}

@media (min-width: 1920px){
  .ourthoughts-content-position{
    max-width: 1920px;
  }
}

@media (min-width: 2560px){
  .ourthoughts-content-position{
    max-width: 2560px;
  }
}

.ourthoughts-content-position{
  margin-left: auto;
  margin-right: auto;
  /* 横幅 */
  width: 332px;
}

@media (min-width: 640px){
  .ourthoughts-content-position{
    width: 620px;
  }
}

@media (min-width: 768px){
  .ourthoughts-content-position{
    width: 776px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-content-position{
    width: 1018px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-content-position{
    width: 1188px;
  }
}

.ourthoughts-text-position{
  position: absolute;
  /* 横幅 */
  width: 100%;
}

@media (min-width: 640px){
  .ourthoughts-text-position{
    width: 344px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-position{
    width: 410px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-position{
    width: 574px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-position{
    width: 688px;
  }
}

.ourthoughts-text-position {
  /* x方向のポジション */
  left: 0px;
}

@media (min-width: 640px){
  .ourthoughts-text-position{
    left: 276px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-position{
    left: 360px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-position{
    left: 444px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-position{
    left: 500px;
  }
}

.ourthoughts-text-position {
  /* y方向のポジション */
  top: 184px;
}

@media (min-width: 640px){
  .ourthoughts-text-position{
    top: 190px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-position{
    top: 248px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-position{
    top: 308px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-position{
    top: 336px;
  }
}

.ourthoughts-text-title {
  /* フォントの大きさ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .ourthoughts-text-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ourthoughts-text-title {
  /* x方向のポジション */
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px){
  .ourthoughts-text-title{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-title{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-title{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-title{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.ourthoughts-text-title {
  /* y方向のポジション */
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .ourthoughts-text-title{
    margin-bottom: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-title{
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-title{
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-title{
    margin-bottom: 1.5rem;
  }
}

.ourthoughts-text-title {
  /* 行間 */
  line-height: 20px;
}

@media (min-width: 640px){
  .ourthoughts-text-title{
    line-height: 25px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-title{
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-title{
    line-height: 35px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-title{
    line-height: 40px;
  }
}

.ourthoughts-text-title{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ourthoughts-text-subtitle1 {
  /* フォントの大きさ */
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle1{
    font-size: 3rem;
    line-height: 1;
  }
}

.ourthoughts-text-subtitle1 {
  /* x方向のポジション */
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle1{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle1{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle1{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle1{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ourthoughts-text-subtitle1 {
  /* y方向のポジション */
  padding-top: 0.25rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle1{
    padding-top: 6px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle1{
    padding-top: 0.5rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle1{
    padding-top: 10px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle1{
    padding-top: 0.75rem;
  }
}

.ourthoughts-text-subtitle1 {
  /* 行間 */
  line-height: 30px;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle1{
    line-height: 40px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle1{
    line-height: 50px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle1{
    line-height: 60px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle1{
    line-height: 70px;
  }
}

.ourthoughts-text-subtitle1{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ourthoughts-text-subtitle2 {
  /* フォントの大きさ */
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle2{
    font-size: 3rem;
    line-height: 1;
  }
}

.ourthoughts-text-subtitle2 {
  /* x方向のポジション */
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle2{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle2{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle2{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle2{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ourthoughts-text-subtitle2 {
  /* y方向のポジション */
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle2{
    padding-bottom: 6px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle2{
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle2{
    padding-bottom: 10px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle2{
    padding-bottom: 0.75rem;
  }
}

.ourthoughts-text-subtitle2 {
  /* 行間 */
  line-height: 30px;
}

@media (min-width: 640px){
  .ourthoughts-text-subtitle2{
    line-height: 40px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-subtitle2{
    line-height: 50px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-subtitle2{
    line-height: 60px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-subtitle2{
    line-height: 70px;
  }
}

.ourthoughts-text-subtitle2{
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ourthoughts-text-content {
  /* フォントの大きさ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .ourthoughts-text-content{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-content{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.ourthoughts-text-content {
  /* x方向のポジション */
  text-align: justify;
  /* y方向のポジション */
  margin-bottom: 1rem;
  /* 行間 */
  line-height: 24px;
}

@media (min-width: 640px){
  .ourthoughts-text-content{
    line-height: 28px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-content{
    line-height: 32px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-content{
    line-height: 35px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-content{
    line-height: 38px;
  }
}

.ourthoughts-text-content{
  font-weight: 500;
}

@media (min-width: 640px){
  .ourthoughts-text-content{
    font-weight: 700;
  }
}

.ourthoughts-text-sign {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .ourthoughts-text-sign{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ourthoughts-text-sign {
  /* 行間 */
  line-height: 21px;
}

@media (min-width: 640px){
  .ourthoughts-text-sign{
    line-height: 22px;
  }
}

@media (min-width: 768px){
  .ourthoughts-text-sign{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .ourthoughts-text-sign{
    line-height: 24px;
  }
}

@media (min-width: 1280px){
  .ourthoughts-text-sign{
    line-height: 25px;
  }
}

.ourthoughts-text-sign{
  font-weight: 700;
}

.black-contact-button{
  position: fixed;
  z-index: 30;
  /* x方向のポジション */
  right: 10px;
}

@media (min-width: 640px){
  .black-contact-button{
    right: 1rem;
  }
}

@media (min-width: 768px){
  .black-contact-button{
    right: 22px;
  }
}

@media (min-width: 1024px){
  .black-contact-button{
    right: 27px;
  }
}

@media (min-width: 1280px){
  .black-contact-button{
    right: 2rem;
  }
}

.black-contact-button {
  /* y方向のポジション */
  bottom: 10px;
}

@media (min-width: 640px){
  .black-contact-button{
    bottom: 1rem;
  }
}

@media (min-width: 768px){
  .black-contact-button{
    bottom: 22px;
  }
}

@media (min-width: 1024px){
  .black-contact-button{
    bottom: 27px;
  }
}

@media (min-width: 1280px){
  .black-contact-button{
    bottom: 2rem;
  }
}

.black-contact-button {
  /* ボタンのx方向のパディング */
  padding-left: 23px;
  padding-right: 16px;
}

@media (min-width: 640px){
  .black-contact-button{
    padding-left: 27px;
    padding-right: 19px;
  }
}

@media (min-width: 768px){
  .black-contact-button{
    padding-left: 30px;
    padding-right: 22px;
  }
}

@media (min-width: 1024px){
  .black-contact-button{
    padding-left: 33px;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px){
  .black-contact-button{
    padding-left: 2.25rem;
    padding-right: 26px;
  }
}

.black-contact-button {
  /* ボタンのy方向のパディング */
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 640px){
  .black-contact-button{
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

@media (min-width: 768px){
  .black-contact-button{
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media (min-width: 1024px){
  .black-contact-button{
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1280px){
  .black-contact-button{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.black-contact-button {
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 640px){
  .black-contact-button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .black-contact-button{
    font-size: 15px;
  }
}

@media (min-width: 1024px){
  .black-contact-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.black-contact-button {
  /* 行間 */
  line-height: 30px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .black-contact-button{
    border-radius: 0.375rem;
  }
}

/* BlackContactButton */

.black-contact-button-icon {
  /* アイコンの大きさ */
  height: 4px;
  width: 22px;
}

@media (min-width: 640px){
  .black-contact-button-icon{
    width: 25px;
  }
}

@media (min-width: 768px){
  .black-contact-button-icon{
    height: 5px;
    width: 28px;
  }
}

@media (min-width: 1024px){
  .black-contact-button-icon{
    width: 30px;
  }
}

@media (min-width: 1280px){
  .black-contact-button-icon{
    width: 2rem;
  }
}

.black-contact-button-icon {
  /* 文字とアイコンの間 */
  margin-left: 5px;
}

@media (min-width: 640px){
  .black-contact-button-icon{
    margin-left: 7px;
  }
}

@media (min-width: 768px){
  .black-contact-button-icon{
    margin-left: 9px;
  }
}

@media (min-width: 1024px){
  .black-contact-button-icon{
    margin-left: 11px;
  }
}

@media (min-width: 1280px){
  .black-contact-button-icon{
    margin-left: 13px;
  }
}

/* NewsList */

.news-list-content-position {
  /* x方向のポジション */
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px){
  .news-list-content-position{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 768px){
  .news-list-content-position{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px){
  .news-list-content-position{
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (min-width: 1280px){
  .news-list-content-position{
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

.news-list-content-position {
  /* y方向のポジション */
  padding-top: 9rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 640px){
  .news-list-content-position{
    padding-top: 11rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px){
  .news-list-content-position{
    padding-top: 13rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px){
  .news-list-content-position{
    padding-top: 14rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px){
  .news-list-content-position{
    padding-top: 16rem;
    padding-bottom: 6rem;
  }
}

.news-list-article-type {
  /* フォントサイズ */
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px){
  .news-list-article-type{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.news-list-article-type {
  /* 行間 */
  line-height: 17px;
}

@media (min-width: 640px){
  .news-list-article-type{
    line-height: 20px;
  }
}

@media (min-width: 768px){
  .news-list-article-type{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .news-list-article-type{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .news-list-article-type{
    line-height: 29px;
  }
}

.news-list-article-type{
  font-weight: 700;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

@media (min-width: 640px){
  .news-list-article-type{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.news-list-title {
  /* フォントサイズ */
  font-size: 52px;
}

@media (min-width: 640px){
  .news-list-title{
    font-size: 71px;
  }
}

@media (min-width: 768px){
  .news-list-title{
    font-size: 90px;
  }
}

@media (min-width: 1024px){
  .news-list-title{
    font-size: 109px;
  }
}

@media (min-width: 1280px){
  .news-list-title{
    font-size: 8rem;
    line-height: 1;
  }
}

.news-list-title {
  /* 行間 */
  line-height: 56px;
}

@media (min-width: 640px){
  .news-list-title{
    line-height: 76px;
  }
}

@media (min-width: 768px){
  .news-list-title{
    line-height: 96px;
  }
}

@media (min-width: 1024px){
  .news-list-title{
    line-height: 115px;
  }
}

@media (min-width: 1280px){
  .news-list-title{
    line-height: 134px;
  }
}

.news-list-title {
  /* x方向のポジション */
  margin-left: 1.75rem;
}

@media (min-width: 640px){
  .news-list-title{
    margin-left: 0px;
  }
}

.news-list-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.news-list-articles-bottom{
  height: 28px;
}

@media (min-width: 640px){
  .news-list-articles-bottom{
    height: 1.25rem;
  }
}

@media (min-width: 768px){
  .news-list-articles-bottom{
    height: 0.75rem;
  }
}

@media (min-width: 1024px){
  .news-list-articles-bottom{
    height: 0.25rem;
  }
}

@media (min-width: 1280px){
  .news-list-articles-bottom{
    height: 0px;
  }
}

.news-list-article-bottom{
  padding-top: 1rem;
}

.news-list-article-bottom:hover{
  background-color: rgb(255 255 255 / 0.1);
}

@media (min-width: 640px){
  .news-list-article-bottom{
    padding-top: 1.25rem;
  }
}

@media (min-width: 768px){
  .news-list-article-bottom{
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px){
  .news-list-article-bottom{
    padding-top: 1.75rem;
  }
}

@media (min-width: 1280px){
  .news-list-article-bottom{
    padding-top: 32px;
  }
}

.news-list-article-side-p{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .news-list-article-side-p{
    padding-left: 0px;
  }
}

.news-list-article-date {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .news-list-article-date{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .news-list-article-date{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .news-list-article-date{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .news-list-article-date{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.news-list-article-date {
  /* 行間 */
  line-height: 17px;
}

@media (min-width: 640px){
  .news-list-article-date{
    line-height: 20px;
  }
}

@media (min-width: 768px){
  .news-list-article-date{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .news-list-article-date{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .news-list-article-date{
    line-height: 29px;
  }
}

.news-list-article-date{
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.news-list-article-kind {
  /* フォントサイズ */
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px){
  .news-list-article-kind{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.news-list-article-kind {
  /* 行間 */
  line-height: 17px;
}

@media (min-width: 640px){
  .news-list-article-kind{
    line-height: 20px;
  }
}

@media (min-width: 768px){
  .news-list-article-kind{
    line-height: 23px;
  }
}

@media (min-width: 1024px){
  .news-list-article-kind{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .news-list-article-kind{
    line-height: 29px;
  }
}

.news-list-article-kind{
  font-weight: 700;
  margin-left: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

@media (min-width: 640px){
  .news-list-article-kind{
    margin-left: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.news-list-article-message {
  /* y方向のポジション */
  padding-top: 0.125rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px){
  .news-list-article-message{
    padding-top: 0.25rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px){
  .news-list-article-message{
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

.news-list-article-message {
  /* フォントサイズ */
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 640px){
  .news-list-article-message{
    font-size: 16px;
  }
}

@media (min-width: 768px){
  .news-list-article-message{
    font-size: 19px;
  }
}

@media (min-width: 1024px){
  .news-list-article-message{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .news-list-article-message{
    font-size: 25px;
  }
}

.news-list-article-message {
  /* 行間 */
  line-height: 20px;
}

@media (min-width: 640px){
  .news-list-article-message{
    line-height: 25px;
  }
}

@media (min-width: 768px){
  .news-list-article-message{
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  .news-list-article-message{
    line-height: 34px;
  }
}

@media (min-width: 1280px){
  .news-list-article-message{
    line-height: 38px;
  }
}

.news-list-article-logo{
  position: absolute;
  right: 1.25rem;
  top: 1rem;
}

@media (min-width: 640px){
  .news-list-article-logo{
    right: 1.5rem;
  }
}

.news-list-article-logo {
  /* ロゴサイズ */
  height: 28px;
  width: 28px;
}

@media (min-width: 640px){
  .news-list-article-logo{
    height: 45px;
    width: 45px;
  }
}

@media (min-width: 768px){
  .news-list-article-logo{
    height: 52px;
    width: 52px;
  }
}

@media (min-width: 1024px){
  .news-list-article-logo{
    height: 58px;
    width: 58px;
  }
}

@media (min-width: 1280px){
  .news-list-article-logo{
    height: 4rem;
    width: 4rem;
  }
}

/* NewsDetail */

.news-detail-content-position {
  /* y方向のポジション */
  padding-top: 100px;
  padding-bottom: 108px;
}

@media (min-width: 640px){
  .news-detail-content-position{
    padding-top: 136px;
    padding-bottom: 129px;
  }
}

@media (min-width: 768px){
  .news-detail-content-position{
    padding-top: 11rem;
    padding-bottom: 150px;
  }
}

@media (min-width: 1024px){
  .news-detail-content-position{
    padding-top: 13rem;
    padding-bottom: 170px;
  }
}

@media (min-width: 1280px){
  .news-detail-content-position{
    padding-top: 248px;
    padding-bottom: 190px;
  }
}

.news-detail-content-position {
  /* x方向のポジション */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .news-detail-content-position{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 768px){
  .news-detail-content-position{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1024px){
  .news-detail-content-position{
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

@media (min-width: 1280px){
  .news-detail-content-position{
    padding-left: 230px;
    padding-right: 230px;
  }
}

.news-detail-date {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .news-detail-date{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .news-detail-date{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .news-detail-date{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .news-detail-date{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.news-detail-date{
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.news-detail-title {
  /* 日付との間隔 */
  margin-top: 1rem;
  /* フォントサイズ */
  font-size: 20px;
}

@media (min-width: 640px){
  .news-detail-title{
    font-size: 25px;
  }
}

@media (min-width: 768px){
  .news-detail-title{
    font-size: 30px;
  }
}

@media (min-width: 1024px){
  .news-detail-title{
    font-size: 35px;
  }
}

@media (min-width: 1280px){
  .news-detail-title{
    font-size: 40px;
  }
}

.news-detail-title {
  /* 行間 */
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .news-detail-title{
    line-height: 2.25rem;
  }
}

@media (min-width: 768px){
  .news-detail-title{
    line-height: 44px;
  }
}

@media (min-width: 1024px){
  .news-detail-title{
    line-height: 52px;
  }
}

@media (min-width: 1280px){
  .news-detail-title{
    line-height: 60px;
  }
}

.news-detail-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-detail-thumbnail {
  /* タイトルとの間隔 */
  margin-top: 1rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail-subtitle {
  /* y方向のポジション */
  margin-top: 1rem;
  margin-bottom: 6px;
}

@media (min-width: 640px){
  .news-detail-subtitle{
    margin-top: 1.5rem;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px){
  .news-detail-subtitle{
    margin-top: 2rem;
    margin-bottom: 8px;
  }
}

@media (min-width: 1024px){
  .news-detail-subtitle{
    margin-top: 2.5rem;
    margin-bottom: 9px;
  }
}

@media (min-width: 1280px){
  .news-detail-subtitle{
    margin-top: 2.75rem;
    margin-bottom: 10px;
  }
}

.news-detail-subtitle {
  /* フォントサイズ */
  font-size: 19px;
}

@media (min-width: 640px){
  .news-detail-subtitle{
    font-size: 23px;
  }
}

@media (min-width: 768px){
  .news-detail-subtitle{
    font-size: 27px;
  }
}

@media (min-width: 1024px){
  .news-detail-subtitle{
    font-size: 30px;
  }
}

@media (min-width: 1280px){
  .news-detail-subtitle{
    font-size: 33px;
  }
}

.news-detail-subtitle {
  /* 間隔 */
  line-height: 28px;
}

@media (min-width: 640px){
  .news-detail-subtitle{
    line-height: 34px;
  }
}

@media (min-width: 768px){
  .news-detail-subtitle{
    line-height: 40px;
  }
}

@media (min-width: 1024px){
  .news-detail-subtitle{
    line-height: 45px;
  }
}

@media (min-width: 1280px){
  .news-detail-subtitle{
    line-height: 50px;
  }
}

.news-detail-subtitle{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-detail-text {
  /* y方向のポジション */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

@media (min-width: 640px){
  .news-detail-text{
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px){
  .news-detail-text{
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .news-detail-text{
    margin-bottom: 1.25rem;
  }
}

.news-detail-text {
  /* フォントサイズ */
  font-size: 0.875rem;
  line-height: 1.25rem
}

@media (min-width: 768px){
  .news-detail-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.news-detail-text {
  /* 行間 */
  line-height: 1.5rem
}

@media (min-width: 640px){
  .news-detail-text{
    line-height: 26px;
  }
}

@media (min-width: 768px){
  .news-detail-text{
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .news-detail-text{
    line-height: 30px;
  }
}

@media (min-width: 1280px){
  .news-detail-text{
    line-height: 2rem;
  }
}

.news-detail-text{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /* y方向のポジション */
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    margin-top: 1rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    margin-bottom: 6px;
  }
  @media (min-width: 640px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-top: 1.5rem;
    }
  }
  @media (min-width: 640px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-bottom: 7px;
    }
  }
  @media (min-width: 768px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-top: 2rem;
    }
  }
  @media (min-width: 768px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-bottom: 8px;
    }
  }
  @media (min-width: 1024px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-top: 2.5rem;
    }
  }
  @media (min-width: 1024px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-bottom: 9px;
    }
  }
  @media (min-width: 1280px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-top: 2.75rem;
    }
  }
  @media (min-width: 1280px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      margin-bottom: 10px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /* フォントサイズ */
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    font-size: 19px;
  }
  @media (min-width: 640px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 23px;
    }
  }
  @media (min-width: 768px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 27px;
    }
  }
  @media (min-width: 1024px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 30px;
    }
  }
  @media (min-width: 1280px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      font-size: 33px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /* 間隔 */
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    line-height: 28px;
  }
  @media (min-width: 640px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      line-height: 34px;
    }
  }
  @media (min-width: 768px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      line-height: 40px;
    }
  }
  @media (min-width: 1024px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      line-height: 45px;
    }
  }
  @media (min-width: 1280px){
    h1,
  h2,
  h3,
  h4,
  h5,
  h6{
      line-height: 50px;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    font-weight: 700;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    border-bottom-width: 3px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6{
    --tw-border-opacity: 1;
    border-color: rgb(79 79 79 / var(--tw-border-opacity));
  }
  img:nth-child(1) {
    /* タイトルとの間隔 */
  }
  img:nth-child(1){
    margin-top: 1rem;
  }
  img:nth-child(1){
    width: 100%;
  }
  img:nth-child(1){
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.news-detail-link {
  /* フォントサイズ */
  font-size: 1rem;
  /* 行間 */
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Company */

.company-header{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  /* 縦サイズ */
  height: 147px;
}

@media (min-width: 640px){
  .company-header{
    height: 232px;
  }
}

@media (min-width: 768px){
  .company-header{
    height: 316px;
  }
}

@media (min-width: 1024px){
  .company-header{
    height: 400px;
  }
}

@media (min-width: 1280px){
  .company-header{
    height: 484px;
  }
}

@media (min-width: 1536px){
  .company-header{
    height: 542px;
  }
}

.company-title{
  position: absolute;
  /* y方向のポジション */
  top: 126px;
}

@media (min-width: 640px){
  .company-title{
    top: 196px;
  }
}

@media (min-width: 768px){
  .company-title{
    top: 266px;
  }
}

@media (min-width: 1024px){
  .company-title{
    top: 335px;
  }
}

@media (min-width: 1280px){
  .company-title{
    top: 404px;
  }
}

.company-title {
  /* x方向のポジション */
  left: 34px;
}

@media (min-width: 640px){
  .company-title{
    left: 73px;
  }
}

@media (min-width: 768px){
  .company-title{
    left: 112px;
  }
}

@media (min-width: 1024px){
  .company-title{
    left: 150px;
  }
}

@media (min-width: 1280px){
  .company-title{
    left: 188px;
  }
}

.company-title {
  /* フォントサイズ */
  font-size: 47px;
}

@media (min-width: 640px){
  .company-title{
    font-size: 67px;
  }
}

@media (min-width: 768px){
  .company-title{
    font-size: 87px;
  }
}

@media (min-width: 1024px){
  .company-title{
    font-size: 107px;
  }
}

@media (min-width: 1280px){
  .company-title{
    font-size: 127px;
  }
}

.company-title {
  /* 行間 */
  line-height: 57px;
}

@media (min-width: 640px){
  .company-title{
    line-height: 77px;
  }
}

@media (min-width: 768px){
  .company-title{
    line-height: 96px;
  }
}

@media (min-width: 1024px){
  .company-title{
    line-height: 115px;
  }
}

@media (min-width: 1280px){
  .company-title{
    line-height: 134px;
  }
}

.company-title{
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.company-list-area-position {
  /* y方向のポジション */
  padding-top: 71px;
}

@media (min-width: 640px){
  .company-list-area-position{
    padding-top: 89px;
  }
}

@media (min-width: 768px){
  .company-list-area-position{
    padding-top: 107px;
  }
}

@media (min-width: 1024px){
  .company-list-area-position{
    padding-top: 125px;
  }
}

@media (min-width: 1280px){
  .company-list-area-position{
    padding-top: 143px;
  }
}

.company-list-area-position{
  padding-bottom: 33px;
}

@media (min-width: 640px){
  .company-list-area-position{
    padding-bottom: 57px;
  }
}

@media (min-width: 768px){
  .company-list-area-position{
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px){
  .company-list-area-position{
    padding-bottom: 103px;
  }
}

@media (min-width: 1280px){
  .company-list-area-position{
    padding-bottom: 126px;
  }
}

.company-list-area-position {
  /* x方向のポジション */
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .company-list-area-position{
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (min-width: 1024px){
  .company-list-area-position{
    padding-left: 156px;
    padding-right: 156px;
  }
}

@media (min-width: 1280px){
  .company-list-area-position{
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

.company-list-logo {
  /* ロゴサイズ */
  height: 30px;
  width: 95px;
}

@media (min-width: 640px){
  .company-list-logo{
    height: 37px;
    width: 115px;
  }
}

@media (min-width: 768px){
  .company-list-logo{
    height: 43px;
    width: 135px;
  }
}

@media (min-width: 1024px){
  .company-list-logo{
    height: 49px;
    width: 155px;
  }
}

@media (min-width: 1280px){
  .company-list-logo{
    height: 55px;
    width: 175px;
  }
}

.company-list-logo {
  /* y方向のポジション */
  margin-bottom: 18px;
}

@media (min-width: 640px){
  .company-list-logo{
    margin-bottom: 22px;
  }
}

@media (min-width: 768px){
  .company-list-logo{
    margin-bottom: 26px;
  }
}

@media (min-width: 1024px){
  .company-list-logo{
    margin-bottom: 29px;
  }
}

@media (min-width: 1280px){
  .company-list-logo{
    margin-bottom: 2rem;
  }
}

.company-list-logo {
  /* x方向のポジション */
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  .company-list-logo{
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 768px){
  .company-list-logo{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

@media (min-width: 1024px){
  .company-list-logo{
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (min-width: 1280px){
  .company-list-logo{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 640px){
  .company-list-content{
    display: flex;
    align-items: center;
  }
}

.company-list-content {
  /* 左の余白 */
  margin-left: 24px;
}

@media (min-width: 640px){
  .company-list-content{
    margin-left: 19px;
  }
}

@media (min-width: 768px){
  .company-list-content{
    margin-left: 15px;
  }
}

@media (min-width: 1024px){
  .company-list-content{
    margin-left: 11px;
  }
}

@media (min-width: 1280px){
  .company-list-content{
    margin-left: 7px;
  }
}

.company-list-row-position1{
  margin-top: 18px;
  margin-bottom: 18px;
}

.company-list-row-position2{
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (min-width: 640px){
  .company-list-row-position2{
    margin-top: 23px;
    margin-bottom: 22px;
  }
}

@media (min-width: 768px){
  .company-list-row-position2{
    margin-top: 28px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1024px){
  .company-list-row-position2{
    margin-top: 32px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px){
  .company-list-row-position2{
    margin-top: 36px;
    margin-bottom: 33px;
  }
}

.company-list-row-position3{
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (min-width: 640px){
  .company-list-row-position3{
    margin-top: 1.25rem;
    margin-bottom: 22px;
  }
}

@media (min-width: 768px){
  .company-list-row-position3{
    margin-top: 22px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1024px){
  .company-list-row-position3{
    margin-top: 1.5rem;
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px){
  .company-list-row-position3{
    margin-top: 26px;
    margin-bottom: 34px;
  }
}

.company-list-title {
  /* フォントサイズ */
  font-size: 15px;
}

@media (min-width: 640px){
  .company-list-title{
    font-size: 18px;
  }
}

@media (min-width: 768px){
  .company-list-title{
    font-size: 21px;
  }
}

@media (min-width: 1024px){
  .company-list-title{
    font-size: 24px;
  }
}

@media (min-width: 1280px){
  .company-list-title{
    font-size: 27px;
  }
}

.company-list-title {
  /* 行間 */
  line-height: 18px;
}

@media (min-width: 640px){
  .company-list-title{
    line-height: 32px;
  }
}

@media (min-width: 768px){
  .company-list-title{
    line-height: 46px;
  }
}

@media (min-width: 1024px){
  .company-list-title{
    line-height: 60px;
  }
}

@media (min-width: 1280px){
  .company-list-title{
    line-height: 74px;
  }
}

.company-list-title{
  margin-bottom: 0.25rem;
}

@media (min-width: 640px){
  .company-list-title{
    margin-bottom: 0px;
  }
}

.company-list-title{
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.company-list-ho-gap {
  /* head officeのタイトルと説明の間隔 */
  margin-right: 76px;
}

@media (min-width: 768px){
  .company-list-ho-gap{
    margin-right: 84px;
  }
}

@media (min-width: 1024px){
  .company-list-ho-gap{
    margin-right: 88px;
  }
}

@media (min-width: 1280px){
  .company-list-ho-gap{
    margin-right: 90px;
  }
}

.company-list-CEO-gap {
  /* CEOのタイトルと説明の間隔 */
  margin-right: 158px;
}

@media (min-width: 768px){
  .company-list-CEO-gap{
    margin-right: 180px;
  }
}

@media (min-width: 1024px){
  .company-list-CEO-gap{
    margin-right: 194px;
  }
}

@media (min-width: 1280px){
  .company-list-CEO-gap{
    margin-right: 212px;
  }
}

.company-list-cs-gap {
  /* capital stockのタイトルと説明の間隔 */
  margin-right: 54px;
}

@media (min-width: 768px){
  .company-list-cs-gap{
    margin-right: 58px;
  }
}

@media (min-width: 1024px){
  .company-list-cs-gap{
    margin-right: 56px;
  }
}

@media (min-width: 1280px){
  .company-list-cs-gap{
    margin-right: 52px;
  }
}

.company-list-business-gap {
  /* businessのタイトルと説明の間隔 */
  margin-right: 100px;
}

@media (min-width: 768px){
  .company-list-business-gap{
    margin-right: 112px;
  }
}

@media (min-width: 1024px){
  .company-list-business-gap{
    margin-right: 118px;
  }
}

@media (min-width: 1280px){
  .company-list-business-gap{
    margin-right: 135px;
  }
}

.company-list-ln-gap {
  /* LICENSE NUMBERのタイトルと説明の間隔 */
  margin-right: 33px;
}

.company-list-client-gap {
  /* clientのタイトルと説明の間隔 */
  margin-right: 126px;
}

@media (min-width: 768px){
  .company-list-client-gap{
    margin-right: 140px;
  }
}

@media (min-width: 1024px){
  .company-list-client-gap{
    margin-right: 156px;
  }
}

@media (min-width: 1280px){
  .company-list-client-gap{
    margin-right: 172px;
  }
}

.company-list-cb-gap {
  /* client bankのタイトルと説明の間隔 */
  margin-right: 66px;
}

@media (min-width: 768px){
  .company-list-cb-gap{
    margin-right: 74px;
  }
}

@media (min-width: 1024px){
  .company-list-cb-gap{
    margin-right: 78px;
  }
}

@media (min-width: 1280px){
  .company-list-cb-gap{
    margin-right: 89px;
  }
}

.company-list-description{
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 640px){
  .company-list-description{
    font-size: 14px;
  }
}

@media (min-width: 768px){
  .company-list-description{
    font-size: 15px;
  }
}

@media (min-width: 1024px){
  .company-list-description{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.company-list-description-leading1{
  line-height: 1.25rem;
}

@media (min-width: 640px){
  .company-list-description-leading1{
    line-height: 1.5rem;
  }
}

.company-list-description-leading2{
  line-height: 23px;
}

@media (min-width: 640px){
  .company-list-description-leading2{
    line-height: 24px;
  }
}

@media (min-width: 768px){
  .company-list-description-leading2{
    line-height: 25px;
  }
}

@media (min-width: 1024px){
  .company-list-description-leading2{
    line-height: 26px;
  }
}

@media (min-width: 1280px){
  .company-list-description-leading2{
    line-height: 27px;
  }
}

.company-message-image {
  /* size */
  width: 100%;
}

@media (min-width: 1033px){
  .company-message-image{
    width: 369px;
  }
}

@media (min-width: 1280px){
  .company-message-image{
    width: 530px;
  }
}

@media (min-width: 1536px){
  .company-message-image{
    width: 675px;
  }
}

.company-message-image {
  /* 文章との間隔 */
  margin-right: 0px;
}

@media (min-width: 1920px){
  .company-message-image{
    margin-right: 52px;
  }
}

.company-message-image{
  margin-left: 0px;
}

@media (min-width: 1033px){
  .company-message-image{
    margin-left: 6rem;
  }
}

@media (min-width: 1920px){
  .company-message-image{
    margin-left: 8rem;
  }
}

.company-message-text-area{
  position: relative;
  z-index: 0;
}

@media (min-width: 1033px){
  .company-message-text-area{
    width: 50%;
  }
}

.company-message-text-area{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 640px){
  .company-message-text-area{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

.company-message-text-area{
  --tw-translate-y: -1.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));
}

@media (min-width: 1033px){
  .company-message-text-area{
    --tw-translate-y: 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));
  }
}

.company-message-text-area{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1033px){
  .company-message-text-area{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1536px){
  .company-message-text-area{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.company-message-logo{
  width: 100%;
}

@media (min-width: 1033px){
  .company-message-logo{
    width: 508px;
  }
}

@media (min-width: 1280px){
  .company-message-logo{
    width: 508px;
  }
}

.company-message-logo {
  /* 縦方向のサイズ */
  aspect-ratio: auto;
}

.company-message-text {
  /* フォントサイズ */
  font-size: 13px;
}

@media (min-width: 640px){
  .company-message-text{
    font-size: 16px;
  }
}

@media (min-width: 1024px){
  .company-message-text{
    font-size: 18px;
  }
}

@media (min-width: 1033px){
  .company-message-text{
    font-size: 16px;
  }
}

@media (min-width: 1280px){
  .company-message-text{
    font-size: 18px;
  }
}

@media (min-width: 1920px){
  .company-message-text{
    font-size: 20px;
  }
}

.company-message-text {
  /* 行間 */
  line-height: 25px;
}

@media (min-width: 640px){
  .company-message-text{
    line-height: 35px;
  }
}

@media (min-width: 768px){
  .company-message-text{
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  .company-message-text{
    line-height: 44px;
  }
}

@media (min-width: 1280px){
  .company-message-text{
    line-height: 48px;
  }
}

@media (min-width: 1920px){
  .company-message-text{
    line-height: 58px;
  }
}

.company-message-text{
  font-weight: 500;
}

.company-message-paragraph1 {
  /* y方向のポジション */
  margin-top: 1rem;
  margin-bottom: 6px;
}

@media (min-width: 1024px){
  .company-message-paragraph1{
    margin-top: 1.25rem;
    margin-bottom: 13px;
  }
}

@media (min-width: 1280px){
  .company-message-paragraph1{
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.company-message-paragraph2 {
  /* y方向のポジション */
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .company-message-paragraph2{
    margin-bottom: 14px;
  }
}

@media (min-width: 1280px){
  .company-message-paragraph2{
    margin-bottom: 28px;
  }
}

.company-message-person-posi {
  /* 氏名との間隔 */
  padding-right: 9px;
}

@media (min-width: 1024px){
  .company-message-person-posi{
    padding-right: 16px;
  }
}

@media (min-width: 1280px){
  .company-message-person-posi{
    padding-right: 22px;
  }
}

.company-message-person-posi {
  /* 文字のサイズ */
  font-size: 13px;
}

@media (min-width: 1024px){
  .company-message-person-posi{
    font-size: 15px;
  }
}

@media (min-width: 1280px){
  .company-message-person-posi{
    font-size: 17px;
  }
}

.company-message-person-posi {
  /* 行間 */
  line-height: 1.25rem;
}

@media (min-width: 1024px){
  .company-message-person-posi{
    line-height: 23px;
  }
}

@media (min-width: 1280px){
  .company-message-person-posi{
    line-height: 26px;
  }
}

.company-message-person-posi{
  font-weight: 700;
}

.company-message-person-name {
  /* 文字のサイズ */
  font-size: 26px;
}

@media (min-width: 1024px){
  .company-message-person-name{
    font-size: 30px;
  }
}

@media (min-width: 1280px){
  .company-message-person-name{
    font-size: 34px;
  }
}

.company-message-person-name {
  /* 行間 */
  line-height: 39px;
}

@media (min-width: 1024px){
  .company-message-person-name{
    line-height: 45px;
  }
}

@media (min-width: 1280px){
  .company-message-person-name{
    line-height: 51px;
  }
}

.company-message-person-name{
  font-weight: 700;
}

/* 物件詳細のSwiperのみアスペクト比を調整する */

.housing-thumbnail-carousel {
  .swiper-slide{
    height: 24rem !important;
  }
  @media (min-width: 1920px){
    .swiper-slide{
      height: 768px !important;
    }
  }
  .swiper-slide {
    aspect-ratio: 3 / 4;
  }
}

.property-list-item{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){
  .property-list-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.housing-thumbnail-carousel {
  .swiper-slide:not(.swiper-slide-fully-visible) {
    pointer-events: none;
    opacity: 0.3;
    position: relative;
    z-index: 0;
  }
  .swiper-wrapper {
    width: 100%;
    height: -moz-max-content !important;
    height: max-content !important;
    /* padding-bottom: 64px !important; */
    transition-timing-function: linear !important;
    position: relative;
  }
  .swiper-button-prev{
    height: 78px !important;
  }
  @media (min-width: 640px){
    .swiper-button-prev{
      height: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-prev{
      height: 142px !important;
    }
  }
  .swiper-button-prev{
    width: 78px !important;
  }
  @media (min-width: 640px){
    .swiper-button-prev{
      width: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-prev{
      width: 142px !important;
    }
  }
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 3%;
    z-index: 10;
  }
  .swiper-button-next{
    height: 78px !important;
  }
  @media (min-width: 640px){
    .swiper-button-next{
      height: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-next{
      height: 142px !important;
    }
  }
  .swiper-button-next{
    width: 78px !important;
  }
  @media (min-width: 640px){
    .swiper-button-next{
      width: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-next{
      width: 142px !important;
    }
  }
  .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 3%;
    z-index: 10;
  }
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev::after {
    display: none;
  }
  .swiper-pagination-bullet {
    background: #d9d9d9;
  }
  .swiper-pagination-bullet-active {
    background: #d9d9d9;
  }
  .swiper-pagination {
    position: relative !important;
  }
  .swiper-pagination{
    padding-top: 3rem;
  }
}

/*.swiper-slide {*/

/*  text-align: center;*/

/*  font-size: 18px;*/

/*  background: #fff;*/

/*  !* Center slide text vertically *!*/

/*  display: flex;*/

/*  justify-content: center;*/

/*  align-items: center;*/

/*}*/

/*.swiper-slide img {*/

/*  display: block;*/

/*  width: 100%;*/

/*  height: 100%;*/

/*  object-fit: cover;*/

/*}*/

/* Recruit */

.recruit-title {
  /*余白*/
  padding-left: 2rem;
  padding-top: 6rem;
}

@media (min-width: 640px){
  .recruit-title{
    padding-left: 4rem;
    padding-top: 9rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px){
  .recruit-title{
    padding-left: 6rem;
  }
}

@media (min-width: 1280px){
  .recruit-title{
    padding-left: 11rem;
  }
}

.recruit-title {
  /*テキストサイズ*/
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 640px){
  .recruit-title{
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .recruit-title{
    font-size: 8rem;
    line-height: 1;
  }
}

.recruit-title {
  /*テキスト行間*/
  line-height: 57px;
}

@media (min-width: 640px){
  .recruit-title{
    line-height: 77px;
  }
}

@media (min-width: 768px){
  .recruit-title{
    line-height: 96px;
  }
}

@media (min-width: 1024px){
  .recruit-title{
    line-height: 115px;
  }
}

@media (min-width: 1280px){
  .recruit-title{
    line-height: 134px;
  }
}

.recruit-title {
  /*テキスト修飾*/
  font-family: Inter, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recruit-main-message {
  /*テキストサイズ*/
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px){
  .recruit-main-message{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .recruit-main-message{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .recruit-main-message{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .recruit-main-message{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1920px){
  .recruit-main-message{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.recruit-main-message {
  /*テキスト修飾*/
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /*テキスト行間*/
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .recruit-main-message{
    line-height: 62px;
  }
}

@media (min-width: 1280px){
  .recruit-main-message{
    line-height: 70px;
  }
}

@media (min-width: 1536px){
  .recruit-main-message{
    line-height: 92px;
  }
}

@media (min-width: 1920px){
  .recruit-main-message{
    line-height: 120px;
  }
}

.recruit-job-description{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .recruit-job-description{
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

@media (min-width: 1536px){
  .recruit-job-description{
    padding-left: 18rem;
    padding-right: 18rem;
  }
}

.recruit-job-description {
  .title{
    padding-bottom: 1rem;
  }
  .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .title{
    font-weight: 700;
  }
  @media (min-width: 640px){
    .title{
      padding-bottom: 3rem;
    }
  }
  @media (min-width: 640px){
    .title{
      font-size: 3rem;
      line-height: 1;
    }
  }
  .job-description-table {
    table {
      width: 100%;
    }
    td{
      border-top-width: 1px;
    }
    td{
      border-bottom-width: 1px;
    }
    td{
      --tw-border-opacity: 1;
      border-color: rgb(79 79 79 / var(--tw-border-opacity));
    }
    td{
      padding-top: 1em;
    }
    td{
      padding-bottom: 1em;
    }
    td:nth-child(1) {
      width: 30%;
      align-content: center;
    }
    td:nth-child(1){
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    td:nth-child(1){
      font-weight: 700;
    }
    @media (min-width: 640px){
      td:nth-child(1){
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    @media (min-width: 1536px){
      td:nth-child(1){
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }
    td:nth-child(2) {
      width: 70%;
    }
    td:nth-child(2){
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    td:nth-child(2){
      line-height: 25px;
    }
    @media (min-width: 640px){
      td:nth-child(2){
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 1536px){
      td:nth-child(2){
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
}

.recruit-side-menu{
  padding-left: 2rem;
  padding-right: 1.5rem;
}

@media (min-width: 1536px){
  .recruit-side-menu{
    padding-left: 2.75rem;
    padding-right: 2rem;
  }
}

.recruit-side-menu{
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

.side-menu-contact-button{
  position: absolute;
  display: block;
  /* サイズ */
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px){
  .side-menu-contact-button{
    height: 41px;
    width: 41px;
  }
}

@media (min-width: 768px){
  .side-menu-contact-button{
    height: 44px;
    width: 44px;
  }
}

@media (min-width: 1024px){
  .side-menu-contact-button{
    height: 46px;
    width: 46px;
  }
}

@media (min-width: 1280px){
  .side-menu-contact-button{
    height: 3rem;
    width: 3rem;
  }
}

.side-menu-contact-button {
  /* ポジション */
  right: 0.75rem;
  top: 0px;
  --tw-translate-y: 12px;
  --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));
}

@media (min-width: 640px){
  .side-menu-contact-button{
    right: 1rem;
    --tw-translate-y: 18px;
    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));
  }
}

@media (min-width: 1024px){
  .side-menu-contact-button{
    right: 1rem;
  }
}

@media (min-width: 1280px){
  .side-menu-contact-button{
    --tw-translate-y: 16px;
    --tw-translate-x: -20px;
    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));
  }
}

.kv-text {
  /* 文字のサイズ */
  font-size: 25px;
}

@media (min-width: 768px){
  .kv-text{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .kv-text{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .kv-text{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .kv-text{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 2560px){
  .kv-text{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.kv-text {
  /* 行間 */
  line-height: 51px;
}

@media (min-width: 768px){
  .kv-text{
    line-height: 64px;
  }
}

@media (min-width: 1024px){
  .kv-text{
    line-height: 72px;
  }
}

@media (min-width: 1280px){
  .kv-text{
    line-height: 86px;
  }
}

@media (min-width: 1536px){
  .kv-text{
    line-height: 112px;
  }
}

@media (min-width: 2560px){
  .kv-text{
    line-height: 132px;
  }
}

.property-detail-table{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.property-detail-table .has-fixed-layout{
  width: 100%;
}

.property-detail-table-row{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .property-detail-table-row{
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.property-detail-table-row:last-child{
  border-bottom-width: 0px;
}

.property-detail-table-key{
  grid-column-start: 1;
  grid-column-end: 4;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 640px){
  .property-detail-table-key{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.property-detail-table-value{
  grid-column: span 7 / span 7;
  grid-column-end: 12;
  white-space: pre-wrap;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px){
  .property-detail-table-value{
    grid-column: span 8 / span 8;
    grid-column-end: 12;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Contact(Contact,ContactRecruit)のデザイン */

.contact-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 23px;
}

.contact-input-rules{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* フォントサイズ */
  font-size: 13px;
}

.nav-menu-animation{
  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: 300ms;
}

.nav-menu-animation:hover{
  opacity: 0.7;
}

.member-position-one-line{
  padding-left: 1rem;
  padding-top: 0.5rem;
  font-size: 7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .member-position-one-line{
    padding-left: 2.25rem;
    padding-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px){
  .member-position-one-line{
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.member-position-two-line{
  white-space: pre-wrap;
  padding-left: 1rem;
  padding-top: 0.25rem;
  font-size: 7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .member-position-two-line{
    padding-left: 2.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px){
  .member-position-two-line{
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.member-name-one-line{
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .member-name-one-line{
    padding-left: 2.25rem;
    padding-top: 0.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1920px){
  .member-name-one-line{
    padding-top: 0.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.member-name-two-line{
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .member-name-two-line{
    padding-left: 2.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1920px){
  .member-name-two-line{
    padding-top: 0.5rem;
  }
}

.member-interview-slide {
  transition: opacity 0.75s ease-in-out !important;
  top: 50%;
  .keen-slider__slide--active{
    height: 100%;
  }
  .keen-slider__slide--active{
    width: 100%;
  }
  .swiper-slide-active {
    /*Swiper.js側でも設定されているのでimportantを付与*/
    transition: height 0.75s ease-in-out, opacity 0.75s ease-in-out !important;
  }
  @media (min-width: 640px){
    .swiper-slide-active{
      height: 50% !important;
    }
  }
  @media (min-width: 640px){
    .swiper-slide-active{
      width: 66.666667% !important;
    }
  }
  .swiper-slide-active{
    opacity: 1 !important;
  }
  .swiper-slide-prev,
  .swiper-slide-next {
    transition: height 0.75s ease-in-out, opacity 0.75s ease-in-out !important;
  }
  .swiper-slide-prev,
  .swiper-slide-next{
    opacity: 0.4 !important;
  }
  .swiper-wrapper {
    width: 100%;
    height: -moz-max-content !important;
    height: max-content !important;
    transition-timing-function: linear !important;
    position: relative;
  }
  @media (min-width: 640px){
    .swiper-button-prev{
      margin-left: 12% !important;
    }
  }
  @media (min-width: 640px){
    .swiper-button-next{
      margin-right: 12%;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next{
    height: 62px !important;
  }
  @media (min-width: 640px){
    .swiper-button-prev,
  .swiper-button-next{
      height: 82px !important;
    }
  }
  @media (min-width: 1024px){
    .swiper-button-prev,
  .swiper-button-next{
      height: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-prev,
  .swiper-button-next{
      height: 142px !important;
    }
  }
  .swiper-button-prev,
  .swiper-button-next{
    width: 62px !important;
  }
  @media (min-width: 640px){
    .swiper-button-prev,
  .swiper-button-next{
      width: 82px !important;
    }
  }
  @media (min-width: 1024px){
    .swiper-button-prev,
  .swiper-button-next{
      width: 102px !important;
    }
  }
  @media (min-width: 1536px){
    .swiper-button-prev,
  .swiper-button-next{
      width: 142px !important;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 55%;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev::after {
    display: none;
  }
}

.top-ourbusiness-slide1 {
  .swiper-wrapper {
    height: 70% !important;
  }
  .swiper-pagination-bullet {
    background: #d9d9d9;
  }
  .swiper-pagination-bullet-active {
    background: #d9d9d9;
  }
  .swiper-pagination {
    position: relative !important;
  }
  .swiper-pagination{
    padding-top: 1rem;
  }
  @media (min-width: 640px){
    .swiper-pagination{
      padding-top: 3rem;
    }
  }
}

#top-ourbusiness-section {
  .swiper-pagination-bullet {
    background: #ffffff !important;
  }
  /*<div className="w-[14.72px] h-[14.72px] relative bg-[#202020] rounded-full outline-[3px] outline-white" />*/
  .swiper-pagination-bullet-active {
    /*background: #d9d9d9;*/
  }
  .swiper-pagination-bullet-active{
    border-radius: 9999px;
  }
  .swiper-pagination-bullet-active{
    --tw-bg-opacity: 1;
    background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  }
  .swiper-pagination-bullet-active{
    outline-width: 3px;
  }
  .swiper-pagination-bullet-active{
    outline-color: #fff;
  }
}

.submit-button{
  position: absolute;
  display: block;
  /* サイズ */
  height: 2rem;
  width: 2rem;
}

@media (min-width: 640px){
  .submit-button{
    height: 41px;
  }
}

@media (min-width: 768px){
  .submit-button{
    height: 44px;
  }
}

@media (min-width: 1024px){
  .submit-button{
    height: 46px;
  }
}

@media (min-width: 1280px){
  .submit-button{
    height: 3rem;
  }
}

.submit-button {
  /* ポジション */
  right: 0.75rem;
  top: 0px;
  --tw-translate-y: 8px;
  --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));
}

@media (min-width: 640px){
  .submit-button{
    right: 1rem;
  }
}

@media (min-width: 1024px){
  .submit-button{
    right: 1rem;
  }
}

@media (min-width: 1280px){
  .submit-button{
    --tw-translate-y: 8px;
    --tw-translate-x: -20px;
    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));
  }
}

.libre-slider{
  --tw-translate-y: -20px;
  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));
}

@media (min-width: 768px){
  .libre-slider{
    --tw-translate-y: -40px;
    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));
  }
}

.libre-slider {
  .swiper-slide {
    transform: scale(0.48) !important;
    opacity: 0.4;
    transition: transform 0.5s, opacity 0.5s;
    &.swiper-slide-active {
      transform: scale(1) !important;
      opacity: 1;
      z-index: 2;
    }
    &.swiper-slide-prev {
      transform: scale(0.8) !important;
      opacity: 0.6;
      z-index: 1;
    }
    &.swiper-slide-next {
      transform: scale(0.8) !important;
      opacity: 0.6;
      z-index: 1;
      + .swiper-slide + .swiper-slide {
        opacity: 0;
      }
    }
    &.is-before-prev {
      opacity: 0 !important;
      pointer-events: none;
    }
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-\[calc\(50\%-1\.5px\)\]::before{
  content: var(--tw-content);
  top: calc(50% - 1.5px);
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:h-\[3px\]::before{
  content: var(--tw-content);
  height: 3px;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[-1px\]::after{
  content: var(--tw-content);
  bottom: -1px;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[34px\]::after{
  content: var(--tw-content);
  width: 34px;
}

.after\:border-b-\[1px\]::after{
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-\[\#000000\]::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.after\:border-\[\#FFFFFF\]::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline:focus{
  outline-style: solid;
}

.focus\:outline-2:focus{
  outline-width: 2px;
}

.focus\:-outline-offset-2:focus{
  outline-offset: -2px;
}

.disabled\:opacity-20:disabled{
  opacity: 0.2;
}

.group:hover .group-hover\:rounded-\[20px\]{
  border-radius: 20px;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.data-\[closed\]\:translate-x-full[data-closed]{
  --tw-translate-x: 100%;
  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));
}

.data-\[enter\]\:translate-x-full[data-enter]{
  --tw-translate-x: 100%;
  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));
}

.data-\[leave\]\:translate-x-full[data-leave]{
  --tw-translate-x: 100%;
  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));
}

.data-\[selected\]\:border-b-4[data-selected]{
  border-bottom-width: 4px;
}

.data-\[focus\]\:bg-\[\#232323\][data-focus]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}

.data-\[focus\]\:text-white[data-focus]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.data-\[closed\]\:data-\[leave\]\:opacity-0[data-leave][data-closed]{
  opacity: 0;
}

.data-\[closed\]\:opacity-0[data-closed]{
  opacity: 0;
}

.data-\[selected\]\:opacity-100[data-selected]{
  opacity: 1;
}

.data-\[focus\]\:outline-none[data-focus]{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.data-\[leave\]\:transition[data-leave]{
  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;
}

.data-\[enter\]\:duration-300[data-enter]{
  transition-duration: 300ms;
}

.data-\[leave\]\:duration-100[data-leave]{
  transition-duration: 100ms;
}

.data-\[leave\]\:duration-200[data-leave]{
  transition-duration: 200ms;
}

.data-\[enter\]\:ease-out[data-enter]{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.data-\[leave\]\:ease-in[data-leave]{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.group[data-selected] .group-data-\[selected\]\:font-semibold{
  font-weight: 600;
}

@media not all and (min-width: 1280px){
  .max-xl\:h-\[240px\]{
    height: 240px;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:h-\[200px\]{
    height: 200px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:h-\[175px\]{
    height: 175px;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 376px){
  .xs\:-top-5{
    top: -1.25rem;
  }

  .xs\:left-10{
    left: 2.5rem;
  }

  .xs\:top-12{
    top: 3rem;
  }

  .xs\:h-14{
    height: 3.5rem;
  }

  .xs\:h-24{
    height: 6rem;
  }

  .xs\:h-\[64px\]{
    height: 64px;
  }

  .xs\:w-24{
    width: 6rem;
  }

  .xs\:w-\[64px\]{
    width: 64px;
  }

  .xs\:pt-12{
    padding-top: 3rem;
  }

  .xs\:pt-8{
    padding-top: 2rem;
  }

  .xs\:text-\[48px\]{
    font-size: 48px;
  }

  .xs\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px){
  .sm\:fixed{
    position: fixed;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:-bottom-4{
    bottom: -1rem;
  }

  .sm\:bottom-10{
    bottom: 2.5rem;
  }

  .sm\:bottom-12{
    bottom: 3rem;
  }

  .sm\:bottom-28{
    bottom: 7rem;
  }

  .sm\:bottom-8{
    bottom: 2rem;
  }

  .sm\:left-10{
    left: 2.5rem;
  }

  .sm\:left-4{
    left: 1rem;
  }

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:left-\[16\%\]{
    left: 16%;
  }

  .sm\:left-\[280px\]{
    left: 280px;
  }

  .sm\:left-\[9\%\]{
    left: 9%;
  }

  .sm\:right-2{
    right: 0.5rem;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:right-8{
    right: 2rem;
  }

  .sm\:right-\[4\%\]{
    right: 4%;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:top-32{
    top: 8rem;
  }

  .sm\:top-8{
    top: 2rem;
  }

  .sm\:top-\[58px\]{
    top: 58px;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:mx-\[10\%\]{
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:mx-\[15\%\]{
    margin-left: 15%;
    margin-right: 15%;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-\[64px\]{
    margin-bottom: 64px;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-1\/3{
    height: 33.333333%;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-2\/3{
    height: 66.666667%;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:h-3\/4{
    height: 75%;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-\[112px\]{
    height: 112px;
  }

  .sm\:h-\[14\.72px\]{
    height: 14.72px;
  }

  .sm\:h-\[253px\]{
    height: 253px;
  }

  .sm\:h-\[352px\]{
    height: 352px;
  }

  .sm\:h-\[80px\]{
    height: 80px;
  }

  .sm\:h-\[8px\]{
    height: 8px;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-\[112px\]{
    width: 112px;
  }

  .sm\:w-\[14\.72px\]{
    width: 14.72px;
  }

  .sm\:w-\[235px\]{
    width: 235px;
  }

  .sm\:w-\[24px\]{
    width: 24px;
  }

  .sm\:w-\[424px\]{
    width: 424px;
  }

  .sm\:w-\[546px\]{
    width: 546px;
  }

  .sm\:w-\[68px\]{
    width: 68px;
  }

  .sm\:w-\[82px\]{
    width: 82px;
  }

  .sm\:w-\[8px\]{
    width: 8px;
  }

  .sm\:w-\[90\%\]{
    width: 90%;
  }

  .sm\:w-\[calc\(36\/112\*100\%\)\]{
    width: calc(36 / 112 * 100%);
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: -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));
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
    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-flow-col{
    grid-auto-flow: column;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[300px_1fr\]{
    grid-template-columns: 300px 1fr;
  }

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:bg-\[\#272727\]{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 39 / var(--tw-bg-opacity));
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .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-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[15\%\]{
    padding-left: 15%;
    padding-right: 15%;
  }

  .sm\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .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-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-\[11px\]{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:py-\[8px\]{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pb-\[46px\]{
    padding-bottom: 46px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pl-44{
    padding-left: 11rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-60{
    padding-top: 15rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pt-\[40px\]{
    padding-top: 40px;
  }

  .sm\:pt-\[42px\]{
    padding-top: 42px;
  }

  .sm\:pt-\[9px\]{
    padding-top: 9px;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .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-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-\[154px\]{
    font-size: 154px;
  }

  .sm\:text-\[15px\]{
    font-size: 15px;
  }

  .sm\:text-\[16px\]{
    font-size: 16px;
  }

  .sm\:text-\[18px\]{
    font-size: 18px;
  }

  .sm\:text-\[62px\]{
    font-size: 62px;
  }

  .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-sm\/6{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:leading-\[120px\]{
    line-height: 120px;
  }

  .sm\:leading-\[18px\]{
    line-height: 18px;
  }

  .sm\:leading-\[24px\]{
    line-height: 24px;
  }

  .sm\:leading-\[30px\]{
    line-height: 30px;
  }

  .sm\:leading-\[34px\]{
    line-height: 34px;
  }

  .sm\:leading-\[49px\]{
    line-height: 49px;
  }

  .sm\:tracking-\[4px\]{
    letter-spacing: 4px;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:after\:bottom-\[-2px\]::after{
    content: var(--tw-content);
    bottom: -2px;
  }
}

@media (min-width: 768px){
  .md\:left-\[-20px\]{
    left: -20px;
  }

  .md\:left-\[20\%\]{
    left: 20%;
  }

  .md\:left-\[5\.64vw\]{
    left: 5.64vw;
  }

  .md\:left-\[54\.5\%\]{
    left: 54.5%;
  }

  .md\:right-\[-56px\]{
    right: -56px;
  }

  .md\:right-\[1\%\]{
    right: 1%;
  }

  .md\:top-16{
    top: 4rem;
  }

  .md\:top-\[-240px\]{
    top: -240px;
  }

  .md\:top-\[-8vw\]{
    top: -8vw;
  }

  .md\:top-\[10\.72vw\]{
    top: 10.72vw;
  }

  .md\:top-\[16px\]{
    top: 16px;
  }

  .md\:top-\[180px\]{
    top: 180px;
  }

  .md\:top-\[3\.2vw\]{
    top: 3.2vw;
  }

  .md\:top-\[60\%\]{
    top: 60%;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-\[0\.83vw\]{
    margin-bottom: 0.83vw;
  }

  .md\:mb-\[1\.39vw\]{
    margin-bottom: 1.39vw;
  }

  .md\:mb-\[1\.67vw\]{
    margin-bottom: 1.67vw;
  }

  .md\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }

  .md\:mb-\[5\.06vw\]{
    margin-bottom: 5.06vw;
  }

  .md\:mb-\[72px\]{
    margin-bottom: 72px;
  }

  .md\:mb-\[8px\]{
    margin-bottom: 8px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-\[108px\]{
    height: 108px;
  }

  .md\:h-\[2\.57vw\]{
    height: 2.57vw;
  }

  .md\:h-\[318px\]{
    height: 318px;
  }

  .md\:h-\[34\.99px\]{
    height: 34.99px;
  }

  .md\:h-\[6\.71vw\]{
    height: 6.71vw;
  }

  .md\:h-\[8px\]{
    height: 8px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-\[100\%\]{
    width: 100%;
  }

  .md\:w-\[108px\]{
    width: 108px;
  }

  .md\:w-\[150px\]{
    width: 150px;
  }

  .md\:w-\[18px\]{
    width: 18px;
  }

  .md\:w-\[2\.74vw\]{
    width: 2.74vw;
  }

  .md\:w-\[20\.99px\]{
    width: 20.99px;
  }

  .md\:w-\[217\.26px\]{
    width: 217.26px;
  }

  .md\:w-\[30px\]{
    width: 30px;
  }

  .md\:w-\[34\.99px\]{
    width: 34.99px;
  }

  .md\:w-\[528px\]{
    width: 528px;
  }

  .md\:w-\[6\.71vw\]{
    width: 6.71vw;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-\[78\%\]{
    width: 78%;
  }

  .md\:w-\[7vw\]{
    width: 7vw;
  }

  .md\:w-\[80px\]{
    width: 80px;
  }

  .md\:w-\[88\%\]{
    width: 88%;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:translate-y-\[-2\.51vw\]{
    --tw-translate-y: -2.51vw;
    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-flow-col{
    grid-auto-flow: column;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-\[1\.39vw\]{
    gap: 1.39vw;
  }

  .md\:gap-\[17px\]{
    gap: 17px;
  }

  .md\:gap-\[8px\]{
    gap: 8px;
  }

  .md\:rounded-\[0px\]{
    border-radius: 0px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r-\[1px\]{
    border-right-width: 1px;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-\[0\.78vw\]{
    padding-left: 0.78vw;
    padding-right: 0.78vw;
  }

  .md\:px-\[3\.13vw\]{
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }

  .md\:py-\[0\.36vw\]{
    padding-top: 0.36vw;
    padding-bottom: 0.36vw;
  }

  .md\:py-\[7\.5vw\]{
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }

  .md\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:\!pt-\[6\.94vw\]{
    padding-top: 6.94vw !important;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

  .md\:pb-\[207px\]{
    padding-bottom: 207px;
  }

  .md\:pb-\[3\.13vw\]{
    padding-bottom: 3.13vw;
  }

  .md\:pl-\[20px\]{
    padding-left: 20px;
  }

  .md\:pl-\[25px\]{
    padding-left: 25px;
  }

  .md\:pr-\[20px\]{
    padding-right: 20px;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-80{
    padding-top: 20rem;
  }

  .md\:pt-\[16px\]{
    padding-top: 16px;
  }

  .md\:pt-\[4\.31vw\]{
    padding-top: 4.31vw;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-\[0\.83vw\]{
    font-size: 0.83vw;
  }

  .md\:text-\[0\.97vw\]{
    font-size: 0.97vw;
  }

  .md\:text-\[1\.11vw\]{
    font-size: 1.11vw;
  }

  .md\:text-\[1\.53vw\]{
    font-size: 1.53vw;
  }

  .md\:text-\[1\.5vw\]{
    font-size: 1.5vw;
  }

  .md\:text-\[10\.5vw\]{
    font-size: 10.5vw;
  }

  .md\:text-\[10px\]{
    font-size: 10px;
  }

  .md\:text-\[12px\]{
    font-size: 12px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[74px\]{
    font-size: 74px;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[40px\]{
    line-height: 40px;
  }

  .md\:leading-\[50px\]{
    line-height: 50px;
  }

  .md\:after\:bottom-\[-4px\]::after{
    content: var(--tw-content);
    bottom: -4px;
  }
}

@media (min-width: 1024px){
  .lg\:left-8{
    left: 2rem;
  }

  .lg\:left-\[-11\.11vw\]{
    left: -11.11vw;
  }

  .lg\:right-\[-2\.71vw\]{
    right: -2.71vw;
  }

  .lg\:right-\[14\.42vw\]{
    right: 14.42vw;
  }

  .lg\:top-\[-11\.11vw\]{
    top: -11.11vw;
  }

  .lg\:top-\[-9vw\]{
    top: -9vw;
  }

  .lg\:top-\[2\.78vw\]{
    top: 2.78vw;
  }

  .lg\:top-\[5vw\]{
    top: 5vw;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-\[2\.08vw\]{
    margin-bottom: 2.08vw;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-\[0\.56vw\]{
    height: 0.56vw;
  }

  .lg\:h-\[10\.19vw\]{
    height: 10.19vw;
  }

  .lg\:h-\[3\.47vw\]{
    height: 3.47vw;
  }

  .lg\:h-\[383px\]{
    height: 383px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-\[1\.78vw\]{
    width: 1.78vw;
  }

  .lg\:w-\[10\.19vw\]{
    width: 10.19vw;
  }

  .lg\:w-\[102px\]{
    width: 102px;
  }

  .lg\:w-\[2\.07vw\]{
    width: 2.07vw;
  }

  .lg\:w-\[28\.13vw\]{
    width: 28.13vw;
  }

  .lg\:w-\[3\.47vw\]{
    width: 3.47vw;
  }

  .lg\:w-\[32\.36vw\]{
    width: 32.36vw;
  }

  .lg\:w-\[532px\]{
    width: 532px;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[632px\]{
    width: 632px;
  }

  .lg\:w-\[calc\(100\%-24\.86vw\)\]{
    width: calc(100% - 24.86vw);
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.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));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:gap-\[0\.9vw\]{
    gap: 0.9vw;
  }

  .lg\:gap-\[1\.18vw\]{
    gap: 1.18vw;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[6\.39vw\]{
    padding-top: 6.39vw;
    padding-bottom: 6.39vw;
  }

  .lg\:pl-36{
    padding-left: 9rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pl-\[8\.13vw\]{
    padding-left: 8.13vw;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-\[4\.44vw\]{
    padding-right: 4.44vw;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-\[0\.83vw\]{
    font-size: 0.83vw;
  }

  .lg\:text-\[0\.97vw\]{
    font-size: 0.97vw;
  }

  .lg\:text-\[1\.11vw\]{
    font-size: 1.11vw;
  }

  .lg\:text-\[12\.5vw\]{
    font-size: 12.5vw;
  }

  .lg\:text-\[15px\]{
    font-size: 15px;
  }

  .lg\:text-\[2\.22vw\]{
    font-size: 2.22vw;
  }

  .lg\:text-\[2\.36vw\]{
    font-size: 2.36vw;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-\[11\.11vw\]{
    line-height: 11.11vw;
  }

  .lg\:after\:bottom-\[-5px\]::after{
    content: var(--tw-content);
    bottom: -5px;
  }
}

@media (min-width: 1033px){
  .laptop\:mb-16{
    margin-bottom: 4rem;
  }

  .laptop\:block{
    display: block;
  }

  .laptop\:flex{
    display: flex;
  }

  .laptop\:hidden{
    display: none;
  }

  .laptop\:h-full{
    height: 100%;
  }

  .laptop\:w-full{
    width: 100%;
  }

  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:flex-row{
    flex-direction: row;
  }

  .laptop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:pt-0{
    padding-top: 0px;
  }

  .laptop\:opacity-80{
    opacity: 0.8;
  }
}

@media (min-width: 1280px){
  .xl\:left-32{
    left: 8rem;
  }

  .xl\:left-\[78px\]{
    left: 78px;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-\[95px\]{
    margin-bottom: 95px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-3\/4{
    height: 75%;
  }

  .xl\:h-\[448px\]{
    height: 448px;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-\[736px\]{
    width: 736px;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pl-\[78px\]{
    padding-left: 78px;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[16px\]{
    font-size: 16px;
  }

  .xl\:after\:bottom-\[-6px\]::after{
    content: var(--tw-content);
    bottom: -6px;
  }
}

@media (min-width: 1536px){
  .\32xl\:mb-4{
    margin-bottom: 1rem;
  }

  .\32xl\:mt-4{
    margin-top: 1rem;
  }

  .\32xl\:h-44{
    height: 11rem;
  }

  .\32xl\:h-\[280px\]{
    height: 280px;
  }

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:w-\[142px\]{
    width: 142px;
  }

  .\32xl\:w-\[798px\]{
    width: 798px;
  }

  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }

  .\32xl\:grid-cols-\[400px_1fr\]{
    grid-template-columns: 400px 1fr;
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:pb-12{
    padding-bottom: 3rem;
  }

  .\32xl\:pb-16{
    padding-bottom: 4rem;
  }

  .\32xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem;
  }

  .\32xl\:pb-4{
    padding-bottom: 1rem;
  }

  .\32xl\:pl-24{
    padding-left: 6rem;
  }

  .\32xl\:pt-12{
    padding-top: 3rem;
  }

  .\32xl\:pt-16{
    padding-top: 4rem;
  }

  .\32xl\:pt-24{
    padding-top: 6rem;
  }

  .\32xl\:pt-4{
    padding-top: 1rem;
  }

  .\32xl\:pt-40{
    padding-top: 10rem;
  }

  .\32xl\:pt-52{
    padding-top: 13rem;
  }

  .\32xl\:pt-8{
    padding-top: 2rem;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-\[11\.5vw\]{
    font-size: 11.5vw;
  }

  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-9{
    line-height: 2.25rem;
  }

  .\32xl\:leading-\[42px\]{
    line-height: 42px;
  }

  .\32xl\:leading-\[52px\]{
    line-height: 52px;
  }
}

@media (min-width: 1920px){
  .FHD\:left-12{
    left: 3rem;
  }

  .FHD\:h-3\/4{
    height: 75%;
  }

  .FHD\:h-32{
    height: 8rem;
  }

  .FHD\:w-3\/4{
    width: 75%;
  }

  .FHD\:grid-cols-\[600px_1fr\]{
    grid-template-columns: 600px 1fr;
  }

  .FHD\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .FHD\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .FHD\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .FHD\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .FHD\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .FHD\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .FHD\:leading-10{
    line-height: 2.5rem;
  }

  .FHD\:leading-\[52px\]{
    line-height: 52px;
  }
}

@media (min-width: 2560px){
  .\34k\:h-3\/4{
    height: 75%;
  }

  .\34k\:w-3\/4{
    width: 75%;
  }

  .\34k\:pl-96{
    padding-left: 24rem;
  }

  .\34k\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}