/* Framework */

/* ! tailwindcss v3.3.2 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::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:  ;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-52 {
  top: 13rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.w-1\/12 {
  width: 8.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9\/12 {
  width: 75%;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  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));
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px;
}

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.rounded-tr-\[60px\] {
  border-top-right-radius: 60px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
}

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

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

.bg-\[\#063B2D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 59 45 / var(--tw-bg-opacity));
}

.bg-\[\#076E53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 110 83 / var(--tw-bg-opacity));
}

.bg-\[\#107158\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 113 88 / var(--tw-bg-opacity));
}

.bg-\[\#CAEEE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 238 225 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#F9F7DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 223 / var(--tw-bg-opacity));
}

.bg-\[\#FFFDF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
}

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

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

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

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-din {
  font-family: din-2014, sans-serif;
}

.font-montserrat {
  font-family: Montserrat, sans-serif;
}

.font-outfit {
  font-family: Outfit, sans-serif;
}

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

.text-3xl {
  font-size: 1.75rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-6xl {
  font-size: 2.5rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-base {
  font-size: 0.9375rem;
}

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

.text-normal {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
}

.font-bold {
  font-weight: 700;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#063B2D\] {
  --tw-text-opacity: 1;
  color: rgb(6 59 45 / var(--tw-text-opacity));
}

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

.text-\[\#1F96D5\] {
  --tw-text-opacity: 1;
  color: rgb(31 150 213 / var(--tw-text-opacity));
}

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

.text-\[\#C5A402\] {
  --tw-text-opacity: 1;
  color: rgb(197 164 2 / var(--tw-text-opacity));
}

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

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

.text-common-text {
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[0px_4px_24px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0px 4px 24px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Fonts */

@font-face {
  font-family: "Oswald";

  src: url(/fonts/Oswald.woff) format("woff");
}

/* =====================================
共通スタイル
===================================== */

body {
  font-family: Noto Sans JP, sans-serif;
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

body p {
  font-family: Noto Sans JP, sans-serif;
  font-size: 0.9375rem;
  line-height: 2;
}

@media (min-width: 1024px) {
  body p {
    font-size: 1rem;
    line-height: 2;
  }
}

.font-times {
  font-family: 'Times', 'Times New Roman', serif;
}

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

/* --------------
animation setting
-------------- */

.d-150 {
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.d-500 {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.d-700 {
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.d-1000 {
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* --------------
container
-------------- */

.wrapper {
  width: 100%;
}

@media (min-width: 320px) {
  .wrapper {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .wrapper {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .wrapper {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .wrapper {
    max-width: 2048px;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.wrapper-lg {
  width: 100%;
}

@media (min-width: 320px) {
  .wrapper-lg {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .wrapper-lg {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .wrapper-lg {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wrapper-lg {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .wrapper-lg {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .wrapper-lg {
    max-width: 2048px;
  }
}

.wrapper-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

/* .main {
  @apply pt-12 pb-16 md:pb-24 bg-white md:pt-16 mb-4 md:mb-8;
} */

.blue-wrap {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #F0F9FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FAFDFF var(--tw-gradient-to-position);
}

/* --------------
ページタイトル
-------------- */

.page-hero {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .page-hero {
    height: auto;
  }
}

.hero-extraction {
  height: 320px;
  background-image: url(../images/hero/hero-extraction.webp);
  background-size: cover;
  background-position: right;
}

.hero-sedation {
  height: 320px;
  background-image: url(../images/hero/hero-sedation.webp);
  background-size: cover;
  background-position: right;
}

.hero-apicoectomy {
  height: 320px;
  background-image: url(../images/hero/hero-apicoectomy.webp);
  background-size: cover;
  background-position: right;
}

.hero-implant {
  height: 320px;
  background-image: url(../images/hero/hero-implant.webp);
  background-size: cover;
  background-position: right;
}

.hero-common {
  height: 320px;
  background-image: url(../images/hero-image.webp);
  background-size: cover;
  background-position: right;
}

@media (min-width: 768px) {
  .hero-extraction,
.hero-implant,
.hero-apicoectomy,
.hero-sedation,
.hero-common {
    height: auto;
  }
}

.page-hero-inner {
  position: relative;
  margin-bottom: 2rem;
  margin-top: -4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

@media (min-width: 320px) {
  .page-hero-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .page-hero-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .page-hero-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page-hero-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page-hero-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page-hero-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .page-hero-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .page-hero-inner {
    max-width: 2048px;
  }
}

.page-hero-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 768px) {
  .page-hero-inner {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .page-hero-inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .page-hero-inner {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.page-hero-text {
  max-width: 480px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-shadow: 0px 4px 24px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .page-hero-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-hero-text {
    max-width: 560px;
  }
}

@media (min-width: 1280px) {
  .page-hero-text {
    max-width: 660px;
  }
}

.page-hero-text-lead {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 241 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page-hero-text-lead {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .page-hero-text-lead {
    font-size: 1.25rem;
  }
}

.page-implant .page-hero-text-lead {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(6 59 45 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page-implant .page-hero-text-lead {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .page-implant .page-hero-text-lead {
    font-size: 1.25rem;
  }
}

.page-hero-text h1 {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(6 59 45 / var(--tw-text-opacity));
}

.page-hero-text h1 span.sm {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .page-hero-text h1 span.sm {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .page-hero-text h1 span.sm {
    font-size: 1.6rem;
  }
}

@media (min-width: 1280px) {
  .page-hero-text h1 span.sm {
    font-size: 2rem;
  }
}

.page-hero-text h1 span.lg {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .page-hero-text h1 span.lg {
    font-size: 2.4rem;
  }
}

@media (min-width: 1024px) {
  .page-hero-text h1 span.lg {
    font-size: 3.2rem;
  }
}

@media (min-width: 1280px) {
  .page-hero-text h1 span.lg {
    font-size: 3.6rem;
  }
}

.page-hero-text h1 .marker {
  background-repeat: no-repeat;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 222, 60, 0) 50%, rgb(255, 222, 60) 50%);
  /* transition: background-position 2s ease 0.1s; */
}

.page-hero-bg-thumbnail {
  height: 320px;
  background-image: url(../images/hero-image.webp);
  background-size: cover;
  background-position: center;
}

.page-hero-bg-clinic {
  height: 320px;
  background-image: url(../images/hero-clinic.webp);
  background-size: cover;
  background-position: center;
}

.page-hero-about {
  margin-right: 0px;
  margin-left: auto;
  height: 200px;
  width: 100%;
  background-image: url(../images/page-hero-about.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .page-hero-about {
    height: 360px;
    width: 50%;
  }
}

.page-hero-about-specialty {
  margin-right: 0px;
  margin-left: auto;
  height: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-hero-about-specialty {
    height: 360px;
    width: 50%;
  }
}

.page-hero-has-image {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
}

.page-hero-has-image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../images/hero-bg-gauss.webp);
  opacity: 0.05;
  --tw-content: "";
  content: var(--tw-content);
}

.page-hero-text-group {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgb(6 59 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page-hero-text-group {
    width: 70%;
    font-size: 1rem;
  }
}

/* --------------
見出し
-------------- */

.heading-title {
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-title {
    font-size: 1.75rem;
  }
}

.heading-title:before,
.heading-title:after {
  position: absolute;
  z-index: -10;
  display: block;
  --tw-content: "";
  content: var(--tw-content);
}

.heading-title:before {
  left: 0.5rem;
  top: 0px;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .heading-title:before {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 1280px) {
  .heading-title:before {
    left: 0px;
  }
}

.heading-title:after {
  left: -0.75rem;
  bottom: 0.375rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .heading-title:after {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .heading-title:after {
    left: -1rem;
  }
}

.heading-title.white:before {
  left: 0.5rem;
  top: 0px;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .heading-title.white:before {
    height: 5rem;
    width: 5rem;
  }
}

@media (min-width: 1280px) {
  .heading-title.white:before {
    left: 0px;
  }
}

.heading-title.white:after {
  left: -0.75rem;
  bottom: 0.375rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .heading-title.white:after {
    height: 3.5rem;
    width: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .heading-title.white:after {
    left: -1rem;
  }
}

/* --------------
リスト
-------------- */

/* リンクリスト */

.link-list {
  margin-bottom: 1rem;
}

.link-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .link-list li {
    font-size: 1rem;
  }
}

.link-list li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('../images/common/icon-arrow-right-primary.svg');
}

.link-list li a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.link-list li a:hover {
  opacity: 0.7;
}

/* 通常(disc) */

.normal-list ul {
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  list-style-type: disc;
}

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

.normal-list ul {
  padding-left: 1.5rem;
}

.normal-list li > :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));
}

.normal-list li {
  padding-left: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .normal-list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* 通常(decimal) */

.number-list ol {
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  list-style-type: decimal;
}

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

.number-list ol {
  padding-left: 1.5rem;
}

.number-list li > :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));
}

.number-list li {
  padding-left: 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .number-list li {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* 通常(check) */

.check-list ul {
  margin-bottom: 1rem;
  list-style-image: url(../images/common/icon-check-primary.svg);
}

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

.check-list ul {
  padding-left: 1.5rem;
}

.check-list li > :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));
}

.check-list li {
  padding-left: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .check-list li {
    font-size: 1rem;
    line-height: 1.625;
  }
}

/* 通常(checkbox) */

.checkbox-list ul {
  margin-bottom: 1rem;
}

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

.checkbox-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.checkbox-list li > :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));
}

.checkbox-list li {
  padding-left: 2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .checkbox-list li {
    align-items: center;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.checkbox-list li:before {
  position: absolute;
  left: 0px;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('../images/common/icon-checkbox.svg');
}

.normal-list li::marker,
.number-list li::marker,
.check-list li::marker {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.normal-list p,
.number-list p,
.check-list p,
.checkbox-list p {
  margin-bottom: 0px;
}

.normal-list p > :not([hidden]) ~ :not([hidden]),
.number-list p > :not([hidden]) ~ :not([hidden]),
.check-list p > :not([hidden]) ~ :not([hidden]),
.checkbox-list p > :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));
}

.normal-list p,
.number-list p,
.check-list p,
.checkbox-list p {
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .normal-list p,
.number-list p,
.check-list p,
.checkbox-list p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* --------------
スケジュールテーブル
-------------- */

.table-schedule {
  width: 100%;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.table-schedule__date {
  border-bottom-width: 1px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.table-schedule__date th {
  padding: 0.5rem;
  text-align: center;
}

.table-schedule__flag td {
  padding: 0.5rem;
  text-align: center;
}

.table-schedule__flag td.time {
  font-size: 0.9375rem;
  font-weight: 300;
}

.table-schedule__flag td.flag {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

/* --------------
共通CVエリア
-------------- */

.cv-area {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cv-area:before,
.cv-area:after {
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100px;
  background-size: contain;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .cv-area:before,
.cv-area:after {
    width: 160px;
  }
}

.cv-area:before,
.cv-area:after {
  background-image: url('../images/common/bg-cta.png');
}

.cv-area:before {
  top: 0px;
  left: 0px;
}

.cv-area:after {
  top: 0px;
  right: 0px;
}

h1.cv-area-lead {
  /* トップページ最上部エリアのみ */
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h1.cv-area-lead {
    font-size: 1.5rem;
    line-height: 1.625;
  }
}

@media (min-width: 1280px) {
  h1.cv-area-lead {
    padding-left: 0px;
    padding-right: 0px;
  }
}

p.cv-area-lead {
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  p.cv-area-lead {
    font-size: 1.25rem;
    line-height: 1.625;
  }
}

@media (min-width: 1280px) {
  p.cv-area-lead {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.cv-area .mark {
  background: linear-gradient(transparent 50%, #EACA24 0%);
}

.cv-items {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 56rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .cv-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .cv-items {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.cv-items {
  /* @apply grid grid-cols-1 md:grid-cols-3 gap-2.5 max-w-4xl mx-auto relative z-10 px-3 xl:px-0; */
}

.cv-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

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

.cv-item {
  border-radius: 0.25rem;
  padding: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cv-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.125rem;
  }
}

.cv-area a.cv-item {
  /* 電話が準備中のためaタグのみhoverイベント使用 */
  cursor: pointer;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cv-area a.cv-item:hover {
  opacity: 0.7;
}

.cv-item.cv-new,
.cv-item.cv-member {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .cv-item.cv-new,
.cv-item.cv-member {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.cv-item.cv-new figure,
.cv-item.cv-member figure {
  position: absolute;
  left: 1rem;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
}

.cv-item.cv-new p,
.cv-item.cv-member p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cv-item.cv-new p,
.cv-item.cv-member p {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .cv-item.cv-new p,
.cv-item.cv-member p {
    flex-direction: row;
  }
}

.cv-item img {
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.cv-new {
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cv-new:after {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('../images/common/icon-triangle-white.svg');
}

.cv-member {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.cv-member:after {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('../images/common/icon-triangle-primary.svg');
}

.cv-call {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

/* --------------
共通　お悩みから検索
-------------- */

.cta-problem-sm {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 56rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .cta-problem-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cta-problem-sm .cta-problem-text > :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));
}

.cta-problem-sm .cta-problem-text {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .cta-problem-sm .cta-problem-text {
    padding: 2rem;
  }
}

.cta-problem-sm .cta-problem-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 117 138 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .cta-problem-sm .cta-problem-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .cta-problem-sm .cta-problem-image {
    height: 100%;
  }
}

.cta-problem-sm .cta-problem-image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-problem {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.cta-problem .cta-problem-text {
  width: 100%;
}

@media (min-width: 320px) {
  .cta-problem .cta-problem-text {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .cta-problem .cta-problem-text {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .cta-problem .cta-problem-text {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .cta-problem .cta-problem-text {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .cta-problem .cta-problem-text {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .cta-problem .cta-problem-text {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .cta-problem .cta-problem-text {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .cta-problem .cta-problem-text {
    max-width: 2048px;
  }
}

.cta-problem .cta-problem-text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64rem;
}

.cta-problem .cta-problem-text > :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));
}

.cta-problem .cta-problem-text {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .cta-problem .cta-problem-text {
    margin-left: 0px;
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .cta-problem .cta-problem-text {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cta-problem .cta-problem-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 117 138 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cta-problem .cta-problem-title {
    text-align: left;
  }
}

.cta-problem .cta-problem-image {
  right: 0px;
  top: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .cta-problem .cta-problem-image {
    position: absolute;
    height: 100%;
    width: 50%;
  }
}

.cta-problem .cta-problem-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .cta-problem .cta-problem-image img {
    height: 100%;
    width: auto;
  }
}

/* --------------
共通　グループ情報
-------------- */

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

.group-infomation {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media (min-width: 320px) {
  .group-infomation {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .group-infomation {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .group-infomation {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .group-infomation {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .group-infomation {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .group-infomation {
    max-width: 2048px;
  }
}

.group-infomation {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 1024px) {
  .group-infomation {
    display: flex;
  }

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

@media (min-width: 1280px) {
  .group-infomation {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.group-infomation-title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgb(160 139 92 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .group-infomation-title {
    text-align: left;
  }
}

.infomation-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .infomation-01 {
    justify-content: flex-start;
  }
}

.infomation-01 a {
  width: 48%;
}

@media (min-width: 768px) {
  .infomation-01 a {
    width: auto;
  }
}

.infomation-01 figure img {
  width: 100%;
  max-width: 180px;
}

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

@media (min-width: 1024px) {
  .infomation-02 {
    display: flex;
  }

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

.infomation-01 a.banner-link {
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.infomation-01 a.banner-link:hover {
  opacity: 0.7;
}

.infomation-01 img {
  height: auto;
  width: 100%;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.group-links li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-size: 0.875rem;
}

.group-links li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('../images/common/icon-arrow-right-accent.svg');
}

.group-links li a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.group-links li a:hover {
  --tw-text-opacity: 1;
  color: rgb(160 139 92 / var(--tw-text-opacity));
}

/* --------------
パンクズ
-------------- */

.breadcrumb {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

@media (min-width: 320px) {
  .breadcrumb {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .breadcrumb {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .breadcrumb {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .breadcrumb {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .breadcrumb {
    max-width: 2048px;
  }
}

.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 1280px) {
  .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .breadcrumb ol {
    overflow-x: visible;
  }
}

.breadcrumb ol li {
  position: relative;
  display: flex;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 131 97 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .breadcrumb ol li {
    font-size: 0.875rem;
  }
}

.breadcrumb ol li a {
  opacity: 0.6;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.breadcrumb ol li a:hover {
  opacity: 1;
}

.breadcrumb ol li:after {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-content: "-";
  content: var(--tw-content);
}

.breadcrumb ol li:last-child:after {
  display: none;
}

/* =====================================
各種ページ
===================================== */

/* --------------
トップページ
-------------- */

.home-hero-area {
  position: relative;
  min-height: 480px;
  width: 100%;
  overflow: hidden;
  padding-top: 400480pxpx;
}

@media (min-width: 768px) {
  .home-hero-area {
    max-height: 810px;
    padding-top: 56.25%;
  }
}

@media (min-width: 1536px) {
  .home-hero-area {
    padding-top: 810px;
  }
}

.home-hero-area::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  max-height: 810px;
  min-height: 480px;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(19,150,116,1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(19, 150, 116, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(19,150,116,0) var(--tw-gradient-to-position);
  opacity: 0.3;
  --tw-content: "";
  content: var(--tw-content);
}

.video-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  max-height: 810px;
  min-height: 480px;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

video {
  height: 100%;
  min-height: 480px;
  max-width: none;
}

@media (min-width: 768px) {
  video {
    height: auto;
    width: 100%;
  }
}

.hero-lead {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .hero-lead {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero-lead-sm,
.hero-lead-lg {
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-lead-sm {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

@media (min-width: 375px) {
  .hero-lead-sm {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .hero-lead-sm {
    font-size: 1.84rem;
  }
}

@media (min-width: 1024px) {
  .hero-lead-sm {
    font-size: 2.3rem;
  }
}

@media (min-width: 1280px) {
  .hero-lead-sm {
    font-size: 2.65rem;
  }
}

@media (min-width: 1792px) {
  .hero-lead-sm {
    font-size: 3.1rem;
  }
}

.hero-lead-lg {
  font-size: 2.5rem;
}

@media (min-width: 375px) {
  .hero-lead-lg {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .hero-lead-lg {
    font-size: 4.2rem;
  }
}

@media (min-width: 1024px) {
  .hero-lead-lg {
    font-size: 5.2rem;
  }
}

@media (min-width: 1280px) {
  .hero-lead-lg {
    font-size: 6rem;
  }
}

@media (min-width: 1792px) {
  .hero-lead-lg {
    font-size: 7rem;
  }
}

/* メインビジュアル */

.main-hero-area {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
}

@media (min-width: 768px) {
  .main-hero-area {
    padding-top: 5rem;
  }
}

.main-hero-image {
  position: relative;
  right: 0px;
  z-index: 0;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0.75rem;
}

@media (min-width: 768px) {
  .main-hero-image {
    position: absolute;
    top: 5rem;
    margin-bottom: 0px;
    height: 400px;
    width: 50%;
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .main-hero-image {
    height: 480px;
  }
}

.main-hero-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .main-hero-image img {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .main-hero-image img {
    height: 480px;
  }
}

.main-hero-message {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

@media (min-width: 320px) {
  .main-hero-message {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .main-hero-message {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .main-hero-message {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .main-hero-message {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .main-hero-message {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .main-hero-message {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .main-hero-message {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .main-hero-message {
    max-width: 2048px;
  }
}

.main-hero-message {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 768px) {
  .main-hero-message {
    margin-bottom: 0px;
    height: 400px;
    padding-left: 1rem;
  }
}

@media (min-width: 1024px) {
  .main-hero-message {
    height: 480px;
  }
}

.main-hero-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-hero-title {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 2.5rem;
    line-height: 1.375;
  }
}

@media (min-width: 1280px) {
  .main-hero-title {
    font-size: 3rem;
    line-height: 1.375;
  }
}

.main-hero-lead {
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-hero-lead {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-hero-btn {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .main-hero-btn {
    max-width: 20rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --------------
FAQページ
-------------- */

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

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

.faq-question {
  position: relative;
  padding-left: 4rem;
  padding-top: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .faq-question {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.faq-answer {
  position: relative;
  padding-left: 4rem;
  padding-top: 0.25rem;
}

.faq-answer p {
  font-size: 0.9375rem;
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .faq-answer p {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.faq-question::before,
.faq-answer::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .faq-question::before,
.faq-answer::before {
    font-size: 1.5rem;
  }
}

.faq-question::before {
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: "Q";
  content: var(--tw-content);
}

.faq-answer::before {
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
  --tw-content: "A";
  content: var(--tw-content);
}

.faq-answer a {
  text-decoration-line: underline;
}

.faq-answer a:hover {
  opacity: 0.7;
}

/* --------------
button
-------------- */

.btn {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary {
  z-index: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:before,
.btn-primary:after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.btn-primary:before {
  z-index: -20;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #139674 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 150 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #076E53 var(--tw-gradient-to-position);
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:after {
  z-index: -30;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #139674 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 150 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #076E53 var(--tw-gradient-to-position);
}

.btn-primary:hover:before {
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary {
  position: relative;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(45 162 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary .icon-arrow-right,
.btn-secondary .icon-arrow-right {
  position: absolute;
  right: 1.5rem;
  z-index: 10;
  margin: auto;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .btn-primary .icon-arrow-right,
.btn-secondary .icon-arrow-right {
    right: 2rem;
  }
}

.btn-primary .icon-arrow-right,
.btn-secondary .icon-arrow-right {
  background-image: url('../images/common/icon-arrow-right-white.svg');
}

.btn-border {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-border:hover {
  opacity: 0.7;
}

.btn-top-q {
  display: flex;
  width: 100%;
  max-width: 250px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 24px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-top-q:hover {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* --------------
header
-------------- */

.header {
  position: absolute;
  top: 0px;
  z-index: 50;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 1rem;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 320px) {
  .header-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .header-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .header-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .header-inner {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .header-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .header-inner {
    max-width: 2048px;
  }
}

.header-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

.header.active {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.header.is-fixed {
  position: fixed;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}

@media (min-width: 768px) {
  .header.is-fixed {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.header .header-logo {
  display: block;
}

/* ヘッダーの状態によってロゴの表示わけ */

.header.is-home .header-logo .header-logo-normal,
.header.is-page.is-active .header-logo .header-logo-normal {
  display: none;
}

.header.is-home.is-fixed .header-logo .header-logo-normal,
.header.is-page .header-logo .header-logo-normal {
  display: block;
}

.header.is-home.is-fixed .header-logo .header-logo-white,
.header.is-page .header-logo .header-logo-white {
  display: none;
}

.header.is-home .header-logo .header-logo-white,
.header.is-page.is-active .header-logo .header-logo-white {
  display: block;
}

.header .menu-button {
  z-index: 50;
  display: block;
  height: 3rem;
  width: 3rem;
  --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));
}

.header .menu-button p {
  position: absolute;
  top: 26px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .header .menu-button p {
    font-size: 1rem;
  }
}

.header.is-home .menu-button p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header.is-home.is-fixed .menu-button p {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.header .menu-button span {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 41.666667%;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .header .menu-button span {
    height: 0.125rem;
  }
}

.header.is-home .menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header.is-home.is-fixed .menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
}

.header .menu-button span:nth-of-type(1),
.header .menu-button span:nth-of-type(2),
.header .menu-button span:nth-of-type(3) {
  left: 10px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header .menu-button span:nth-of-type(1),
.header .menu-button span:nth-of-type(2),
.header .menu-button span:nth-of-type(3) {
    left: 13px;
  }
}

.header .menu-button span:nth-of-type(1) {
  top: 10px;
}

.header .menu-button span:nth-of-type(2) {
  top: 16px;
}

.header .menu-button span:nth-of-type(3) {
  top: 22px;
}

.header.is-active .menu-button span:nth-of-type(1),
.header.is-active .menu-button span:nth-of-type(3) {
  left: 10px;
  width: 33.333333%;
}

@media (min-width: 768px) {
  .header.is-active .menu-button span:nth-of-type(1),
.header.is-active .menu-button span:nth-of-type(3) {
    left: 13px;
  }
}

.header.is-active .menu-button span:nth-of-type(1) {
  top: -8px;
  --tw-translate-y: 1.5rem;
  --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));
}

.header.is-active .menu-button span:nth-of-type(2) {
  display: none;
}

.header.is-active .menu-button span:nth-of-type(3) {
  top: 40px;
  --tw-translate-y: -1.5rem;
  --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));
}

.header .sp-menu {
  display: flex;
  align-items: center;
  font-weight: 700;
}

body.is-open {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

body.is-open .header.is-fixed {
  border-bottom-width: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
}

/* SPメニュー　background */

body .sp-menu-bg {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: -10;
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body .sp-menu-bg::before {
  position: fixed;
  right: 0px;
  display: block;
  height: 100vh;
  width: 91.666667%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  body .sp-menu-bg::before {
    width: 58.333333%;
  }
}

@media (min-width: 1024px) {
  body .sp-menu-bg::before {
    width: 50%;
  }
}

body.is-open .sp-menu-bg {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.is-open .sp-menu-bg::before {
  --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));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body .sp-menu-bg-blur {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: -10;
  display: none;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  opacity: 0;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.is-open .sp-menu-bg-blur {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* メニューボタン */

body.is-open .header .menu-button p.menu-text {
  display: none;
}

body .header .menu-button p.menu-text {
  left: 2px;
  display: block;
}

@media (min-width: 768px) {
  body .header .menu-button p.menu-text {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.is-open .header .menu-button p.close-text {
  display: block;
}

body .header .menu-button p.close-text {
  left: 0px;
  display: none;
}

@media (min-width: 768px) {
  body .header .menu-button p.close-text {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.is-open .header.is-home .menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.is-open .header.is-home .menu-button p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .header.is-page .menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
}

body .header.is-page .menu-button p {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

body.is-open .header.is-page .menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.is-open .header.is-page .menu-button p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.is-open .header.is-page {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
}

/* SPメニューリスト */

body .sp-menu-list {
  pointer-events: none;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: -50;
  display: block;
  width: 91.666667%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 6rem;
  font-family: Noto Sans JP, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  body .sp-menu-list {
    width: 58.333333%;
    padding-left: 4rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1024px) {
  body .sp-menu-list {
    width: 50%;
    padding-left: 5rem;
    padding-right: 7rem;
  }
}

body.is-open .sp-menu-list {
  pointer-events: auto;
  z-index: 40;
  opacity: 1;
  transition-delay: 200ms;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-menu-list .sp-menu-list-inner {
  overflow-y: auto;
  height: calc(100vh - 120px);
}

.sp-menu-list .menu-list-title {
  margin-bottom: 1rem;
}

.sp-menu-list .menu-list-title a {
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
}

.sp-menu-list .menu-list-title a:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 4px;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-menu-list .menu-list-title a:hover:before {
  height: 1.25rem;
  width: 1.25rem;
  border-width: 0px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.sp-menu-list ul {
  margin-bottom: 2rem;
}

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

.sp-menu-list ul {
  padding-left: 2rem;
}

.sp-menu-list .menu-link a:hover {
  text-decoration-line: underline;
}

.menu-link-sm a {
  font-size: 0.875rem;
}

.menu-link-sm a:hover {
  text-decoration-line: underline;
}

.menu-link-sm {
  margin-bottom: 0.5rem;
}

/* --------------
共通 クリニックエリア
-------------- */

.clinic-area {
  position: relative;
  width: 100%;
  background-image: url(../images/common/bg-clinic.jpg);
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .clinic-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.clinic-area-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

.clinic-area-title {
  margin-bottom: 2rem;
  text-align: center;
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .clinic-area-title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}

.tab-wrap {
  /* styles for the tab wrapper */
}

.tab-menu {
  display: flex;
}

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

.tab {
  cursor: pointer;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

.tab:hover {
  --tw-bg-opacity: 1;
}

@media (min-width: 768px) {
  .tab {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.tab.active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
}

.tab-contents {
  display: none;
}

.tab-contents.active {
  display: block;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .tab-contents.active {
    padding: 2rem;
  }
}

.tab-contents.active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.tab-content-inner > :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));
}

@media (min-width: 768px) {
  .tab-content-inner {
    display: flex;
  }

  .tab-content-inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.clinic-area-thumbnail {
  margin-bottom: 1rem;
  max-height: 230px;
  overflow: hidden;
}

.clinic-area-thumbnail img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.clinic-area-logo {
  margin-bottom: 1rem;
}

.clinic-area-logo img {
  height: 3rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .clinic-area-logo img {
    height: 3.5rem;
  }
}

.clinic-area-buttons > :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));
}

@media (min-width: 768px) {
  .clinic-area-buttons {
    display: flex;
  }

  .clinic-area-buttons > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.tel-number {
  pointer-events: auto;
  display: flex;
  align-items: baseline;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .tel-number {
    pointer-events: none;
  }
}

.tel-number span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.clinic-area-gray-title {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
  opacity: 0.7;
}

.clinic-area-schedule {
  width: 100%;
  border-width: 1px;
  font-family: Noto Sans JP, sans-serif;
}

.clinic-area-schedule tr {
  border-bottom-width: 1px;
}

.clinic-area-schedule tr:last-child {
  border-bottom-width: 0px;
}

.clinic-area-schedule thead tr th {
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .clinic-area-schedule thead tr th {
    font-size: 0.9375rem;
  }
}

.clinic-area-schedule tbody tr th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
  opacity: 0.7;
}

@media (min-width: 768px) {
  .clinic-area-schedule tbody tr th {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
  }
}

.clinic-area-schedule tbody tr td {
  padding: 0.5rem;
  text-align: center;
}

.page-top {
  position: absolute;
  bottom: 0px;
  right: 1rem;
  display: block;
  height: 48px;
  width: 100px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-top:hover {
  height: 52px;
}

@media (min-width: 768px) {
  .page-top {
    height: 60px;
    font-size: 0.9375rem;
  }

  .page-top:hover {
    height: 68px;
  }
}

/* --------------
footer
-------------- */

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 242 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.footer-inner {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 320px) {
  .footer-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .footer-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .footer-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .footer-inner {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .footer-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .footer-inner {
    max-width: 2048px;
  }
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

@media (min-width: 768px) {
  .footer-inner {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .footer-inner {
    flex-direction: row;
  }

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

@media (min-width: 1280px) {
  .footer-inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

.footer-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-links {
    flex-wrap: nowrap;
  }

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

.footer-links > div {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-links > div {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer-links > div {
    width: 33.333333%;
  }
}

.footer-link-title {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 0.875rem;
}

.footer-link-title a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

.footer-link-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.footer-link {
  position: relative;
  width: 100%;
  padding-left: 1rem;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    opacity: 1;
  }
}

.footer-link:before {
  position: absolute;
  left: 0px;
  top: 0.875rem;
  display: block;
  height: 1px;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 36 35 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.footer-link a {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

.footer-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-link a {
    line-height: 1.625;
  }
}

.footer-logo {
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .footer-logo {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .footer-logo {
    height: 4rem;
  }
}

.footer-logo-link {
  margin-bottom: 2rem;
  display: block;
}

.footer-logo-link:hover {
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .footer-logo-link {
    margin-bottom: 0px;
  }
}

.copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2.5rem;
  width: 100%;
}

@media (min-width: 320px) {
  .copy-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .copy-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .copy-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .copy-inner {
    max-width: 1024px;
  }
}

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

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

@media (min-width: 1792px) {
  .copy-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .copy-inner {
    max-width: 2048px;
  }
}

.copy-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

@media (min-width: 1280px) {
  .copy-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.copy-inner ul {
  display: none;
}

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

@media (min-width: 768px) {
  .copy-inner ul {
    display: flex;
  }
}

.copy-inner ul li a {
  position: relative;
  font-size: 0.75rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

.copy-inner ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(160 139 92 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .copy-inner ul li a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
  opacity: 0.5;
}

@media (min-width: 768px) {
  .copyright {
    width: auto;
  }
}

/* --------------
HOME 口腔外科とは
-------------- */

.bg-polygon {
  background-image: url(../images/common/bg-polygon.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.top-about-area {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .top-about-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .top-about-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-about-area-q {
  position: absolute;
  top: -3.5rem;
  right: 0px;
  opacity: 0.1;
}

@media (min-width: 768px) {
  .top-about-area-q {
    top: 0px;
    left: 0px;
    right: auto;
  }
}

.top-about-area-q img {
  height: auto;
  width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .top-about-area-q img {
    width: 140px;
  }
}

.top-about-area-inner {
  position: relative;
  width: 100%;
}

@media (min-width: 320px) {
  .top-about-area-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .top-about-area-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .top-about-area-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .top-about-area-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .top-about-area-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .top-about-area-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .top-about-area-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .top-about-area-inner {
    max-width: 2048px;
  }
}

.top-about-area-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.top-about-lead {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-about-lead img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .top-about-lead img {
    width: 450px;
  }
}

.top-surgery-area {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.top-surgery-area:before {
  position: absolute;
  left: 12%;
  top: 8rem;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .top-surgery-area:before {
    top: 12rem;
  }
}

.top-surgery-area-inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 320px) {
  .top-surgery-area-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .top-surgery-area-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .top-surgery-area-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .top-surgery-area-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .top-surgery-area-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .top-surgery-area-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .top-surgery-area-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .top-surgery-area-inner {
    max-width: 2048px;
  }
}

.top-surgery-area-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 768px) {
  .top-surgery-area-inner {
    display: flex;
  }

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

  .top-surgery-area-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .top-surgery-area-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-surgery-title {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .top-surgery-title {
    margin-bottom: 5rem;
  }
}

.top-surgery-title span {
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.top-surgery-title .kana {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-size: 0.75rem;
  letter-spacing: 12px;
}

@media (min-width: 768px) {
  .top-surgery-title .kana {
    font-size: 0.9375rem;
    letter-spacing: 16px;
  }
}

.top-surgery-title .main .lg {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .top-surgery-title .main .lg {
    font-size: 3.2rem;
  }
}

.top-surgery-title .main .sm {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .top-surgery-title .main .sm {
    font-size: 2rem;
  }
}

.top-surgery-area-text p {
  font-size: 1rem;
  line-height: 2;
}

.top-surgery-thumbnail {
  position: relative;
}

@media (min-width: 768px) {
  .top-surgery-thumbnail figure {
    margin-right: -5rem;
  }
}

/* --------------
口腔外科とは
-------------- */

.about-specialty-list {
  display: flex;
  max-width: 600px;
  align-items: center;
  justify-content: flex-start;
}

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

.about-specialty-list {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.about-specialty-list span {
  width: 30%;
  border-width: 4px;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

/* --------------
HOME 手術・処置
-------------- */

.top-treatment-area {
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .top-treatment-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.top-treatment-title {
  margin-bottom: 2rem;
  text-align: center;
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-treatment-title {
    margin-bottom: 3rem;
  }
}

.top-treatment-title span:first-child {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .top-treatment-title span:first-child {
    font-size: 1.4rem;
  }
}

.top-treatment-title span:last-child {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .top-treatment-title span:last-child {
    font-size: 3.2rem;
  }
}

.top-treatment-item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 80rem;
}

@media (min-width: 768px) {
  .top-treatment-item {
    margin-bottom: 2rem;
  }

  .top-treatment-item-inner {
    display: flex;
    align-items: stretch;
  }
}

.top-treatment-item-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .top-treatment-item-content {
    z-index: 10;
    width: 66.666667%;
    padding: 2rem;
  }
}

.top-treatment-item-content h3.top-treatment-item-head {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-treatment-item-content h3.top-treatment-item-head {
    font-size: 1.5rem;
  }
}

.top-treatment-item-content .top-treatment-item-text {
  margin-bottom: 1rem;
}

.top-treatment-item-content .top-treatment-item-text p {
  margin-bottom: 1rem;
  line-height: 2;
}

.top-treatment-item-content .top-treatment-item-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

.top-treatment-item-number {
  position: absolute;
  top: -0.75rem;
  right: 0px;
  display: flex;
  align-items: center;
  font-size: 4rem;
  --tw-text-opacity: 1;
  color: rgb(11 136 104 / var(--tw-text-opacity));
  opacity: 0.2;
}

@media (min-width: 768px) {
  .top-treatment-item-number {
    position: relative;
    top: auto;
    font-size: 5rem;
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .top-treatment-item-number {
    font-size: 5.4rem;
  }
}

.top-treatment-item-number {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.top-treatment-item-number span {
  position: relative;
  z-index: 0;
  margin-left: -0.375rem;
}

.top-treatment-item-thumbnail-pc {
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .top-treatment-item-thumbnail-pc {
    display: block;
    width: 33.333333%;
  }
}

.top-treatment-item-thumbnail-sp {
  margin-bottom: 1rem;
  display: block;
  height: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .top-treatment-item-thumbnail-sp {
    display: none;
  }
}

.top-treatment-item-extraction {
  background-image: url(../images/top-treatment-extraction.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-treatment-item-implant {
  background-image: url(../images/top-treatment-implant.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-treatment-item-apicoectomy {
  background-image: url(../images/top-treatment-apicoectomy.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-treatment-item-sedation {
  background-image: url(../images/top-treatment-sedation.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-treatment-item-alveoloplasty {
  background-image: url(../images/top-treatment-alveoloplasty.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* --------------
HOME 口腔外科グループについて
-------------- */

.doctors-area-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 320px) {
  .doctors-area-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .doctors-area-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .doctors-area-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .doctors-area-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .doctors-area-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .doctors-area-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .doctors-area-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .doctors-area-inner {
    max-width: 2048px;
  }
}

.doctors-area-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

@media (min-width: 768px) {
  .doctors-area-inner {
    display: flex;
  }

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

  .doctors-area-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.doctors-area-title {
  margin-bottom: 2rem;
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .doctors-area-title {
    margin-bottom: 3rem;
  }
}

.doctors-area-title span.lg {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .doctors-area-title span.lg {
    font-size: 3.2rem;
  }
}

.doctors-area-title span.sm {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .doctors-area-title span.sm {
    font-size: 1.6rem;
  }
}

/* --------------
HOME 医師紹介
-------------- */

.top-profile-area {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .top-profile-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .top-profile-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-profile-area h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-profile-area h2 {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}

.top-profile-area-inner {
  width: 100%;
}

@media (min-width: 320px) {
  .top-profile-area-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .top-profile-area-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .top-profile-area-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .top-profile-area-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .top-profile-area-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .top-profile-area-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .top-profile-area-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .top-profile-area-inner {
    max-width: 2048px;
  }
}

.top-profile-area-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

.top-profile-item {
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .top-profile-item {
    display: flex;
  }

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

.top-profile-thumbnail {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 400px;
}

.top-profile-thumbnail figure {
  height: 100%;
}

.top-profile-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-profile-thumbnail .top-profile-detail {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-profile-thumbnail .top-profile-detail {
    width: 66.666667%;
  }
}

.top-profile-thumbnail .top-profile-role {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.top-profile-thumbnail .top-profile-name span.name {
  font-size: 1rem;
  font-weight: 500;
}

.top-profile-thumbnail .top-profile-name span.english {
  font-size: 0.875rem;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top-profile-text {
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .top-profile-text {
    width: 50%;
    padding-top: 3rem;
  }
}

.top-profile-text p {
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .top-profile-text p {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.top-profile-text ul {
    margin-left: 1.5rem;
    list-style-type: disc;
}

.top-profile-text li {
    padding-left: 0.25rem;
    line-height: 180%;
}

/* --------------
見出し
-------------- */

.bg-green-image {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
}

.bg-green-image:before {
  position: absolute;
  left: 0px;
  top: 10rem;
  height: 500px;
  width: 100%;
  background-image: url(../images/common/bg-black-circle.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.1;
  --tw-content: "";
  content: var(--tw-content);
}

.cta-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  border-radius: 1rem;
  --tw-shadow: 0px 4px 24px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cta-area p {
  font-weight: 700;
}

.cta-inner {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.cta-doctor {
  position: absolute;
  right: -1rem;
  bottom: 5.5rem;
  width: 140px;
}

@media (min-width: 768px) {
  .cta-doctor {
    right: -2rem;
    bottom: 0px;
    width: 220px;
  }
}

.cta-doctor img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-area .green-wrap {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

span.marker {
  background-repeat: no-repeat;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 222, 60, 0) 50%, rgb(255, 222, 60) 50%);
  /* transition: background-position 2s ease 0.1s; */
}

.case-price-table {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .case-price-table {
    margin-bottom: 3rem;
  }
}

.case-price-table .case-title,
.case-items-sp .case-title {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(7 110 83 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .case-price-table .case-title,
.case-items-sp .case-title {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.case-price-table .case-name,
.case-items-sp .case-name {
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: Montserrat, sans-serif;
}

.case-price-table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
}

.case-price-table tbody td {
  padding: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.case-price-table tbody td.value {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.case-price-table tbody td span.lg,
.case-items-sp span.lg {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .case-price-table tbody td span.lg,
.case-items-sp span.lg {
    font-size: 1.5rem;
  }
}

.case-price-table tbody td.col {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(193 236 225 / var(--tw-bg-opacity));
}

.case-items-sp {
  position: relative;
  margin-bottom: 2rem;
  display: block;
}

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

@media (min-width: 768px) {
  .case-items-sp {
    margin-bottom: 3rem;
    display: none;
  }
}

.case-items-sp .value-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

.case-items-sp .value-wrap .col {
  font-size: 0.875rem;
  opacity: 0.5;
}

.problem-extraction-area {
  position: relative;
  margin-bottom: 8rem;
  background-image: url(../images/surgery-extraction-problem.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 14rem;
}

@media (min-width: 768px) {
  .problem-extraction-area {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .problem-extraction-area {
    padding-bottom: 3rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .problem-extraction-area {
    background-image: url(../images/surgery-extraction-problem-lg.webp);
  }
}

.problem-implant-area {
  position: relative;
  margin-bottom: 0px;
  height: 550px;
  width: 100%;
  background-image: url(../images/surgery-implant-problem-sm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .problem-implant-area {
    height: auto;
    background-image: url(../images/surgery-implant-problem.webp);
  }
}

@media (min-width: 1024px) {
  .problem-implant-area {
    padding-bottom: 3rem;
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .problem-implant-area {
    background-image: url(../images/surgery-implant-problem-lg.webp);
  }
}

.problem-alveoloplasty-area {
  position: relative;
  background-image: url(../images/surgery-alveoloplasty-problem.webp);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .problem-alveoloplasty-area {
    background-position: right;
  }
}

@media (min-width: 1024px) {
  .problem-alveoloplasty-area {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .problem-alveoloplasty-area {
    background-image: url(../images/surgery-alveoloplasty-problem-lg.webp);
  }
}

.problem-check {
  position: relative;
  padding-left: 2rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .problem-check {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .problem-check {
    font-size: 1.5rem;
  }
}

.problem-check.-alveoloplasty {
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .problem-check.-alveoloplasty {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .problem-check.-alveoloplasty {
    font-size: 1.25rem;
  }
}

.problem-check:before {
  position: absolute;
  left: 0px;
  top: 4px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../images/common/icon-check-circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.problem-check span.marker {
  background-repeat: no-repeat;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1.2em;
  font-weight: bold;
  background-size: 200% 0.2em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(237, 188, 13, 0) 20%, rgb(237, 188, 13) 20%);
  /* transition: background-position 2s ease 0.1s; */
}

.sedation-recommend-area {
  position: relative;
  margin-bottom: 13rem;
  height: 400px;
  background-image: url(../images/surgery-sedation-recommend.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .sedation-recommend-area {
    margin-bottom: 0px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .sedation-recommend-area {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .sedation-recommend-area {
    background-image: url(../images/surgery-sedation-recommend-lg.webp);
  }
}

.yellow-wrap {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.yellow-wrap:before {
  position: absolute;
  left: 4%;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-top-left-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .yellow-wrap:before {
    left: 12%;
  }
}

.gray-wrap {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.gray-wrap:before {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 80px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 224 222 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .gray-wrap:before {
    right: 12%;
  }
}

.yellow-wrap-inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 320px) {
  .yellow-wrap-inner {
    max-width: 320px;
  }
}

@media (min-width: 375px) {
  .yellow-wrap-inner {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .yellow-wrap-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .yellow-wrap-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .yellow-wrap-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .yellow-wrap-inner {
    max-width: 1536px;
  }
}

@media (min-width: 1792px) {
  .yellow-wrap-inner {
    max-width: 1792px;
  }
}

@media (min-width: 2048px) {
  .yellow-wrap-inner {
    max-width: 2048px;
  }
}

.yellow-wrap-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

@media (min-width: 768px) {
  .yellow-wrap-inner {
    display: flex;
  }

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

  .yellow-wrap-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .yellow-wrap-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.head-english {
  font-family: Outfit, sans-serif;
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .head-english {
    font-size: 3.2rem;
  }
}

.head-english-white {
  font-family: Outfit, sans-serif;
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .head-english-white {
    font-size: 3.2rem;
  }
}

.feature-item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .feature-item {
    margin-bottom: 4rem;
    flex-direction: row;
  }

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

.feature-item.reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .feature-item.reverse {
    flex-direction: row;
  }
}

.feature-item .feature-item-text {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .feature-item .feature-item-text {
    width: 50%;
  }
}

.feature-item .feature-item-text p {
  line-height: 2;
}

.feature-item .feature-item-sub {
  margin-top: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .feature-item .feature-item-sub {
    font-size: 1.5rem;
  }
}

.feature-item h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(6 59 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .feature-item h3 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}

.feature-item h3 span.marker {
  background-repeat: no-repeat;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1.2em;
  font-weight: bold;
  background-size: 200% 0.2em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(237, 188, 13, 0) 20%, rgb(237, 188, 13) 20%);
}

.feature-item .feature-item-image {
  width: 91.666667%;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-top-left-radius: 0px;
}

@media (min-width: 768px) {
  .feature-item .feature-item-image {
    width: 50%;
  }
}

.feature-item.reverse .feature-item-image {
  margin-left: auto;
  margin-right: 0px;
  width: 91.666667%;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-top-right-radius: 0px;
}

@media (min-width: 768px) {
  .feature-item.reverse .feature-item-image {
    width: 50%;
  }
}

.feature-item.reverse .feature-item-image.normal {
  margin-left: auto;
  margin-right: 0px;
  width: 91.666667%;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .feature-item.reverse .feature-item-image.normal {
    width: 50%;
  }
}

.what-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .what-title {
    margin-bottom: 3rem;
    flex-direction: row;
  }

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

.what-title .feature-item-text {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .what-title .feature-item-text {
    width: 50%;
  }
}

.what-title .feature-item-text p {
  line-height: 2;
}

.what-title h2 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .what-title h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .what-title h2 {
    font-size: 2.4rem;
  }
}

.what-title .what-title-lead {
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .what-title .what-title-lead {
    font-size: 1.25rem;
  }
}

.what-title .feature-item-image {
  margin-left: auto;
  margin-right: 0px;
  width: 91.666667%;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-top-right-radius: 0px;
}

@media (min-width: 768px) {
  .what-title .feature-item-image {
    width: 50%;
  }
}

.simple-page p {
  line-height: 2;
}

.simple-page h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(6 59 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .simple-page h2 {
    font-size: 1.75rem;
  }
}

.simple-page h2::first-letter,
.simple-page h2 span {
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

.simple-page h3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .simple-page h3 {
    font-size: 1.25rem;
  }
}

.contact-infomation {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 241 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .contact-infomation {
    padding: 3rem;
  }
}

.about-compare-item {
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-drop-shadow: drop-shadow(0px 8px 24px rgba(0,0,0,0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .about-compare-item {
    padding: 1.5rem;
  }
}

.about-compare__point {
  margin-bottom: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.about-compare__point span {
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .about-compare__point span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
  }
}

.about-compare-item h3 {
  position: relative;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .about-compare-item h3 {
    font-size: 1.25rem;
  }
}

.about-compare-item h3::before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(116 185 21 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  height: calc(tan(60deg) * 40px / 2);
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.about-compare-item h3 > span.-mini {
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about-compare-item.light-green h3,
.about-compare-item.light-green h3::before {
  --tw-bg-opacity: 1;
  background-color: rgb(116 185 21 / var(--tw-bg-opacity));
}

.about-compare-item p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .about-compare-item p {
    font-size: 1.125rem;
  }
}

.about-compare-item.light-green p,
.about-compare-item.light-green span {
  --tw-text-opacity: 1;
  color: rgb(116 185 21 / var(--tw-text-opacity));
}

.about-compare-item.light-green span {
  background-color: rgb(116 185 21 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.about-compare-item.primary-green h3,
.about-compare-item.primary-green h3::before {
  --tw-bg-opacity: 1;
  background-color: rgb(7 110 83 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.about-compare-item.primary-green p,
.about-compare-item.primary-green span {
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

.about-compare-item.primary-green span {
  background-color: rgb(7 110 83 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.bg-square {
  position: relative;
}

.bg-square::before {
  position: absolute;
  top: -2.5rem;
  right: 0px;
  left: auto;
  z-index: -1;
  height: calc(100% + 100px);
  width: 90%;
  background-image: url(../images/bg-square.webp);
  background-size: contain;
  background-repeat: repeat;
  opacity: 0.3;
  --tw-content: "";
  content: var(--tw-content);
}

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

.about-care-kind dl {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  .about-care-kind dl {
    gap: 2rem;
  }
}

.about-care-kind dl dt {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 150 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .about-care-kind dl dt {
    grid-column: span 3 / span 3;
  }
}

.about-care-kind dl dd {
  grid-column: span 12 / span 12;
  padding: 0.5rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .about-care-kind dl dd {
    grid-column: span 9 / span 9;
  }
}

.risk-list {
  margin-top: 2rem;
}

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

.risk-list li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.625;
}

.risk-list li::before {
  position: absolute;
  top: 0.625rem;
  left: 0px;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --tw-content: "";
  content: var(--tw-content);
}

.flow-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .flow-item {
    padding-left: 3rem;
  }
}

.flow-item::before {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  display: block;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .flow-item::before {
    top: 0px;
  }
}

.flow-item::after {
  position: absolute;
  left: 0.25rem;
  top: 1rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .flow-item::after {
    top: 0px;
  }
}

.flow-item .flow-item__step {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(12 233 176 / var(--tw-text-opacity));
}

.flow-item .flow-item__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .flow-item .flow-item__title {
    font-size: 1.5rem;
  }
}

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

.flow-item .flow-item__image {
  margin-left: 1rem;
  flex-shrink: 0;
}

.flow-item .flow-item__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.implant-kind {
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .implant-kind {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.implant-kind {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.implant-kind .-num,
.implant-kind .-unit {
  font-family: Outfit, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(197 164 2 / var(--tw-text-opacity));
}

.implant-kind .-num-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
}

.implant-kind .-num {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .implant-kind .-num {
    font-size: 4rem;
  }
}

.implant-kind .-unit {
  font-size: 2rem;
  line-height: 1;
}

.implant-kind .-title {
  text-align: center;
  font-weight: 700;
}

.implant-kind .-note {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
}

table.simple-table {
  width: 100%;
}

table.simple-table thead {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 150 116 / var(--tw-border-opacity));
}

table.simple-table thead th {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  table.simple-table thead th {
    font-size: 0.9375rem;
  }
}

table.simple-table .alt th {
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  background-color: #DEF9F2E5;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  table.simple-table .alt th {
    font-size: 0.9375rem;
  }
}

table.simple-table .alt td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  table.simple-table .alt td {
    font-size: 0.9375rem;
  }
}

table.simple-table .alt.num-right td {
  text-align: right;
}

table.compare-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 48rem;
}

table.compare-table thead th.-implant {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  padding: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

table.compare-table thead th.-alveoloplasty {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 150 213 / var(--tw-bg-opacity));
  padding: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

table.compare-table tbody tr {
  border-top-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}

table.compare-table .alt th {
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  background-color: #DEF9F2E5;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 110 83 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  table.compare-table .alt th {
    font-size: 0.9375rem;
  }
}

table.compare-table .alt td {
  padding: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  table.compare-table .alt td {
    font-size: 0.9375rem;
  }
}

table.compare-table .alt td.-alveoloplasty {
  border-left-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 150 213 / var(--tw-border-opacity));
}

table.compare-table .alt td.-implant {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}

table.compare-table .alt:last-child td.-alveoloplasty {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 150 213 / var(--tw-border-opacity));
}

.merideme-text {
  color: #FFF;
  font-family: Outfit;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.88px;
}

.merideme-box {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.merideme-box__title {
  position: relative;
  grid-column: span 12 / span 12;
  height: 100%;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding: 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .merideme-box__title {
    grid-column: span 4 / span 4;
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding: 2rem;
    text-align: left;
    font-size: 1.25rem;
  }
}

.merideme-box__text {
  grid-column: span 12 / span 12;
  border-right-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding: 1rem;
}

@media (min-width: 768px) {
  .merideme-box__text {
    grid-column: span 8 / span 8;
    padding: 2rem;
  }
}

.merideme-box__title-number {
  position: absolute;
  left: 0px;
  top: -1rem;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #B1B4AE80;
}

.clinic-item {
  overflow: hidden;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 4px 24px 0px rgba(35, 150, 117, 0.20);
}

.clinic-tel-number {
  background-color: rgb(19 150 116 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.clinic-item-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 36 35 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .clinic-item-lead {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.clinic-item p {
  line-height: 1.625;
}

.clinic-item p.call-note {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 0.5;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-top-12 {
    top: -3rem;
  }

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

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-12 {
    right: 3rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

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

  .md\:top-\[180px\] {
    top: 180px;
  }

  .md\:top-auto {
    top: auto;
  }

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

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

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

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

  .md\:w-\[calc\(\(100\%-60px\)\/2\)\] {
    width: calc((100% - 60px) / 2);
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2rem;
  }

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .md\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
  }

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

  .md\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-24 {
    left: -6rem;
  }

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

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

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

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

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

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

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

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

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

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

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

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

  .lg\:text-3xl {
    font-size: 1.75rem;
  }

  .lg\:text-4xl {
    font-size: 2rem;
  }

  .lg\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-base {
    font-size: 0.9375rem;
  }

  .lg\:text-normal {
    font-size: 1rem;
  }

  .lg\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-72 {
    top: 18rem;
  }
}
