@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

:root {
  --body-color: #666666;
  --primary-color: #807766;
  --stroke-color: #E4E2D7;
  --text-color: #333333;
  --text-secondary-color: #666666;
  --black: #000000;
  --dark-gray: #343331;
  --light-gray: #EDEDED;
  --bg-color: #D6D1C8;
  --bg-secondary-color: #F6F3E7;
  --bg-third-color: #EEEDDF;
  --bg-fourth-color: #F4F1E4;
  --bg-button-color: #443427;
  --border-color: rgba(0, 0, 0, 0.20);
  --text-opacity: rgba(0, 0, 0, 0.60);
  --text-white: #FFFFFF;
  --text-opacity-02: rgba(34, 34, 34, 0.50);
  --text-opacity-03: rgba(0, 0, 0, 0.8);
  --text-nav: rgba(255, 255, 255, 0.8);
  --blue-01: rgb(0, 72, 107);
  --blue-02: #CAD9DF;
  --blue-03: #013C5D;
  --blue-04: #00486B;
  --blue-05: #BFD7E9;
  --blue-06: #E7F5FF;
  --dark-blue: #032434;
  --gray-01: #A8A8A8;
  --gray-02: #9E9E9E;
  --brown-01: #757373;
  --gray-04: #515456;
  --gray-03: #E9E9E9;
  --required-field: #E53A22;
  --header-height: 3.5rem;
  --font-60: 3.75rem;
  --font-48: 3rem;
  --font-40: 2.5rem;
  --font-30: 1.875rem;
  --font-28: 1.75rem;
  --font-24: 1.5rem;
  --font-20: 1.25rem;
  --font-18: 1.125rem;
  --font-16: 1rem;
  --font-14: 0.875rem;
  --font-12: 0.75rem;
}

body {
  overflow-x: hidden !important;
}

.shimanami * {
	font-family: 'Minion Variable Concept', serif !important;
}

.gg-map > iframe {
	width: 100%;
}

.c-menu {
  position: fixed;
  left: -100%;
  top: var(--header-height);
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 7rem;
  height: calc(100dvh - 3.5rem);
  transition: transform 0.5s ease-out;
}

.c-menu.active {
  --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));
}

.c-header {
  position: fixed;
  top: calc(var(--header-height) * -1);
  left: 0px;
  z-index: 50;
  height: var(--header-height);
  width: 100%;
  transition: transform 0.5s ease-out;
}

.c-header.active {
  --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));
}

.swiper-container {
  position: relative;
  width: 100%;
  background: transparent;
  height: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  background-color: transparent;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
  margin-right: 0.25rem !important;
  display: block;
  width: max-content;
}

.checkbox-accept>p {
  display: flex;
  align-items: center;
}

.banner-experience>img {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

#cursorImage {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.1s ease;
  z-index: 9999;
}

.testimoniaslSlider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.steps_train {
  position: relative;

  &::after {
    content: '';
  }

  &::after {
    position: absolute;
  }

  &::after {
    left: 1.5rem;
  }

  &::after {
    top: 50%;
  }

  &::after {
    height: 0px;
  }

  &::after {
    width: 100%;
  }

  &::after {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  &::after {
    border-width: 1px;
  }

  &::after {
    border-style: dashed;
  }

  &::after {
    border-color: var(--black);
  }

  @media (min-width: 640px) {
    &::after {
      width: calc(95% - 1rem);
    }
  }
}

.c-card-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.c-card-info--icon {
  display: flex;
  height: 1.375rem;
  width: 1.375rem;
  align-items: center;
}

.c-card-info--text {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.c-button {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-bottom-width: 1px;
  opacity: 0.6;
  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;
}

.c-button:hover {
  opacity: 1;
}

.overlay-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  order: 1;
  height: 100vh;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .overlay-popup {
    width: 30%;
  }
}

.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  order: 2;
  height: 100vh;
  width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  background-color: var(--bg-secondary-color);
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .popup {
    width: 70%;
    padding: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .popup {
    padding: 20px;
  }
}

/* .swiper-pagination .swiper-pagination-bullet {
  @apply bg-white;
} */

.swiper.swiper-free-mode>.swiper-wrapper,
.mySwiperNijikichi.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* #button-contact:hover img {
  content: url("/src/assets/icons/arrow-right-white.svg");
} */

/* @supports (scrollbar-gutter: stable) {
  html {
    scrollbar-gutter: stable; /* Giữ khoảng trống ngay cả khi không có thanh cuộn */
}
}

*/ html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

.banner-slider .swiper-wrapper>.swiper-slide-prev,
.banner-slider .swiper-wrapper>.swiper-slide-next {
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.banner-slider .swiper-wrapper>.swiper-slide-prev,
.banner-slider .swiper-wrapper>.swiper-slide-next {
  transition: all 0.3s ease-in-out !important;
}

@media (min-width: 768px) {

  .banner-slider .swiper-wrapper>.swiper-slide-prev,
  .banner-slider .swiper-wrapper>.swiper-slide-next {
    transform: translateY(3.75rem) !important;
  }
}

.banner-slider .swiper-wrapper>.swiper-slide-active {
  transition: all 0.3s ease-in-out !important;
}

@media (min-width: 768px) {
  .banner-slider .swiper-wrapper>.swiper-slide-active {
    transform: translateY(7.5rem) !important;
  }
}

.banner-slider .swiper-wrapper>.swiper-slide {
  transition: all 0.3s ease-in-out;
  right: calc(100% * 0.05);
}

@media (min-width: 768px) {
  .banner-slider .swiper-wrapper>.swiper-slide {
    transform: translateY(0);
  }
}


.active-link {
  font-weight: 400 !important;
  color: var(--text-color) !important;
}

input::-moz-placeholder {
  color: red;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

input::placeholder {
  color: red;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* .header-other li a,
.header-other .language span {
  @apply text-text-color hover:text-text-color;
} */

.header-other .language a .global-black,
.header-other-sp>a .global-black {
  content: url("/src/assets/icons/global-black.svg");
}

/* .header-other .language a .global-white,
.header-other-sp>a .global-white {
  content: url("/src/assets/icons/global.svg");
}

.header-other li .menu-btn-pc img,
.header-other-sp .menu-btn-mobile img {
  content: url("/src/assets/icons/open-menu.svg");
} */

.header-other .button-book button,
.header-other-sp .button-book {
  background-color: var(--bg-button-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-other .button-book button:hover,
.header-other-sp .button-book:hover {
  background-color: var(--bg-secondary-color);
  color: var(--text-color);
}

.language:hover a .global-white {
  content: url("../icons/black-global.svg");
}

.language:hover a .global-black {
  content: url("../icons/global.svg");
}

.language-sp:hover a img {
  content: url("../icons/black-global.svg");
}

/* .menu:hover .black-menu {
  content: url("../icons/open-menu-white.svg");
} */

/* .menu:hover .white-menu {
  content: url("../icons/black-menu.svg");
} */

.fisherman-slide {
  height: 9rem !important;
  width: 6.75rem !important;
}

@media (min-width: 768px) {
  .fisherman-slide {
    height: 32rem !important;
    width: 24rem !important;
  }
}

.fisherman-img {
  height: 9rem;
  width: 6.75rem;
}

@media (min-width: 768px) {
  .fisherman-img {
    height: 32rem;
    width: 24rem;
  }
}

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

body {
  font-family: Helvetica, sans-serif;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-\[4\.125rem\] {
  bottom: 4.125rem;
}

.bottom-\[7\.5rem\] {
  bottom: 7.5rem;
}

.bottom-\[calc\(100dvw\*0\.09\)\] {
  bottom: calc(100dvw * 0.09);
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

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

.left-\[15\.5\%\] {
  left: 15.5%;
}

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

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

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

.right-\[calc\(100dvw\*0\.05\)\] {
  right: calc(100dvw * 0.05);
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

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

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

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

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

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

.top-\[calc\(100\%\*0\.15\)\] {
  top: calc(100% * 0.15);
}

.top-\[calc\(100dvw\*0\.4\*-1\)\] {
  top: calc(100dvw * 0.4 * -1);
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.float-right {
  float: right;
}

.m-4 {
  margin: 1rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[3\.75rem\] {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-\[3rem\] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-\[-3\.125rem\] {
  margin-bottom: -3.125rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}

.mb-\[4\.25rem\] {
  margin-bottom: 4.25rem;
}


.mb-\[5rem\] {
  margin-bottom: 5rem;
}

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

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

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

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

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

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

.mr-\[4\.375rem\] {
  margin-right: 4.375rem;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-\[1\.0625rem\] {
  margin-top: 1.0625rem;
}

.mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}

.mt-\[1\.5625rem\] {
  margin-top: 1.5625rem;
}

.mt-\[200\%\] {
  margin-top: 200%;
}

.mt-\[145\%\] {
  margin-top: 145%;
}

.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}

.mt-\[42\.25rem\] {
  margin-top: 42.25rem;
}

.mt-\[6\.25rem\] {
  margin-top: 6.25rem;
}

.mt-\[8\.75rem\] {
  margin-top: 8.75rem;
}

.mt-\[calc\(100dvw\*0\.3\*-1\)\] {
  margin-top: calc(100dvw * 0.3 * -1);
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.aspect-\[12\/5\] {
  aspect-ratio: 12/5;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-\[20\/11\] {
  aspect-ratio: 20/11;
}

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

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

.aspect-\[5\/6\] {
  aspect-ratio: 5/6;
}

.aspect-\[6\/5\] {
  aspect-ratio: 6/5;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-max {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.\!h-1\/5 {
  height: 20% !important;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.875rem\] {
  height: 0.875rem;
}

.h-\[1\.25rem\] {
  height: 1.25rem;
}

.h-\[1\.5rem\] {
  height: 1.5rem;
}

.h-\[11\.625rem\] {
  height: 11.625rem;
}

.h-\[12\.25rem\] {
  height: 12.25rem;
}

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

.h-\[1rem\] {
  height: 1rem;
}

.h-\[2\.25rem\] {
  height: 2.25rem;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-\[35rem\] {
  height: 35rem;
}

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

.h-\[40\.625rem\] {
  height: 40.625rem;
}

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

.h-\[6\.25rem\] {
  height: 6.25rem;
}

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

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

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

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

.h-\[calc\(100dvh\*0\.9\)\] {
  height: calc(100dvh * 0.9);
}

.h-\[calc\(100dvw\*0\.3\)\] {
  height: calc(100dvw * 0.3);
}

.h-\[calc\(100dvw\*0\.4\)\] {
  height: calc(100dvw * 0.4);
}

.h-\[calc\(100dvw\*0\.7\)\] {
  height: calc(100dvw * 0.7);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-dvw {
  height: 100dvw;
}

.h-screen {
  height: 100vh;
}

.max-h-\[28\.125rem\] {
  max-height: 28.125rem;
}

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

.max-h-\[40\.625rem\] {
  max-height: 40.625rem;
}

.min-h-\[19\.875rem\] {
  min-height: 19.875rem;
}

.min-h-\[23\.5rem\] {
  min-height: 23.5rem;
}

.min-h-\[28rem\] {
  min-height: 28rem;
}

.min-h-\[30\.625rem\] {
  min-height: 30.625rem;
}

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

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

.\!w-\[10rem\] {
  width: 10rem !important;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[0\.875rem\] {
  width: 0.875rem;
}

.w-\[1\.25rem\] {
  width: 1.25rem;
}

.w-\[1\.5rem\] {
  width: 1.5rem;
}

.w-\[10rem\] {
  width: 10rem;
}

.w-\[11\.625rem\] {
  width: 11.625rem;
}

.w-\[1rem\] {
  width: 1rem;
}

.w-\[2\.25rem\] {
  width: 2.25rem;
}

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

.w-\[20rem\] {
  width: 20rem;
}

.w-\[21\.5rem\] {
  width: 21.5rem;
}

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

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

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

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

.w-\[31\.5\%\] {
  width: 31.5%;
}

.w-\[4\.5rem\] {
  width: 4.5rem;
}

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

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

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-\[6\.25rem\] {
  width: 6.25rem;
}

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

.w-full {
  width: 100%;
}

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

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

.min-w-\[11\.25rem\] {
  min-width: 11.25rem;
}

.min-w-\[13rem\] {
  min-width: 13rem;
}

.min-w-\[25rem\] {
  min-width: 25rem;
}

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

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

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

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

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

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

.min-w-\[calc\(100dvw\/4\)\] {
  min-width: calc(100dvw / 4);
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-\[36\.25rem\] {
  max-width: 36.25rem;
}

.max-w-\[36\.625rem\] {
  max-width: 36.625rem;
}

.max-w-\[49\.5rem\] {
  max-width: 49.5rem;
}

.max-w-\[55rem\] {
  max-width: 55rem;
}

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

.max-w-\[calc\(100dvw\*0\.24\)\] {
  max-width: calc(100dvw * 0.24);
}

.max-w-\[calc\(100dvw\*0\.25\)\] {
  max-width: calc(100dvw * 0.25);
}

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

.-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-1\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-full {
  --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));
}

.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[0\.375rem\] {
  gap: 0.375rem;
}

.gap-\[0\.625rem\] {
  gap: 0.625rem;
}

.gap-\[0\.875rem\] {
  gap: 0.875rem;
}

.gap-\[10\.5\%\] {
  gap: 10.5%;
}

.gap-\[3\.75rem\] {
  gap: 3.75rem;
}

.gap-\[7\.5rem\] {
  gap: 7.5rem;
}

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

.space-x-6> :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)));
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-\[0\.625rem\] {
  border-width: 0.625rem;
}

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

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-bg-third-color {
  border-color: var(--bg-third-color);
}

.border-black {
  border-color: var(--black);
}

.border-border-color {
  border-color: var(--border-color);
}

.border-stroke-color {
  border-color: var(--stroke-color);
}

.border-text-color {
  border-color: var(--text-color);
}

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

.bg-\[linear-gradient\(0deg\2c _rgba\(0\2c 0\2c 0\2c 0\.20\)_0\%\2c _rgba\(0\2c 0\2c 0\2c 0\.20\)_100\%\)\2c _lightgray\] {
  background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray;
}

.bg-bg-button-color {
  background-color: var(--bg-button-color);
}

.bg-bg-color {
  background-color: var(--bg-color);
}

.bg-bg-fourth-color {
  background-color: var(--bg-fourth-color);
}

.bg-bg-secondary-color {
  background-color: var(--bg-secondary-color);
}

.bg-bg-third-color {
  background-color: var(--bg-third-color);
}

.bg-black {
  background-color: var(--black);
}

.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}

.bg-primary-color {
  background-color: var(--primary-color);
}

.bg-stroke-color {
  background-color: var(--stroke-color);
}

.bg-text-color {
  background-color: var(--text-color);
}

.bg-transparent {
  background-color: transparent;
}

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

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

.bg-\[url\(\'\.\.\/images\/bg-footer\.webp\'\)\] {
  background-image: url('../images/bg-footer.webp');
}

.bg-\[url\(\'\.\.\/images\/fujimoto\/banner-contact-fujimoto-sp\.webp\'\)\] {
  background-image: url('../images/fujimoto/banner-contact-fujimoto-sp.webp');
}

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

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

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

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

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

.object-bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

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

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

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

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

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

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

.pl-\[5\.5rem\] {
  padding-left: 5.5rem;
}

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

.pr-\[10rem\] {
  padding-right: 10rem;
}

.\!mt-\[6rem\] {
  margin-top: 6rem !important;
}

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

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

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

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

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

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

.pt-\[1\.625rem\] {
  padding-top: 1.625rem;
}

.pt-\[3\.73rem\] {
  padding-top: 3.73rem;
}

.pt-\[3\.75rem\] {
  padding-top: 3.75rem;
}

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

.pt-\[6\.25rem\] {
  padding-top: 6.25rem;
}

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

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

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

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

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

.font-Helvetica {
  font-family: Helvetica, sans-serif;
}

.font-NotoSerifJP {
  font-family: Noto Serif JP, sans-serif;
}

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

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-p-12 {
  font-size: var(--font-12);
  line-height: 166%;
}

.text-p-14 {
  font-size: var(--font-14);
  line-height: 120%;
}

.text-p-16 {
  font-size: var(--font-16);
  line-height: 150%;
}

.text-p-20 {
  font-size: var(--font-20);
  line-height: 140%;
}

.text-p-24 {
  font-size: var(--font-24);
  line-height: 128%;
}

.text-p-30 {
  font-size: var(--font-30);
  line-height: 120%;
}

.text-p-40 {
  font-size: var(--font-40);
  line-height: 130%;
}

.text-p-48 {
  font-size: var(--font-48);
  line-height: 150%;
}

.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-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

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

.italic {
  font-style: italic;
}

.text-black {
  color: var(--black);
}

.text-body-color {
  color: var(--body-color);
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary-color {
  color: var(--primary-color);
}

.text-required-field {
  color: var(--required-field);
}

.text-text-color {
  color: var(--text-color);
}

.text-text-nav {
  color: var(--text-nav);
}

.text-text-opacity {
  color: var(--text-opacity);
}

.text-text-opacity-02 {
  color: var(--text-opacity-02);
}

.text-text-opacity-03 {
  color: var(--text-opacity-03);
}

.text-text-secondary-color {
  color: var(--text-secondary-color);
}

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

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

@media screen and (max-width: 375px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  html {
    font-size: calc(16 / 1366 * 100vw);
  }
}

@media (min-width: 768px) and (max-width: 1310px) {
  .featured-masters * {
    font-size: calc(16 / 1310 * 100vw) !important;
  }
}

@font-face {
  font-family: 'Helvetica';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../fonts/Helvetica.woff2');
}

@font-face {
  font-family: 'Helvetica';

  font-size: normal;

  font-display: swap;

  font-weight: 100;

  src: url('../fonts/Helvetica-Light.woff2');
}

@font-face {
  font-family: 'DemiBT';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../fonts/venetian-301-demi-bt.woff');
}


@font-face {
  font-family: 'TenMincho' sans-serif;

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../fonts/TenMinchoRegular.woff');
}

@font-face {
  font-family: 'Minion Variable Concept';
  font-size: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../src/assets/fonts/Minion-Variable-Concept.otf');
}


/* @font-face {
  font-family: 'Noto Serif JP';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
} */

.hover\:bg-bg-button-color:hover {
  background-color: var(--bg-button-color);
}

.hover\:bg-bg-secondary-color:hover {
  background-color: var(--bg-secondary-color);
}

.hover\:bg-black:hover {
  background-color: var(--black);
}

.hover\:text-black:hover {
  color: var(--black);
}

.hover\:text-body-color:hover {
  color: var(--body-color);
}

.hover\:text-text-color:hover {
  color: var(--text-color);
}

.hover\:text-text-nav:hover {
  color: var(--text-nav);
}

.hover\:text-text-secondary-color:hover {
  color: var(--text-secondary-color);
}

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

.hover\:\!opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:text-black {
  color: var(--black);
}

.group:hover .group-hover\:text-body-color {
  color: var(--body-color);
}

.group:hover .group-hover\:text-text-nav {
  color: var(--text-nav);
}

.group:hover .group-hover\:text-text-color {
  color: var(--text-color);
}

@media (min-width: 640px) {
  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[6\/5\] {
    aspect-ratio: 6/5;
  }

  .sm\:h-full {
    height: 100%;
  }

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

  .sm\:w-1\/5 {
    width: 20%;
  }

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-\[calc\(100dvw\*0\.15\)\] {
    max-width: calc(100dvw * 0.15);
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:\!mt-\[4rem\] {
    margin-top: 4rem !important;
  }

  .md\:\!mt-\[6rem\] {
    margin-top: 6rem !important;
  }

  .md\:\!mt-\[7\.5rem\] {
    margin-top: 7.5rem !important;
  }


  .md\:h-\[calc\(100dvw\*0\.7\)\] {
    height: calc(100dvw * 0.7);
  }

  .md\:bottom-\[16\.5\%\] {
    bottom: 16.5%;
  }

  .md\:left-\[-3\.75rem\] {
    left: -3.75rem;
  }

  .md\:left-\[8\.5\%\] {
    left: 8.5%;
  }

  .md\:left-\[calc\(100\%\*0\.14\)\] {
    left: calc(100% * 0.14);
  }

  .md\:left-\[calc\(100\%\/12\)\] {
    left: calc(100% / 12);
  }

  .md\:left-\[calc\(100\%\/6\)\] {
    left: calc(100% / 6);
  }

  .md\:right-\[-3\.75rem\] {
    right: -3.75rem;
  }

  .md\:right-\[calc\(100\%\*0\.14\)\] {
    right: calc(100% * 0.14);
  }

  .md\:top-\[11rem\] {
    top: 11rem;
  }

  .md\:top-\[6rem\] {
    top: 6rem;
  }

  .md\:top-\[calc\(100dvw\*0\.32\*-1\)\] {
    top: calc(100dvw * 0.32 * -1);
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:mx-\[3\.75rem\] {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-\[3\.75rem\] {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:my-\[6\.25rem\] {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .md\:mb-\[6\.25rem\] {
    margin-bottom: 6.25rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-\[3rem\] {
    margin-left: 3rem;
  }

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

  .md\:mt-\[-4rem\] {
    margin-top: -4rem;
  }

  .md\:mt-\[-9rem\] {
    margin-top: -9rem;
  }

  .md\:mt-\[1\.75rem\] {
    margin-top: 1.75rem;
  }

  .md\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

  .md\:mt-\[6\.25rem\] {
    margin-top: 6.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

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

  .md\:h-\[18\.75rem\] {
    height: 18.75rem;
  }

  .md\:h-\[22\.5rem\] {
    height: 22.5rem;
  }

  .md\:h-\[22\.875rem\] {
    height: 22.875rem;
  }

  .md\:h-\[26\.125rem\] {
    height: 26.125rem;
  }

  .md\:h-\[34\.375rem\] {
    height: 34.375rem;
  }

  .md\:h-\[calc\(100dvw\*0\.35\)\] {
    height: calc(100dvw * 0.35);
  }

  .md\:h-\[42rem\] {
    height: 42rem;
  }


  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[30rem\] {
    max-height: 30rem;
  }

  .md\:max-h-\[50\%\] {
    max-height: 50%;
  }

  .md\:min-h-\[19\.875rem\] {
    min-height: 19.875rem;
  }

  .md\:min-h-\[30\.5rem\] {
    min-height: 30.5rem;
  }

  .md\:min-h-\[43\.75rem\] {
    min-height: 43.75rem;
  }

  .md\:\!w-\[17\.625rem\] {
    width: 17.625rem !important;
  }

  .md\:\!text-text-48 {
    width: 3rem !important;
  }

  .md\:w-\[11\.25rem\] {
    width: 11.25rem;
  }

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

  .md\:w-\[17\.625rem\] {
    width: 17.625rem;
  }

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

  .md\:w-\[18\.75rem\] {
    width: 18.75rem;
  }

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

  .md\:w-\[31\.5\%\] {
    width: 31.5%;
  }

  .md\:w-\[36\.5625rem\] {
    width: 36.5625rem;
  }

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

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

  .md\:w-\[54\.4\%\] {
    width: 54.4%;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[23\.9375rem\] {
    min-width: 23.9375rem;
  }

  .md\:min-w-\[24rem\] {
    min-width: 24rem;
  }

  .md\:max-w-\[31\.25rem\] {
    max-width: 31.25rem;
  }

  .md\:max-w-\[49rem\] {
    max-width: 49rem;
  }

  .md\:max-w-\[55\%\] {
    max-width: 55%;
  }

  .md\:max-w-\[calc\(100\%\*0\.39\)\] {
    max-width: calc(100% * 0.39);
  }

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

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

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

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

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .md\:gap-\[8\.875rem\] {
    gap: 8.875rem;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:text-balance {
    text-wrap: balance;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-black {
    border-color: var(--black);
  }

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

  .md\:bg-\[url\(\'\.\.\/images\/fujimoto\/banner-contact-fujimoto\.webp\'\)\] {
    background-image: url('../images/fujimoto/banner-contact-fujimoto.webp');
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-\[5rem\] {
    padding: 5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .md\:px-\[1\.625rem\] {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .md\:pt-\[3\.125rem\] {
    padding-top: 3.125rem;
  }

  .md\:px-\[3\.75rem\] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-\[7\.5rem\] {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

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

  .md\:px-\[8rem\] {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-\[3\.75rem\] {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }

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

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

  .md\:pl-\[3\.125rem\] {
    padding-left: 3.125rem;
  }

  .md\:pl-\[5\.5rem\] {
    padding-left: 5.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-\[5\.5rem\] {
    padding-right: 5.5rem;
  }

  .md\:pr-\[6\.2rem\] {
    padding-right: 6.2rem;
  }

  .md\:pr-\[7\.5rem\] {
    padding-right: 7.5rem;
  }

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

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

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

  .md\:pt-\[5\.625rem\] {
    padding-top: 5.625rem;
  }

  .md\:pt-\[6\.25rem\] {
    padding-top: 6.25rem;
  }

  .md\:pt-\[7\.5rem\] {
    padding-top: 7.5rem;
  }

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

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

  .md\:text-start {
    text-align: start;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-p-14 {
    font-size: var(--font-14);
    line-height: 120%;
  }

  .md\:text-p-16 {
    font-size: var(--font-16);
    line-height: 150%;
  }

  .md\:text-p-18 {
    font-size: var(--font-18);
    line-height: 120%;
  }

  .md\:text-p-20 {
    font-size: var(--font-20);
    line-height: 140%;
  }

  .md\:text-p-24 {
    font-size: var(--font-24);
    line-height: 128%;
  }

  .md\:text-p-30 {
    font-size: var(--font-30);
    line-height: 120%;
  }

  .md\:text-p-40 {
    font-size: var(--font-40);
    line-height: 130%;
  }

  .md\:text-p-36 {
    font-size: 36px;
    line-height: 130%;
  }

  .md\:text-p-48 {
    font-size: var(--font-48);
    line-height: 150%;
  }

  .md\:text-p-60 {
    font-size: var(--font-60);
    line-height: 120%;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .md\:italic {
    font-style: italic;
  }

  .md\:text-black {
    color: var(--black);
  }

  .md\:text-text-color {
    color: var(--text-color);
  }

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

  .md\:after\:bg-transparent::after {
    content: var(--tw-content);
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[18\.5\%\] {
    bottom: 18.5%;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[8\.5\%\] {
    left: 8.5%;
  }

  .lg\:right-\[30\%\] {
    right: 30%;
  }

  .lg\:right-\[36\%\] {
    right: 36%;
  }

  .lg\:right-\[8\.5\%\] {
    right: 8.5%;
  }

  .lg\:top-\[20rem\] {
    top: 20rem;
  }

  .lg\:top-\[26rem\] {
    top: 26rem;
  }

  .lg\:top-\[calc\(100\%\*0\.12\)\] {
    top: calc(100% * 0.12);
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mx-\[7\.5rem\] {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-\[3\.75rem\] {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:my-\[6\.25rem\] {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:my-\[7\.5rem\] {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

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

  .lg\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .lg\:mb-\[7\.5rem\] {
    margin-bottom: 7.5rem;
  }

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

  .lg\:mt-\[15rem\] {
    margin-top: 15rem;
  }

  .lg\:mt-\[7\.5rem\] {
    margin-top: 7.5rem;
  }

  .lg\:mt-\[3\.5rem\] {
    margin-top: 3.5rem;
  }

  .lg\:mt-\[2\.0625rem\] {
    margin-top: 2.0625rem;
  }

  .lg\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[60rem\] {
    height: 60rem;
  }

  .lg\:h-\[calc\(100dvw\*0\.6\)\] {
    height: calc(100dvw * 0.6);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[40\.625rem\] {
    min-height: 40.625rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

  .lg\:min-w-\[calc\(100dvw\*0\.125\)\] {
    min-width: calc(100dvw * 0.125);
  }

  .lg\:max-w-\[22\.5625rem\] {
    max-width: 22.5625rem;
  }

  .lg\:max-w-\[calc\(100dvw\*0\.43\)\] {
    max-width: calc(100dvw * 0.43);
  }

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .lg\:border {
    border-width: 1px;
  }

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

  .lg\:border-black {
    border-color: var(--black);
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:bg-opacity-85 {
    --tw-bg-opacity: 0.85;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-\[3\.75rem\] {
    padding: 3.75rem;
  }

  .lg\:p-\[7\.5rem\] {
    padding: 7.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:px-\[15rem\] {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-\[3\.75rem\] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-\[7\.5rem\] {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:pb-\[6\.25rem\] {
    padding-bottom: 6.25rem;
  }

  .lg\:py-\[7\.5rem\] {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-\[20rem\] {
    padding-top: 20rem;
  }

  .lg\:pt-\[38rem\] {
    padding-top: 38rem;
  }

  .lg\:text-start {
    text-align: start;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-p-14 {
    font-size: var(--font-14);
    line-height: 120%;
  }

  .lg\:text-p-30 {
    font-size: var(--font-30);
    line-height: 120%;
  }

  .lg\:text-p-40 {
    font-size: var(--font-40);
    line-height: 130%;
  }

  .lg\:text-p-48 {
    font-size: var(--font-48);
    line-height: 150%;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

@media (min-width: 1280px) {
  .xl\:top-\[calc\(100dvw\*0\.35\*-1\)\] {
    top: calc(100dvw * 0.35 * -1);
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:mx-\[7\.5rem\] {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:ml-\[7\.5rem\] {
    margin-left: 7.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

  .xl\:h-\[75rem\] {
    height: 75rem;
  }

  .xl\:max-w-\[calc\(100\%\*0\.29\)\] {
    max-width: calc(100% * 0.29);
  }

  .xl\:max-w-\[calc\(100dvw\*0\.6\)\] {
    max-width: calc(100dvw * 0.6);
  }

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

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

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-\[7\.5rem\] {
    gap: 7.5rem;
  }

  .xl\:p-\[7\.5rem\] {
    padding: 7.5rem;
  }

  .xl\:px-\[7rem\] {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:text-p-48 {
    font-size: var(--font-48);
    line-height: 150%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-\[100\%\] {
    margin-top: 100%;
  }

  .\32xl\:mt-\[50\%\] {
    margin-top: 50%;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }
}

.banner-slider .swiper-wrapper>.swiper-slide {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  right: calc(100% * 0.05);
}

@media (max-width: 768px) {
  .banner-slider .swiper-wrapper>.swiper-slide {
    transform: none;
  }
}

.line {
  height: 1px;
  width: 100%;
  background-color: black;
}

.dot {
  min-width: 4px;
  min-height: 4px;
  border-radius: 50%;
  background-color: black;
}

.dot-line {
  display: flex;
  margin-left: 0.25rem;
  /* Equivalent to ml-1 */
  width: 100%;
  align-items: center;
}

.booking-image__slider {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.train::-webkit-scrollbar {
  height: 0px !important;
}

.second_train::-webkit-scrollbar {
  height: 0px !important;
}

.train {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
  .train {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.text-red-500 {
  color: #ef4444;
}

.hover\:text-red-400:hover {
  color: #f87171;
}
.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

.left-\[16\.5\%\] {
  left: 16.5%;
}

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

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

.right-\[11\.5\%\] {
  right: 11.5%;
}

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

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-\[50px\] {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-\[51px\] {
  margin-left: 51px;
  margin-right: 51px;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}

.\!mt-\[33px\] {
  margin-top: 33px !important;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[5\.3vw\] {
  margin-left: 5.3vw;
}

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

.mr-\[13\.3vw\] {
  margin-right: 13.3vw;
}

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-\[11\/8\] {
  aspect-ratio: 11/8;
}

.aspect-\[17\/16\] {
  aspect-ratio: 17/16;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-\[20\/19\] {
  aspect-ratio: 20/19;
}

.aspect-\[245\/145\] {
  aspect-ratio: 245/145;
}

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

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

.aspect-\[5\/2\] {
  aspect-ratio: 5/2;
}

.aspect-\[5\/6\] {
  aspect-ratio: 5/6;
}

.aspect-\[6\/5\] {
  aspect-ratio: 6/5;
}

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

.aspect-\[8\/5\] {
  aspect-ratio: 8/5;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-4 {
  height: 1rem;
}

.h-\[1\.5rem\] {
  height: 1.5rem;
}

.h-\[15\.625rem\] {
  height: 15.625rem;
}

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

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

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

.h-\[7\.5\%\] {
  height: 7.5%;
}

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

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

.h-\[calc\(100vw\*47\/100\)\] {
  height: calc(100vw * 47 / 100);
}

.h-\[calc\(100vw\*80\/100\)\] {
  height: calc(100vw * 80 / 100);
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-\[1\.5rem\] {
  width: 1.5rem;
}

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

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

.w-\[12\.5\%\] {
  width: 12.5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.max-w-\[72\.8vw\] {
  max-width: 72.8vw;
}

.max-w-\[73\.3vw\] {
  max-width: 73.3vw;
}

.max-w-\[89\.3vw\] {
  max-width: 89.3vw;
}

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

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

.max-w-\[calc\(100vw\*73\/100\)\] {
  max-width: calc(100vw * 73 / 100);
}

.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-\[0\.375rem\] {
  gap: 0.375rem;
}

.gap-\[0\.875rem\] {
  gap: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-blue-03 {
  border-color: var(--blue-03);
}

.border-border-color {
  border-color: var(--border-color);
}

.border-brown-01 {
  border-color: var(--brown-01);
}

.border-stroke-color {
  border-color: var(--stroke-color);
}

.border-text-color {
  border-color: var(--text-color);
}

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

.bg-bg-color {
  background-color: var(--bg-color);
}

.bg-black {
  background-color: var(--black);
}

.bg-blue-01 {
  background-color: var(--blue-01);
}

.bg-blue-02 {
  background-color: var(--blue-02);
}

.bg-blue-03 {
  background-color: var(--blue-03);
}

.bg-blue-04 {
  background-color: var(--blue-04);
}

.bg-blue-05 {
  background-color: var(--blue-05);
}

.bg-blue-06 {
  background-color: var(--blue-06);
}

.bg-brown-01 {
  background-color: var(--brown-01);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

.bg-gray-01 {
  background-color: var(--gray-01);
}

.bg-gray-03 {
  background-color: var(--gray-03);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-stroke-color {
  background-color: var(--stroke-color);
}

.bg-text-color {
  background-color: var(--text-color);
}

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

.bg-\[url\(\'\.\.\/src\/assets\/images\/experience\/experience-06\.webp\'\)\] {
  background-image: url('../src/assets/images/experience/experience-06.webp');
}

.bg-\[url\(\'\.\.\/src\/assets\/images\/new-experience\/shimanami-bg-contact\.webp\'\)\] {
  background-image: url('../src/assets/images/new-experience/shimanami-bg-contact.webp');
}

.bg-\[url\(\'\.\.\/src\/assets\/images\/new-experience\/shimanami-washi_bg\.webp\'\)\] {
  background-image: url('../src/assets/images/new-experience/shimanami-washi_bg.webp');
}

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

.bg-\[60\%_100\%\] {
  background-position: 60% 100%;
}

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

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

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

.object-\[0\%_100\%\] {
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-Helvetica {
  font-family: Helvetica, sans-serif;
}

.font-Minion {
  font-family: Minion Variable Concept, sans-serif;
}

.font-NotoSerifJP {
  font-family: Noto Serif JP, sans-serif;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

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

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

.text-\[11\.2px\] {
  font-size: 11.2px;
}

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

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

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

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

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

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

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

.text-\[1rem\] {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-p-20 {
  font-size: var(--font-20);
  line-height: 140%;
}

.text-p-30 {
  font-size: var(--font-30);
  line-height: 120%;
}

.text-p-40 {
  font-size: var(--font-40);
  line-height: 130%;
}

.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-light {
  font-weight: 300;
}

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

.italic {
  font-style: italic;
}

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

.leading-10 {
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

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

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

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

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

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

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

.text-black {
  color: var(--black);
}

.text-blue-03 {
  color: var(--blue-03);
}

.text-body-color {
  color: var(--body-color);
}

.text-brown-01 {
  color: var(--brown-01);
}

.text-dark-blue {
  color: var(--dark-blue);
}

.text-gray-02 {
  color: var(--gray-02);
}

.text-gray-04 {
  color: var(--gray-04);
}

.text-required-field {
  color: var(--required-field);
}

.text-text-color {
  color: var(--text-color);
}

.text-text-nav {
  color: var(--text-nav);
}

.text-text-opacity {
  color: var(--text-opacity);
}

.text-text-opacity-02 {
  color: var(--text-opacity-02);
}

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

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-90 {
  opacity: 0.9;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

@media screen and (max-width: 375px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (min-width: 1441px) {
  html {
    font-size: calc(16 / 1366 * 100vw);
  }
}

@media (min-width: 768px) and (max-width: 1310px) {
  .featured-masters * {
    font-size: calc(16 / 1310 * 100vw) !important;
  }
}

@font-face {
  font-family: 'Helvetica';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../src/assets/fonts/Helvetica.woff2');
}

@font-face {
  font-family: 'Helvetica';

  font-size: normal;

  font-display: swap;

  font-weight: 100;

  src: url('../src/assets/fonts/Helvetica-Light.woff2');
}

@font-face {
  font-family: 'Noto Serif JP';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../src/assets/fonts/NotoSerifJP.woff2');
}

@font-face {
  font-family: 'Minion Variable Concept';

  font-size: normal;

  font-display: swap;

  font-weight: 400;

  src: url('../src/assets/fonts/Minion-Variable-Concept.otf');
}

.hover\:text-black:hover {
  color: var(--black);
}

.hover\:text-text-color:hover {
  color: var(--text-color);
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:text-black {
  color: var(--black);
}

.group:hover .group-hover\:text-text-color {
  color: var(--text-color);
}

.group:hover .group-hover\:text-text-nav {
  color: var(--text-nav);
}

@media (min-width: 640px) {
  .sm\:mb-\[32px\] {
    margin-bottom: 32px;
  }

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

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

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

  .sm\:w-1\/5 {
    width: 20%;
  }

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

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

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

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

  .sm\:max-w-\[60vw\] {
    max-width: 60vw;
  }

  .sm\:max-w-\[62vw\] {
    max-width: 62vw;
  }

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:tracking-\[1\.4px\] {
    letter-spacing: 1.4px;
  }

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

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0px;
  }

  .md\:left-\[calc\(100\%\/12\)\] {
    left: calc(100% / 12);
  }

  .md\:left-\[calc\(100\%\/6\)\] {
    left: calc(100% / 6);
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:\!mt-\[41px\] {
    margin-top: 41px !important;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

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

  .md\:h-\[38\.375rem\] {
    height: 38.375rem;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:max-w-\[34\.25rem\] {
    max-width: 34.25rem;
  }

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

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

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

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

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

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-\[56px\] {
    gap: 56px;
  }

  .md\:gap-\[63px\] {
    gap: 63px;
  }

  .md\:gap-\[74px\] {
    gap: 74px;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:object-\[50\%_73\%\] {
    -o-object-position: 50% 73%;
       object-position: 50% 73%;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .md\:px-\[13vw\] {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .md\:px-\[15vw\] {
    padding-left: 15vw;
    padding-right: 15vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-\[2\.4vw\] {
    padding-left: 2.4vw;
  }

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

  .md\:pl-\[4\.27vw\] {
    padding-left: 4.27vw;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-\[1\.92vw\] {
    padding-right: 1.92vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!text-\[30px\] {
    font-size: 30px !important;
  }

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

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-p-40 {
    font-size: var(--font-40);
    line-height: 130%;
  }

  .md\:\!leading-\[40px\] {
    line-height: 40px !important;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[-520px\] {
    bottom: -520px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

  .lg\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[20\/9\] {
    aspect-ratio: 20/9;
  }

  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }

  .lg\:min-h-\[2345px\] {
    min-height: 2345px;
  }

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

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

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

  .lg\:max-w-\[18vw\] {
    max-width: 18vw;
  }

  .lg\:max-w-\[32\.55vw\] {
    max-width: 32.55vw;
  }

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

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

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

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

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

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

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

  .lg\:gap-\[116px\] {
    gap: 116px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[90px\] {
    gap: 90px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-black {
    border-color: var(--black);
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[13\.5vw\] {
    padding-left: 13.5vw;
    padding-right: 13.5vw;
  }

  .lg\:px-\[13vw\] {
    padding-left: 13vw;
    padding-right: 13vw;
  }

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

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

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

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

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

  .lg\:pl-\[5\.83vw\] {
    padding-left: 5.83vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-p-14 {
    font-size: var(--font-14);
    line-height: 120%;
  }

  .lg\:\!leading-\[60px\] {
    line-height: 60px !important;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:mt-\[190px\] {
    margin-top: 190px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:max-w-\[14vw\] {
    max-width: 14vw;
  }

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

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

  .xl\:gap-\[120px\] {
    gap: 120px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-\[9\.375vw\] {
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }

  .xl\:pl-\[11vw\] {
    padding-left: 11vw;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-\[219px\] {
    margin-top: 219px;
  }

  .\32xl\:mt-\[53px\] {
    margin-top: 53px;
  }

  .\32xl\:max-w-\[12\.23vw\] {
    max-width: 12.23vw;
  }

  .\32xl\:gap-\[156px\] {
    gap: 156px;
  }

  .\32xl\:pl-\[17vw\] {
    padding-left: 17vw;
  }

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

  .\32xl\:text-\[35px\] {
    font-size: 35px;
  }

  .\32xl\:text-\[38px\] {
    font-size: 38px;
  }

  .\32xl\:leading-\[64px\] {
    line-height: 64px;
  }
}

.custom-font-oneline {
	font-size: 30px
}

@media (min-width: 936px) and (max-width: 1140px) {
  .custom-font-oneline {
    font-size: 24px;
  }
}

@media (min-width: 580px) and (max-width: 935px) {
  .custom-font-oneline {
    font-size: 16px;
  }
}


@media (min-width: 440px) and (max-width: 579px) {
  .custom-font-oneline {
    font-size: 12px;
  }
}

@media (min-width: 300px) and (max-width: 439px) {
  .custom-font-oneline {
    font-size: 10px;
  }
}