@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
a:not([class]) {
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}
a:not([class]):hover, a:not([class]):focus {
  color: var(--arz_logo_skyblue);
}

body {
  height: 100%;
  overflow-x: clip;
  font-family: var(--arz_font_base);
  font-weight: 400;
}

/* ドロップダウン用のオーバーレイ */
body.is-overlay:before {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  animation: overlayFadeIn var(--arz_transition_duration) var(--arz_transition_easing) forwards;
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-menu-open {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

:root {
  /* layouts */
  --arz_container_width: 1400px;
  --arz_container_sm_width: 1008px;
  --arz_container_md_width: 1120px;
  --arz_container_lg_width: 1232px;
  --arz_container_safe_area: max(19px, calc(var(--window_width, 100vw) * 40 / 750));
  /* colors */
  --arz_orange: #e47b10;
  --arz_orange-light: #f9f1e8;
  --arz_gray: #aaaaaa;
  --arz_gray-darker: #777777;
  /* bg linear-gradient */
  --grad-none: calc((100% - 77%) / 2);
  --arz_bg_gradient_base: linear-gradient(
    to bottom,
    var(--arz_orange) var(--grad-none),
    #fed0a0 calc(100% - var(--grad-none))
  );
  --arz_bg_gradient_full: linear-gradient(to bottom, var(--arz_orange) 0%, #fed0a0 100%);
  /* fonts */
  --arz_font_base: "Zen Kaku Gothic New", sans-serif;
  --arz_font_jost: "Jost", sans-serif;
  --arz_font_shippori: "Shippori Mincho", serif;
  --arz_font_garamond: "Cormorant Garamond", serif;
  /* styles */
  --arz_border_radius: 10px;
  --arz_border_radius--lg: 20px;
  --arz_border_radius--xl: calc(var(--window_width) * 40 / 750);
  --arz_border_radius--2xl: calc(var(--window_width) * 80 / 750);
  --arz_drop_shadow: 0px 2px 19.2px 0.8px rgba(51, 51, 51, 0.12);
  --half_leading: calc((1em - 1lh) / 2);
  --hamburger-width: clamp(40px,80/750*100vw,52px);
  --floater-height: min(80/750*100vw,56px);
  /* animations */
  --arz_transition_duration: 0.3s;
  --arz_transition_easing: ease;
}

@media all and (min-width: 1024px) {
  :root {
    --arz_container_safe_area: clamp(40px, calc(var(--window_width, 100vw) * 80 / 1920), 80px);
    --arz_border_radius--xl: calc(var(--window_width) * 40 / 1920);
    --arz_border_radius--2xl: calc(var(--window_width) * 80 / 1920);
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
.breadcrumbs > span:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.breadcrumbs > span:not(:last-child):after {
  display: block;
  width: 14px;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.breadcrumbs .current-item {
  color: var(--arz_gray);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-color: var(--arz_orange);
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

@media all and (min-width: 960px) {
  :root {
    --swiper-pagination-bullet-size: 18px;
    --swiper-pagination-bullet-horizontal-gap: 12px;
  }
}
.l-flex-container {
  --spacing: calc((var(--window_width) - (var(--arz_container_safe_area) * 2) - var(--arz_container_width)) / 2);
  width: calc(100% - var(--arz_container_safe_area));
  max-width: calc(var(--window_width) - var(--spacing) - var(--arz_container_safe_area));
}

.l-flex-container--left {
  margin-right: auto;
  margin-left: 0;
}

.l-flex-container--right {
  margin-right: 0;
  margin-left: auto;
}

.l-floater-spacer {
  height: var(--floater-height);
}

@media all and (min-width: 960px) {
  .l-floater-spacer {
    display: none;
  }
}
.l-page-mv {
  position: relative;
}

.l-page-mv--mb-base {
  margin-bottom: 100px;
}

@media all and (min-width: 960px) {
  .l-page-mv--mb-base {
    margin-bottom: 140px;
  }
}
@media all and (min-width: 1280px) {
  .l-page-mv--mb-base {
    margin-bottom: 200px;
  }
}
.l-page-mv__inner {
  position: relative;
  width: 100%;
  height: 320px;
}

@media all and (min-width: 960px) {
  .l-page-mv__inner {
    height: 420px;
  }
}
@media all and (min-width: 1280px) {
  .l-page-mv__inner {
    height: 527px;
  }
}
.l-page-mv__img {
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.l-page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-page-mv__title {
  --border_radius: 28px;
  position: relative;
  align-self: end;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(0.8 * (var(--window_width) - 2 * var(--arz_container_safe_area)));
}
:where(.l-page-mv__title) .c-page-heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 32px;
  padding-right: 32px;
}

@media all and (min-width: 960px) {
  :where(.l-page-mv__title) .c-page-heading {
    position: relative;
    padding-block: 56px;
    padding-right: 56px;
  }
}
@media all and (min-width: 1280px) {
  .l-page-mv__title {
    min-width: 826px;
  }
}
.l-page-mv__title-shape {
  position: absolute;
  top: 0;
  right: 0%;
  left: calc(50% - var(--window_width) * 0.5);
  width: revert;
  height: 100%;
  content: "";
  background-color: #fff;
  border-top-right-radius: var(--border_radius);
}
.l-page-mv__title-shape:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: var(--border_radius);
  aspect-ratio: 1;
  content: "";
  -webkit-mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
          mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
  background-color: inherit;
}

@media all and (min-width: 1280px) {
  .l-page-mv__title-shape {
    min-width: 826px;
  }
}
.l-page-mv__pnkz {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
}

@media all and (min-width: 960px) {
  .l-page-mv__pnkz {
    top: calc(100% + 20px);
  }
}
.l-section-inner {
  width: calc(100% - var(--arz_container_safe_area) * 2);
  max-width: var(--arz_container_width);
  margin-inline: auto;
}

.l-section-inner__content {
  padding-bottom: 72px;
}

@media all and (min-width: 960px) {
  .l-section-inner__content {
    padding-bottom: 160px;
  }
}
.l-wrap {
  z-index: 1;
  position: relative;
  overflow-x: clip;
}
.l-wrap > *:last-child {
  border-radius: 0px 0px var(--arz_border_radius--2xl) var(--arz_border_radius--2xl);
}

.o-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: min(10 / 750 * var(--__window_width, 100vw), 10.6666666667px);
  border-radius: 9999px;
  background-image: var(--arz_main_gradient);
  color: #fff;
  font-weight: 700;
}

@media all and (min-width: 960px) {
  .o-button-arrow {
    padding-block: 0.625rem;
  }
}
@media not all and (min-width: 960px) {
  .o-button-arrow svg {
    width: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  }
}
.o-button-arrow--top-fv {
  padding-right: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  padding-left: min(66 / 750 * var(--__window_width, 100vw), 70.4px);
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
}

@media all and (min-width: 960px) {
  .o-button-arrow--top-fv {
    --__px: 1.5rem;
    -moz-column-gap: calc(1.5 * var(--__px));
         column-gap: calc(1.5 * var(--__px));
    padding-inline: calc(2 * var(--__px)) var(--__px);
    font-size: 1.125rem;
  }
}
@media not all and (min-width: 960px) {
  .o-button-arrow--top-fv {
    justify-content: space-between;
  }
}
.o-button-arrow--top-info {
  -moz-column-gap: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
       column-gap: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
  padding-right: min(30 / 750 * var(--__window_width, 100vw), 32px);
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-left: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
}

@media all and (min-width: 960px) {
  .o-button-arrow--top-info {
    --__px: 1.5rem;
    -moz-column-gap: calc(0.75 * var(--__px));
         column-gap: calc(0.75 * var(--__px));
    padding-block: 2px;
    padding-inline: var(--__px) calc(0.5 * var(--__px));
  }
}
@media not all and (min-width: 960px) {
  .o-button-arrow--top-info {
    font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  }
}
.o-button-arrow--top-graph {
  position: relative;
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-inline: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  font-size: min(30 / 750 * var(--__window_width, 100vw), 32px);
}
.o-button-arrow--top-graph svg {
  position: absolute;
  top: 50%;
  right: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  translate: 0% -50%;
}

@media all and (min-width: 960px) {
  .o-button-arrow--top-graph {
    padding-block: 1rem;
    padding-inline: 4.375rem;
    font-size: 1.25rem;
  }
  .o-button-arrow--top-graph svg {
    right: 1.5rem;
  }
}
.o-button-arrow--top-cta {
  padding-right: min(28 / 750 * var(--__window_width, 100vw), 29.8666666667px);
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-left: min(42 / 750 * var(--__window_width, 100vw), 44.8px);
  -moz-column-gap: min(30 / 750 * var(--__window_width, 100vw), 32px);
       column-gap: min(30 / 750 * var(--__window_width, 100vw), 32px);
}

@media all and (min-width: 960px) {
  .o-button-arrow--top-cta {
    --__px: 3rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-block: 1rem;
    padding-inline: var(--__px) calc(0.5 * var(--__px));
  }
}
@media not all and (min-width: 960px) {
  .o-button-arrow--top-cta {
    font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  }
}
.o-button-arrow--footer {
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-inline: min(70 / 750 * var(--__window_width, 100vw), 74.6666666667px);
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
}

@media all and (min-width: 960px) {
  .o-button-arrow--footer {
    padding-block: 0.5rem;
    padding-inline: 2.25rem;
    font-size: 0.875rem;
  }
  .o-button-arrow--footer svg {
    display: none;
  }
}
@media not all and (min-width: 960px) {
  .o-button-arrow--footer {
    position: relative;
  }
  .o-button-arrow--footer svg {
    position: absolute;
    top: 50%;
    right: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
    translate: 0% -50%;
  }
}
.o-button-arrow--mobile-nav {
  position: relative;
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-inline: min(90 / 750 * var(--__window_width, 100vw), 96px);
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
}
.o-button-arrow--mobile-nav svg {
  position: absolute;
  top: 50%;
  right: min(28 / 750 * var(--__window_width, 100vw), 29.8666666667px);
  translate: 0% -50%;
}

.o-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-block: 12px;
  padding-inline: 16px;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  transition: all var(--arz_transition_duration) var(--arz_transition_easing);
}

@media all and (min-width: 960px) {
  .o-button {
    font-size: 14px;
  }
}
@media all and (min-width: 1024px) {
  .o-button {
    padding-block: 24px;
    padding-inline: 40px;
  }
}
.o-button--basic {
  min-width: 270px;
  width: -moz-fit-content;
  width: fit-content;
}

.o-button--filled {
  background-color: var(--arz_orange);
  outline: 1px solid var(--arz_orange);
  color: #fff;
}
.o-button--filled:hover {
  background-color: #fff;
  color: var(--arz_orange);
}

.o-button--outlined {
  background-color: #fff;
  outline: 1px solid var(--arz_orange);
  outline-offset: -1px;
  color: var(--arz_orange);
}
.o-button--outlined:hover {
  background-color: var(--arz_orange);
  outline-color: #fff;
  color: #fff;
}

.o-card-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: min(10 / 750 * var(--__window_width, 100vw), 10.6666666667px);
       column-gap: min(10 / 750 * var(--__window_width, 100vw), 10.6666666667px);
  color: #fff;
}

@media all and (min-width: 960px) {
  .o-card-content {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.o-card-content__subtext {
  padding-bottom: 2px;
  padding-left: 2px;
  font-size: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
}

@media all and (min-width: 960px) {
  .o-card-content__subtext {
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 0.75rem;
  }
}
.o-card-content__title {
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  line-height: 1;
  letter-spacing: 0.06em;
}

@media all and (min-width: 960px) {
  .o-card-content__title {
    font-size: 1.5rem;
    font-size: clamp(1.25rem, 0.75rem + 0.833vw, 1.5rem);
  }
}
@media not all and (min-width: 960px) {
  .o-card-content__right {
    width: min(28 / 750 * var(--__window_width, 100vw), 29.8666666667px);
  }
  .o-card-content__right img {
    width: 100%;
  }
  .o-card-content__right svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .c-product-link-card--customer .o-card-content {
    align-items: center;
  }
  .c-product-link-card--customer .o-card-content__title {
    font-size: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
  }
  .c-product-link-card--customer .o-card-content__right {
    width: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
  }
}
.o-category-link-button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
       column-gap: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
}

@media all and (min-width: 960px) {
  .o-category-link-button {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.o-category-link-button--lg {
  -moz-column-gap: min(18 / 750 * var(--__window_width, 100vw), 19.2px);
       column-gap: min(18 / 750 * var(--__window_width, 100vw), 19.2px);
}

@media all and (min-width: 960px) {
  .o-category-link-button--lg {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.o-category-link-button__icon {
  width: min(46 / 750 * var(--__window_width, 100vw), 49.0666666667px);
}

@media all and (min-width: 960px) {
  .o-category-link-button__icon {
    width: 2.875rem;
  }
}
.o-category-link-button--lg .o-category-link-button__icon {
  width: min(48 / 750 * var(--__window_width, 100vw), 51.2px);
}

@media all and (min-width: 960px) {
  .o-category-link-button--lg .o-category-link-button__icon {
    width: 3.75rem;
    width: clamp(40px, 0px + 4.167vw, 60px);
  }
}
.o-category-link-button__text {
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  letter-spacing: 0.1em;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}

@media all and (min-width: 960px) {
  .o-category-link-button__text {
    font-size: 1.125rem;
  }
}
.o-category-link-button:hover .o-category-link-button__text {
  color: var(--arz_logo_skyblue);
}

@media not all and (min-width: 960px) {
  .o-category-link-button svg {
    width: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
    height: auto;
    aspect-ratio: 1;
  }
}
.o-category-tag {
  display: grid;
  place-items: center;
  width: auto;
  min-width: 58px;
  padding-inline: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
  background-color: var(--__bc_color);
  color: #fff;
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  font-weight: 700;
}

@media all and (min-width: 960px) {
  .o-category-tag {
    display: grid;
    min-width: 100px;
    padding-block: 4px;
    padding-inline: 1.5rem;
    font-size: 0.8125rem;
  }
}
.o-category-tag--products {
  --__bc_color: #333;
}

.o-category-tag--release {
  --__bc_color: var(--arz_logo_blue);
}

.o-category-tag--news {
  --__bc_color: var(--arz_logo_skyblue);
}

.o-checkmark-text {
  display: grid;
  grid-template-columns: 14px 1fr;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.o-checkmark-text:before {
  position: relative;
  top: calc(1lh - 1em);
  width: 12px;
  height: auto;
  aspect-ratio: 13/9;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 17.83'%3E%3Cpath d='M25,3.49l-10.85,10.85-3.49,3.49-3.49-3.49L0,7.17l3.49-3.49,7.17,7.17L21.51,0l3.49,3.49Z' fill='%23e47b10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media not all and (min-width: 960px) {
  .o-checkmark-text {
    font-size: 14px;
  }
}
.o-clinic-slider-button {
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.7142857143em;
  padding-inline: 1em;
  text-align: center;
  border: 1px solid var(--arz_orange);
  background-color: #fff;
  border-radius: 9999px;
  color: var(--arz_orange);
  font-size: 12px;
  line-height: 1;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing), background-color var(--arz_transition_duration) var(--arz_transition_easing);
}

@media all and (min-width: 960px) {
  .o-clinic-slider-button {
    font-size: 14px;
  }
}
.o-clinic-slider-button.is-active {
  background-color: var(--arz_orange);
  color: #fff;
}

@media (any-hover: hover) {
  .o-clinic-slider-button:hover {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.o-dropdown-halfarrow {
  display: flex;
  align-items: baseline;
  font-size: 1.375rem;
  font-weight: 700;
}

.o-dropdown-halfarrow svg {
  padding-left: 0.75rem;
}

.o-external-link {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #333;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

.o-feature-head-title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-family: var(--arz_font_shippori);
}

@media (min-width: 480px) and (max-width: 640px) {
  .o-feature-head-title {
    /* viewportの最小値を下回ったら縮小をやめる */
    --min-vw: 350px;
    /* viewportの最大値を上回ったら拡大をやめる */
    --max-vw: 640px;
    --zoom-value: clamp(
        tan(atan2(var(--min-vw), var(--max-vw))),
        tan(atan2(var(--zoom-factor), var(--max-vw))),
        1);
    --zoom-factor: clamp(var(--min-vw), var(--window_width),var(--max-vw));
    zoom: var(--zoom-value);
  }
}
.o-feature-head-title__left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.o-feature-head-title__left > * {
  margin-block: var(--half_leading);
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media not all and (min-width: 480px) {
  .o-feature-head-title__left {
    display: none;
  }
}

.o-feature-head-title__right > * {
  line-height: 0;
}
@media not all and (min-width: 480px) {
  .o-feature-head-title__right {
    display: none;
  }
}

@media (min-width: 480px) {
  .o-feature-head-title__img {
    display: none;
  }
}

.o-footer-nav-link {
  color: var(--arz_gray-darker);
  font-size: clamp(10px, 0.0358208955 * (100vw - 40px), 14px);
}

@media all and (min-width: 640px) {
  .o-footer-nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.125em;
  }
}
@media not all and (min-width: 640px) {
  .o-footer-nav-link::after {
    content: "/";
    display: inline-block;
    padding-inline: 0.25em;
  }
}
@media all and (min-width: 640px) {
  .o-footer-nav-link::before {
    content: "";
    height: 1px;
    background-color: var(--arz_orange);
    width: 1.5em;
  }
}
@media (any-hover: hover) {
  .o-footer-nav-link {
    transition: color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .o-footer-nav-link:hover {
    color: var(--arz_orange);
  }
}
.o-footer-nav-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3em;
  font-family: var(--arz_font_shippori);
  color: var(--arz_orange);
  font-size: clamp(10px, 0.0358208955 * (100vw - 40px), 14px);
}

@media all and (min-width: 640px) {
  .o-footer-nav-title {
    gap: 1em;
  }
}
@media (any-hover: hover) {
  .o-footer-nav-title svg {
    transition: all var(--arz_transition_duration) var(--arz_transition_easing);
    transform: translateX(0px);
  }
  .o-footer-nav-title:hover svg {
    transform: translateX(4px);
  }
}
.o-fv-scroller {
  position: absolute;
  bottom: 10.5cqb;
  left: var(--arz_container_safe_area);
  translate: -50% -50%;
  rotate: 90deg;
  display: flex;
  align-items: flex-end;
  color: var(--arz_orange);
  font-family: var(--arz_font_garamond);
  font-size: 18px;
  line-height: 1;
}

.o-fv-scroller__bar {
  position: relative;
  width: 100px;
  height: 1px;
  margin-bottom: 4px;
  margin-left: 15px;
  overflow: hidden;
}
.o-fv-scroller__bar:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: currentColor;
  animation: pathmove 1.4s ease-in-out infinite;
}

@keyframes pathmove {
  0% {
    opacity: 0;
    left: 0;
    width: 0;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  70% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    left: 100%;
    width: 100%;
  }
}
.o-haeding-content {
  font-size: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  font-weight: 700;
  background-image: var(--arz_main_gradient);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

@media all and (min-width: 960px) {
  .o-haeding-content {
    font-size: 1.5rem;
  }
}
.o-haeding-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.o-haeding-section:before {
  order: 1;
  content: attr(data-en);
  font-size: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
  background-image: var(--arz_main_gradient);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

@media all and (min-width: 960px) {
  .o-haeding-section:before {
    font-size: 0.75rem;
  }
}
.o-haeding-section:after {
  order: 2;
  display: block;
  margin-top: 2px;
  content: "";
  width: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  height: 2px;
  background-image: var(--arz_main_gradient);
}

@media all and (min-width: 640px) {
  .o-haeding-section:after {
    height: 4px;
  }
}
@media all and (min-width: 960px) {
  .o-haeding-section:after {
    margin-top: 2px;
    width: 1rem;
  }
}
.o-haeding-section > * {
  order: 3;
  font-size: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
  font-weight: 700;
}

@media all and (min-width: 960px) {
  .o-haeding-section > * {
    font-size: 2rem;
  }
}
.o-haeding-section--white {
  color: #fff;
}
.o-haeding-section--white:before, .o-haeding-section--white:after {
  background-image: unset;
  background-color: #fff;
  color: #fff;
}

.o-haeding {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.o-haeding:after {
  order: 2;
  display: block;
  margin-top: 2px;
  content: "";
  width: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  height: 2px;
  background-image: var(--arz_main_gradient);
}

@media all and (min-width: 640px) {
  .o-haeding:after {
    height: 4px;
  }
}
@media all and (min-width: 960px) {
  .o-haeding:after {
    margin-top: 2px;
    width: 3.75rem;
  }
}
.o-haeding > * {
  order: 3;
  font-size: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
  font-weight: 700;
}

.o-haeding.--font-bigger > * {
  font-size: min(42 / 750 * var(--__window_width, 100vw), 44.8px);
}

@media all and (min-width: 960px) {
  .o-haeding > * {
    font-size: 2rem;
  }
  .o-haeding.--font-bigger > * {
    font-size: 2.25rem;
  }
}
.o-hamburger-button {
  --border-height: 2px;
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--border-height);
  width: 100%;
  height: auto;
  min-height: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--arz_orange);
}
.o-hamburger-button:before {
  order: 1;
}
.o-hamburger-button:after {
  order: 2;
}
.o-hamburger-button .o-hamburger-button__text {
  order: 3;
}
.o-hamburger-button:before, .o-hamburger-button:after {
  width: 100%;
  height: var(--border-height);
  content: "";
  background-color: currentColor;
  transition: all var(--arz_transition_duration) var(--arz_transition_easing);
  transform-origin: center;
}
.o-hamburger-button.is-active:before {
  transform: translateY(var(--border-height)) rotate(20deg);
}
.o-hamburger-button.is-active:after {
  transform: translateY(calc(-1 * var(--border-height))) rotate(-20deg);
}

@media all and (min-width: 960px) {
  .o-hamburger-button {
    --border-height: 4px;
  }
}
.o-hamburger-button__text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding-top: var(--border-height);
  color: currentColor;
  text-align: center;
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1;
  font-weight: 500;
}

.o-header-lang-switcher {
  color: #333;
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  line-height: 1;
  letter-spacing: 0.06em;
}

@media all and (min-width: 960px) {
  .o-header-lang-switcher {
    font-size: 0.875rem;
  }
}
.o-header-lang-switcher--color-white {
  color: #fff;
}

.o-header-lang-switcher__border {
  display: inline-block;
  width: 1px;
  height: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  margin-inline: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  content: "";
  background-color: currentColor;
  vertical-align: bottom;
}

@media all and (min-width: 960px) {
  .o-header-lang-switcher__border {
    height: 0.75rem;
    margin-inline: 0.625rem;
  }
}
.o-header-nav {
  display: flex;
  align-items: center;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
  font-size: 0.875rem;
}

.o-header-nav:hover {
  color: var(--arz_orange);
}

.o-header-search {
  --__icon_width: 16;
  width: 100%;
  height: auto;
  border-radius: 9999px;
  background-color: #fff;
}

@media all and (min-width: 960px) {
  .o-header-search {
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
  }
}
.o-header-search__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: min(14 / 750 * var(--__window_width, 100vw), 14.9333333333px);
  padding-inline: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  -moz-column-gap: min(8 / 750 * var(--__window_width, 100vw), 8.5333333333px);
       column-gap: min(8 / 750 * var(--__window_width, 100vw), 8.5333333333px);
}

@media all and (min-width: 960px) {
  .o-header-search__wrapper {
    padding: 0.625rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.o-header-search__input {
  flex: 1 0 auto;
  color: #333;
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .o-header-search__input {
    font-size: 0.75rem;
  }
}
.o-header-search__button {
  width: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  height: auto;
  aspect-ratio: 1;
}
.o-header-search__button svg, .o-header-search__button img {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 960px) {
  .o-header-search__button {
    width: 1rem;
  }
}
.o-icon-arrow {
  display: grid;
  place-items: center;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid currentColor;
  color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .o-icon-arrow {
    width: 30px;
  }
}
@media (any-hover: hover) {
  .o-icon-arrow {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .o-icon-arrow--hover-parent:hover .o-icon-arrow {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.o-link-arrow {
  display: inline-flex;
  align-items: baseline;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.o-link-arrow svg {
  transition: transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.o-link-arrow:hover svg {
  transform: translateX(var(--arz_link_arrow_translate));
}

.o-link {
  color: #333;
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  font-weight: 400;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}
.o-link:hover {
  color: var(--arz_logo_skyblue);
}

@media all and (min-width: 960px) {
  .o-link {
    font-size: 0.875rem;
  }
}
.o-link--footer-nav-title {
  font-size: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  font-weight: 700;
}

@media all and (min-width: 960px) {
  .o-link--footer-nav-title {
    font-size: 0.9375rem;
  }
}
.o-link--arrow {
  font-size: 1rem;
}

.o-news-tag {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 57px;
  min-height: 20px;
  padding-block: 2px 3px;
  padding-inline: 6px;
  text-align: center;
  color: var(--arz_orange);
  border: 1px solid currentColor;
  border-radius: 9999px;
  font-size: 12px;
  line-height: 1.1;
}

@media all and (min-width: 960px) {
  .o-news-tag {
    min-width: 88px;
    padding-inline: 16px;
    font-size: 14px;
  }
}
.o-search {
  width: 100%;
  height: auto;
  border-radius: 9999px;
  background-color: #fff;
}

.o-search__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: min(18 / 750 * var(--__window_width, 100vw), 19.2px);
  padding-inline: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  -moz-column-gap: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
       column-gap: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
}

@media all and (min-width: 960px) {
  .o-search__wrapper {
    padding-block: 1.125rem;
    padding-inline: 1.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.o-search__input {
  flex: 1 0 auto;
  color: #333;
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .o-search__input {
    font-size: 0.875rem;
  }
}
.o-search__button {
  order: 0;
  width: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  height: auto;
  aspect-ratio: 1;
}

@media all and (min-width: 960px) {
  .o-search__button {
    width: 1.5rem;
  }
}
.o-search__button {
  width: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  height: auto;
  aspect-ratio: 1;
}
.o-search__button svg, .o-search__button img {
  width: 100%;
  height: 100%;
}

.o-search--icon-first .o-search__input {
  order: 1;
}
.o-search--icon-first .o-search__button {
  order: 0;
}

@media all and (min-width: 960px) {
  .o-search--size-sm .o-search__wrapper {
    padding: 0.625rem;
  }
  .o-search--size-sm .o-search__button {
    width: 1rem;
  }
}
.o-tag {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13.3333333333em;
  min-height: 3.3333333333em;
  padding-block: 0.8333333333em;
  padding-inline: 1.3333333333em;
  text-align: center;
  background-color: var(--arz_orange);
  border-radius: 9999px;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
}
@media all and (min-width: 960px) {
  .o-tag {
    font-size: 12px;
  }
}

.o-tag--gray {
  background-color: var(--arz_gray);
}

.o-tel-text {
  font-family: var(--arz_font_jost);
  vertical-align: baseline;
  font-size: 1rem;
}
:where(.o-tel-text) small {
  font-size: 0.875em;
}

.o-top-feature-pager {
  position: relative;
  width: 8px;
  height: 40px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.o-top-feature-pager:before {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  content: "";
  background-color: currentColor;
  transition: background-color var(--arz_transition_duration) var(--arz_transition_easing);
}

.o-top-feature-pager.is-active:before {
  background-color: var(--arz_orange);
}

.o-top-feature-pager:hover:before {
  background-color: var(--arz_orange);
}

@media not all and (min-width: 960px) {
  .o-top-feature-pager {
    height: 20px;
  }
  .o-top-feature-pager:before {
    width: 1px;
  }
}
.o-treatment-article-text {
  line-height: 1.7;
}

.o-treatment-article-text--lv-base {
  font-size: 14px;
}

.o-treatment-article-text--lv-small {
  font-size: 12px;
}

.o-treatment-article-text--lv-large {
  font-size: 14px;
}

@media all and (min-width: 960px) {
  .o-treatment-article-text--lv-base {
    font-size: 16px;
  }
  .o-treatment-article-text--lv-small {
    font-size: 14px;
  }
  .o-treatment-article-text--lv-large {
    font-size: 18px;
  }
}
.c-access-card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(51, 51, 51, 0.1);
  border-radius: var(--arz_border_radius--lg);
  overflow: hidden;
}

.c-access-card__num {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: var(--arz_font_jost);
  font-size: 14px;
  width: 3.3em;
  height: 3.3em;
  background: var(--arz_orange);
  color: #fff;
  border-bottom-right-radius: var(--arz_border_radius--lg);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 960px) {
  .c-access-card__num {
    font-size: 1.125rem;
    width: 3.3em;
    height: 3.3em;
  }
}
.c-access-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 326/218;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-access-card__text {
  padding-top: 16px;
  padding-inline: 9.8%;
  padding-bottom: 28px;
}
.c-access-card__text .__title {
  font-size: 1em;
  color: var(--arz_orange);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-access-card__text .__desc {
  font-size: 12px;
  line-height: 1.57;
}

@media not all and (min-width: 960px) {
  .c-access-card__text {
    font-size: 14px;
  }
}
@media all and (min-width: 960px) {
  .c-access-card__text {
    padding-top: 32px;
    padding-bottom: 54px;
    min-height: 10em;
  }
  .c-access-card__text .__desc {
    font-size: 0.875rem;
  }
}
.c-accordion-wrapper {
  counter-reset: sickness 0;
}
.c-accordion-wrapper > * {
  counter-increment: sickness;
}

.c-accordion {
  --opener_size: 24px;
}

@media all and (min-width: 960px) {
  .c-accordion {
    --opener_size: 30px;
  }
}
.c-accordion__summary {
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid var(--arz_orange);
}

.c-accordion__summary::-webkit-details-marker {
  display: none;
}

.c-accordion__body {
  display: grid;
  gap: 18px;
}

:where(.c-accordion__summary) .c-accordion__body {
  grid-template-columns: 1fr var(--opener_size);
  padding-bottom: 6px;
}
@media all and (min-width: 960px) {
  :where(.c-accordion__summary) .c-accordion__body {
    padding-bottom: 12px;
  }
}

:where(.c-accordion__content) .c-accordion__body {
  grid-template-columns: 1fr;
  padding-block: 10px;
}
@media all and (min-width: 960px) {
  :where(.c-accordion__content) .c-accordion__body {
    padding-block: 16px;
  }
}

.c-accordion--type-faq .c-accordion__body:before {
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
  font-size: 14px;
}
.c-accordion--type-faq :where(.c-accordion__summary) .c-accordion__body {
  grid-template-columns: auto 1fr var(--opener_size);
}
.c-accordion--type-faq :where(.c-accordion__summary) .c-accordion__body:before {
  content: "Q";
}
.c-accordion--type-faq :where(.c-accordion__content) .c-accordion__body {
  grid-template-columns: auto 1fr;
}
.c-accordion--type-faq :where(.c-accordion__content) .c-accordion__body:before {
  content: "A";
}

@media all and (min-width: 960px) {
  .c-accordion--type-faq .c-accordion__body:before {
    font-size: 18px;
  }
}
.c-accordion--type-number .c-accordion__body:before {
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
  font-size: 14px;
}
.c-accordion--type-number :where(.c-accordion__summary) .c-accordion__body {
  grid-template-columns: auto 1fr var(--opener_size);
}
.c-accordion--type-number :where(.c-accordion__summary) .c-accordion__body:before {
  content: counter(sickness, decimal-leading-zero);
}

@media all and (min-width: 960px) {
  .c-accordion--type-number .c-accordion__body:before {
    font-size: 18px;
  }
}
.c-accordion__title {
  font-size: 14px;
  font-weight: 500;
}

@media all and (min-width: 960px) {
  .c-accordion__title {
    font-size: 18px;
  }
}
.c-accordion__icon {
  display: grid;
  grid-template: "icon";
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--arz_orange);
  border-radius: 50%;
}
.c-accordion__icon:before, .c-accordion__icon:after {
  grid-area: icon;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform-origin: center;
}
.c-accordion__icon:before {
  rotate: -90deg;
  transform: scale(1);
  transition: var(--arz_transition_duration) var(--arz_transition_easing);
}

@media all and (min-width: 960px) {
  .c-accordion__icon:before, .c-accordion__icon:after {
    width: 12px;
    height: 2px;
  }
}
.is-opened .c-accordion__icon:before {
  transform: scale(0);
}

.c-accordion__content {
  overflow: hidden;
}

.c-blog-card {
  --spacing-x: 24px;
  --spacing-y: 28px;
  border-radius: 20px;
  overflow: clip;
  background-color: #fff;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}

.swiper-slide:has(.c-blog-card) {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}

.c-blog-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-blog-card__date, .c-blog-card__title, .c-blog-card__arrow {
  padding-inline: var(--spacing-x);
}

.c-blog-card__date {
  padding-top: var(--spacing-y);
}

.c-blog-card__arrow {
  padding-bottom: var(--spacing-y);
}

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

.c-calendar {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding-block: 24px;
  padding-inline: 16px;
}

@media all and (min-width: 960px) {
  .c-calendar {
    border-radius: 20px;
    padding-block: 6.2256809339%;
    padding-inline: 8.1712062257%;
  }
}
:where(.c-calendar) table {
  table-layout: fixed;
  display: grid;
  grid-template-columns: max-content repeat(7, minmax(0, 1fr));
}
@media not all and (min-width: 640px) {
  :where(.c-calendar) table {
    font-size: 14px;
  }
}
:where(.c-calendar) thead, :where(.c-calendar) tbody {
  display: contents;
}
:where(.c-calendar) tr {
  display: grid;
  grid-template-columns: subgrid;
  gap: 1.5rem;
  grid-column: -1/1;
  text-align: center;
  border-bottom: 1px solid var(--arz_orange);
}
:where(.c-calendar) th {
  padding-bottom: 14px;
  font-weight: normal;
}
:where(.c-calendar) td {
  padding-block: 12px;
}

.c-calendar__round {
  display: grid;
  place-items: center;
}
.c-calendar__round:before {
  width: 14px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--arz_orange);
  border-radius: 50%;
}

.c-calendar__star {
  display: grid;
  place-items: center;
}
.c-calendar__star:before {
  content: "★";
  color: var(--arz_orange);
}

.c-calendar__line {
  display: grid;
  place-items: center;
}
.c-calendar__line:before {
  width: 18px;
  height: 2px;
  content: "";
  background-color: #b6956f;
}

.c-dropdown-menu {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  width: var(--__window_width);
  width: 100vw;
  height: auto;
  padding-block: 2.5rem;
  padding-inline: var(--arz_container_safe_area);
  background-image: var(--arz_main_gradient);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all var(--arz_transition_duration) var(--arz_transition_easing);
}

.c-dropdown-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.c-dropdown-menu:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1.625rem;
}

.c-dropdown-menu__inner {
  max-width: var(--arz_contents_width);
  margin-inline: auto;
}

.c-dropdown-menu__title {
  display: inline-flex;
  align-items: baseline;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
}

.c-dropdown-menu__title svg {
  transition: transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.c-dropdown-menu__title:hover svg {
  transform: translateX(var(--arz_link_arrow_translate));
}

.c-dropdown-menu__content {
  display: grid;
  grid-template-columns: 31.4814814815% auto;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  margin-top: 1rem;
}

.c-dropdown-menu__left {
  border-radius: var(--arz_border_radius-sm);
  overflow: hidden;
}
.c-dropdown-menu__left img {
  aspect-ratio: 340/190;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-dropdown-menu__left-img {
  border-radius: var(--arz_border_radius-sm);
  overflow: hidden;
}
.c-dropdown-menu__left-img img {
  aspect-ratio: 340/190;
}

.c-dropdown-menu__search {
  margin-bottom: 1.5rem;
}

.c-dropdown-menu__search-box {
  margin-top: 6px;
  max-width: 340px;
  color: #333;
}

.c-dropdown-menu__list {
  display: grid;
  row-gap: 1rem;
}

.c-dropdown-menu__list-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
}

.c-link-square-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 12px;
  box-shadow: 0px 2px 12.48px 0.52px rgba(51, 51, 51, 0.14);
}

@media all and (min-width: 960px) {
  .c-link-square-button {
    gap: 16px;
    padding: 24px;
  }
}
.c-news-item {
  display: block;
  padding-block: 12px;
  padding-right: 5.7692307692%;
}

@media not all and (min-width: 640px) {
  .c-news-item {
    padding-right: 0;
  }
  .c-news-item.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 4px;
    margin-bottom: 0;
  }
}
.c-news-item__date {
  font-family: var(--arz_font_jost);
  font-size: 14px;
}

@media not all and (min-width: 640px) {
  .c-news-item__date {
    font-size: 12px;
  }
}
.c-news-item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-news-item__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid currentColor;
  color: var(--arz_orange);
}

@media not all and (min-width: 640px) {
  .c-news-item__icon {
    width: 25px;
  }
}
@media (any-hover: hover) {
  .c-news-item__title {
    transition: color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-news-item__icon {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-news-item:hover .c-news-item__title {
    color: var(--arz_orange);
  }
  .c-news-item:hover .c-news-item__icon {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.c-news-list {
  display: flex;
  -moz-column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
       column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  align-items: center;
  width: 100%;
}

@media all and (min-width: 960px) {
  .c-news-list {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }
}
.c-news-list__date {
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .c-news-list__date {
    font-size: 0.875rem;
  }
}
.c-news-list__tag {
  flex-shrink: 0;
}

@media not all and (min-width: 960px) {
  .c-news-list__tag {
    margin-right: min(12 / 750 * var(--__window_width, 100vw), 12.8px);
  }
}
.c-news-list__title {
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  font-weight: 400;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}

@media all and (min-width: 960px) {
  .c-news-list__title {
    font-size: 0.9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media not all and (min-width: 960px) {
  .c-news-list__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.c-news-list:hover .c-news-list__title {
  color: var(--arz_logo_skyblue);
}

.c-page-heading > * + * {
  padding-top: 8px;
}

@media all and (min-width: 960px) {
  .c-page-heading > * + * {
    padding-top: 15px;
  }
}
.c-page-heading__en {
  margin-block: var(--half_leading);
  font-family: var(--arz_font_garamond);
  color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .c-page-heading__en {
    font-size: 20px;
  }
}
.c-page-heading__ja {
  margin-block: var(--half_leading);
  font-family: var(--arz_font_shippori);
  font-size: 32px;
  line-height: 1;
}
.c-page-heading__ja small {
  font-size: 0.6296296296em;
  line-height: 1;
}

@media all and (min-width: 960px) {
  .c-page-heading__ja {
    font-size: 54px;
  }
}
.c-pagination {
  font-family: var(--arz_font_jost);
  font-size: 12px;
}
.c-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination ul.page-numbers li {
  margin: 0 4px;
}
.c-pagination ul.page-numbers .page-numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination ul.page-numbers .current {
  background-color: var(--arz_orange);
  color: #fff;
}
.c-pagination ul.page-numbers .prev, .c-pagination ul.page-numbers .next, .c-pagination ul.page-numbers .dots {
  color: var(--arz_orange);
}
.c-pagination ul.page-numbers .prev {
  transform: rotate(180deg);
}
.c-pagination ul.page-numbers .dots {
  font-size: 2em;
  padding-bottom: 0.6em;
  font-weight: 600;
}

@media all and (min-width: 640px) {
  .c-pagination {
    font-size: 14px;
  }
  .c-pagination ul.page-numbers li {
    margin: 0 10px;
  }
  .c-pagination ul.page-numbers .page-numbers {
    width: 44px;
    height: 44px;
  }
}
.c-product-link-card {
  position: relative;
  display: grid;
  align-items: end;
  width: 100%;
  height: auto;
}

.c-product-link-card--top {
  aspect-ratio: 330/245;
}

@media all and (min-width: 960px) {
  .c-product-link-card--top {
    aspect-ratio: 540/245;
  }
}
.c-product-link-card--customer {
  aspect-ratio: 556/215;
  border-radius: var(--arz_border_radius);
  overflow: hidden;
}

@media all and (min-width: 960px) {
  .c-product-link-card--customer {
    aspect-ratio: 305/215;
  }
}
.c-product-link-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-product-link-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-product-link-card__content {
  position: relative;
  padding-inline: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  padding-bottom: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .c-product-link-card__content {
    position: relative;
    padding-inline: 1.25rem;
    padding-bottom: 1.125rem;
  }
}
.c-product-link-card--customer .c-product-link-card__content {
  padding-inline: 10px;
  padding-bottom: 12px;
}

@media all and (min-width: 640px) {
  .c-product-link-card--customer .c-product-link-card__content {
    padding-inline: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
    padding-bottom: min(26 / 750 * var(--__window_width, 100vw), 27.7333333333px);
  }
}
@media all and (min-width: 960px) {
  .c-product-link-card--customer .c-product-link-card__content {
    padding-inline: 1rem;
    padding-bottom: 0.5rem;
  }
}
.c-product-link-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-product-link-card__overlay:before, .c-product-link-card__overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.c-product-link-card__overlay:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.c-product-link-card__overlay:after {
  background-image: var(--arz_main_gradient);
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: opacity var(--arz_transition_duration) var(--arz_transition_easing), transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.c-product-link-card--darker .c-product-link-card__overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.c-product-link-card:hover .c-product-link-card__overlay:after {
  opacity: 0.6;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: opacity var(--arz_transition_duration) var(--arz_transition_easing), transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.c-search-box__nav {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
       column-gap: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  margin-top: min(18 / 750 * var(--__window_width, 100vw), 19.2px);
}

@media all and (min-width: 960px) {
  .c-search-box__nav {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-top: 0.625rem;
  }
}
.c-search-box__nav-title {
  flex: 1 0 auto;
  color: #606060;
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .c-search-box__nav-title {
    font-size: 0.875rem;
  }
}
.c-search-box__nav-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
       column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  row-gap: min(10 / 750 * var(--__window_width, 100vw), 10.6666666667px);
}
.c-search-box__nav-content a {
  color: #606060;
  font-size: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .c-search-box__nav-content {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.625rem;
  }
  .c-search-box__nav-content a {
    font-size: 0.875rem;
  }
}
.c-section-heading-type2 {
  position: relative;
  margin-bottom: 1.3125em;
  padding-bottom: 0.75em;
  font-family: var(--arz_font_shippori);
  font-size: 24px;
  line-height: 1.3;
}
.c-section-heading-type2 small {
  line-height: 1;
  font-size: 0.625em;
}
.c-section-heading-type2:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .c-section-heading-type2 {
    font-size: 32px;
  }
}
.c-section-heading > * + * {
  margin-top: clamp(6px, 1.6vw, 15px);
}

.c-section-heading__en {
  font-family: var(--arz_font_garamond);
  color: var(--arz_orange);
  font-size: clamp(42px, 11.2vw, 64px);
  line-height: 1;
}

.c-section-heading__ja {
  margin-block: var(--half_leading);
  font-family: var(--arz_font_shippori);
  font-size: clamp(14px, 3.7333333333vw, 16px);
}

.c-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: var(--arz_container_md_width);
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .c-tabs__nav {
    gap: 16px;
  }
}
@media all and (min-width: 960px) {
  .c-tabs__nav {
    gap: 32px;
  }
}
.c-tabs__navItem {
  position: relative;
  border: none;
  cursor: pointer;
  background-color: #ccc;
  color: #fff;
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  padding-block: 0.5em;
  line-height: 1.3;
  border-top-left-radius: var(--arz_border_radius--lg);
  border-top-right-radius: var(--arz_border_radius--lg);
}
.c-tabs__navItem:before {
  --__triangle_width: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% calc(100% - 2px);
  display: none;
  width: var(--__triangle_width);
  height: calc(1.7320508076 * var(--__triangle_width) / 2);
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--arz_orange);
  pointer-events: none;
}

@media all and (min-width: 640px) {
  .c-tabs__navItem:before {
    --__triangle_width: 1.5rem;
  }
}
.c-tabs__navItem.is-active {
  background-color: var(--arz_orange);
}
.c-tabs__navItem.is-active:before {
  display: block;
}

.c-tabs__content {
  padding-block: 32px;
}

@media all and (min-width: 960px) {
  .c-tabs__content {
    padding-block: 64px;
  }
}
.c-tabs__panel {
  display: none;
}

.c-tabs__panel.is-active {
  display: block;
}

.c-tabs__panel-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
  gap: 8px;
}

@media all and (min-width: 640px) {
  .c-tabs__panel-inner {
    gap: 16px;
  }
}
@media all and (min-width: 960px) {
  .c-tabs__panel-inner {
    gap: 32px;
  }
}
.c-top-featured-card {
  --__rect_spacer: calc(100% * 40 / 420);
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(var(--__rect_spacer) 0%, 100% 0%, calc(100% - var(--__rect_spacer)) 100%, 0% 100%);
}

.c-top-featured-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
}

.c-top-featured-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 13.6363636364%;
  padding-bottom: 4.5454545455%;
  padding-left: 5.4545454545%;
}

.c-top-symptoms {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px 32px;
  overflow: hidden;
  /* bg image */
  /* bg orange */
}
.c-top-symptoms:before, .c-top-symptoms:after {
  z-index: -1;
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  opacity: 0;
  transition: opacity var(--arz_transition_duration) var(--arz_transition_easing);
}
.c-top-symptoms:before {
  /* --bgImage は html側で規定 */
  background-image: var(--bgImage);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-top-symptoms:after {
  background-color: var(--arz_orange);
}

@media not all and (min-width: 640px) {
  .c-top-symptoms {
    padding: 15px 20px;
  }
}
.c-top-symptoms__number:before {
  font-family: var(--arz_font_jost);
  color: var(--arz_gray-darker);
  font-size: 14px;
  content: counter(symptoms, decimal-leading-zero) ".";
}

.c-top-symptoms__body {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
}

@media not all and (min-width: 640px) {
  .c-top-symptoms__body {
    gap: 8px;
    padding-right: 0;
  }
}
.c-top-symptoms__title {
  font-size: 18px;
}

@media all and (min-width: 960px) {
  .c-top-symptoms__title {
    font-size: 24px;
  }
}
.c-top-symptoms__hr {
  width: 1px;
  height: 14px;
  content: "";
  background-color: var(--arz_gray-darker);
}

.c-top-symptoms__en {
  font-family: var(--arz_font_jost);
  color: var(--arz_gray-darker);
  font-size: 10px;
  width: -moz-min-content;
  width: min-content;
  flex-grow: 1;
}

@media all and (min-width: 960px) {
  .c-top-symptoms__en {
    font-size: 11px;
  }
}
.c-top-symptoms__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--arz_orange);
  border: 1px solid var(--arz_orange);
  color: #fff;
}

@media not all and (min-width: 640px) {
  .c-top-symptoms__icon {
    width: 25px;
  }
}
@media (any-hover: hover) {
  .c-top-symptoms * {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-top-symptoms:hover:before {
    opacity: 1;
  }
  .c-top-symptoms:hover:after {
    opacity: 0.6;
  }
  .c-top-symptoms:hover .c-top-symptoms__number:before, .c-top-symptoms:hover .c-top-symptoms__title, .c-top-symptoms:hover .c-top-symptoms__en {
    color: #fff;
  }
  .c-top-symptoms:hover .c-top-symptoms__icon {
    background-color: #fff;
    color: var(--arz_orange);
  }
}
.c-top-treatment-card {
  --spacing-y: 42px;
  --spacing-x: 32px;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 24px;
  padding-block: var(--spacing-y);
  padding-inline: var(--spacing-x);
  border-radius: var(--arz_border_radius);
  overflow: hidden;
  /* bg image */
  /* bg orange */
}
.c-top-treatment-card:before, .c-top-treatment-card:after {
  z-index: -1;
  position: absolute;
  inset: 0;
  display: block;
  content: "";
}
.c-top-treatment-card:before {
  filter: blur(6px);
  /* --bgImage は html側で規定 */
  background-image: var(--bgImage);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-top-treatment-card:after {
  background-color: var(--arz_orange);
  opacity: 0.5;
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card {
    --spacing-y: 20px;
    --spacing-x: 2.4vw;
    gap: 2.4vw;
  }
}
.c-top-treatment-card__icon {
  display: grid;
  place-items: center;
  width: 104px;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff;
  color: var(--arz_orange);
}
.c-top-treatment-card__icon svg {
  width: 100%;
  height: 100%;
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card__icon {
    width: 52px;
  }
}
.c-top-treatment-card__title {
  text-align: center;
}

.c-top-treatment-card__title-main {
  margin-block: var(--half_leading);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card__title-main {
    font-size: 4.2666666667vw;
  }
}
.c-top-treatment-card__title-sub {
  margin-block: var(--half_leading);
  padding-top: 8px;
  font-family: var(--arz_font_jost);
  color: var(--arz_gray);
  font-size: 12px;
  line-height: 1.17;
}

.c-top-treatment-card__title-hr {
  width: 50px;
  height: 1px;
  margin-top: 14px;
  margin-inline: auto;
  margin-bottom: 24px;
  content: "";
  background-color: var(--arz_gray);
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card__title-hr {
    width: 40px;
    margin-top: 7px;
    margin-bottom: 4px;
  }
}
.c-top-treatment-card__text {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-block: var(--half_leading);
  color: #fff;
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card__text {
    font-size: 12px;
    padding-bottom: 1em;
  }
}
.c-top-treatment-card__arrow {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--arz_orange);
  color: var(--arz_orange);
}

@media not all and (min-width: 640px) {
  .c-top-treatment-card__arrow {
    width: 26px;
  }
  .c-top-treatment-card__arrow svg {
    width: 11px;
  }
}
@media (any-hover: hover) {
  .c-top-treatment-card:before {
    will-change: filter;
    transition: filter var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-top-treatment-card__icon, .c-top-treatment-card__arrow {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-top-treatment-card:hover:before {
    filter: blur(0px);
  }
  .c-top-treatment-card:hover .c-top-treatment-card__icon, .c-top-treatment-card:hover .c-top-treatment-card__arrow {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.c-treatment-box1 {
  border: 1px solid var(--arz_orange);
  border-radius: var(--arz_border_radius--lg);
  overflow: hidden;
}

.c-treatment-box1__head {
  padding-block: 8px;
  padding-inline: 16px;
  background-color: var(--arz_orange);
  text-align: center;
  color: #fff;
}

@media not all and (min-width: 960px) {
  .c-treatment-box1__head {
    padding-block: 4px;
    padding-inline: 10px;
    font-size: 14px;
  }
}
.c-treatment-box1__body {
  height: 100%;
  background-color: #fff;
  padding-block: min(24px, var(--arz_container_safe_area));
  padding-inline: var(--arz_container_safe_area);
}

@media all and (min-width: 960px) {
  .c-treatment-box1__body {
    padding-inline: 32px;
  }
}
.c-treatment-card {
  --spacing-y: calc(100% * 34 / 456);
  --spacing-x: calc(100% * 40 / 456);
  position: relative;
  display: grid;
  gap: 18px;
  padding-block: var(--spacing-y);
  padding-inline: var(--spacing-x);
  border-radius: var(--arz_border_radius);
  box-shadow: 0px 2px 18.24px 0.76px rgba(51, 51, 51, 0.1);
}
@media not all and (min-width: 1280px) {
  .c-treatment-card {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
}

@media all and (min-width: 1280px) {
  .c-treatment-card {
    --spacing-y: 34px;
    --spacing-x: 40px;
    gap: 24px;
  }
  .c-treatment-card.--item-col3 {
    --spacing-y: 34px;
    --spacing-x: 40px;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .c-treatment-card.--item-col2 {
    --spacing-y: 34px;
    --spacing-x: 34px;
    min-height: 164px;
    grid-template-columns: subgrid;
    grid-column: span 3;
    align-items: center;
  }
}
.c-treatment-card__icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid var(--arz_orange);
  background-color: #fff;
  color: var(--arz_orange);
}
.c-treatment-card__icon svg {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 1280px) {
  .c-treatment-card.--item-col3 .c-treatment-card__title {
    align-self: center;
    text-align: center;
  }
}
@media not all and (min-width: 1280px) {
  .c-treatment-card__title {
    text-align: center;
  }
  .c-treatment-card__title br {
    display: none;
  }
}

.c-treatment-card__title-main {
  margin-block: var(--half_leading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3333;
}

@media all and (min-width: 960px) {
  .c-treatment-card__title-main {
    font-size: 18px;
  }
  .c-treatment-card__title-main small {
    display: block;
    line-height: 1;
  }
}
.c-treatment-card__title-sub {
  margin-block: var(--half_leading);
  padding-top: 4px;
  font-family: var(--arz_font_jost);
  color: var(--arz_gray);
  font-size: 10px;
  line-height: 1;
}

@media all and (min-width: 960px) {
  .c-treatment-card__title-sub {
    padding-top: 10px;
    font-size: 12px;
  }
  .c-treatment-card.--item-col2 .c-treatment-card__title-sub {
    padding-top: 6px;
  }
}
.c-treatment-card__text {
  text-align: left;
  font-size: 12px;
  line-height: 1.7142857143;
  margin-block: var(--half_leading);
}

@media all and (min-width: 960px) {
  .c-treatment-card__text {
    font-size: 14px;
  }
}
.c-treatment-card__arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: var(--spacing-y);
  aspect-ratio: 1;
  border-top-left-radius: var(--arz_border_radius);
  border-bottom-right-radius: var(--arz_border_radius);
  background-color: var(--arz_orange);
  color: #fff;
}

@media (any-hover: hover) {
  .c-treatment-card__icon {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .c-treatment-card:hover .c-treatment-card__icon {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.c-treatment-point-block {
  container-type: inline-size;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.2692939245cqi;
  padding-inline: var(--arz_container_safe_area);
  padding-block: 24px;
  border-radius: var(--arz_border_radius--xl);
  background-color: var(--arz_orange-light);
}

@media all and (min-width: 960px) {
  .c-treatment-point-block {
    min-height: 240px;
    grid-template-columns: 1fr auto;
    padding-block: 2.6272577997%;
    padding-inline: 5.2545155993%;
  }
  .c-treatment-point-block:not(:has(.c-treatment-point-block__image)) {
    grid-template-columns: 1fr;
  }
}
.c-treatment-point-block + .c-treatment-point-block {
  margin-top: 16px;
}
@media all and (min-width: 960px) {
  .c-treatment-point-block + .c-treatment-point-block {
    margin-top: 32px;
  }
}

:where(.c-treatment-point-block__content) .o-tag {
  min-width: 0;
  min-height: 0;
  padding-block: 8px;
}

.m-col2-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.m-col2-list--gap-0 {
  gap: 0 !important;
}

.m-footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}

@media all and (min-width: 640px) {
  .m-footer-nav {
    grid-template-columns: repeat(3, max-content);
    justify-content: end;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media all and (min-width: 1280px) {
  .m-footer-nav {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}
.m-footer-nav__content {
  padding-top: 4px;
}

@media all and (min-width: 640px) {
  .m-footer-nav__content {
    padding-top: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  }
}
@media all and (min-width: 960px) {
  .m-footer-nav__content {
    padding-top: 24px;
  }
}
.m-footer-nav__link {
  display: inline-block;
}

@media all and (min-width: 640px) {
  .m-footer-nav__link {
    display: block;
  }
  .m-footer-nav__link + .m-footer-nav__link {
    margin-top: 10px;
  }
}
.m-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

@media all and (min-width: 1280px) {
  .m-header-nav {
    gap: 2.5rem;
  }
}
.m-mobile-nav-accordion__summary {
  display: flex;
  align-items: center;
  -moz-column-gap: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
       column-gap: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  cursor: pointer;
  list-style: none;
}

.m-mobile-nav-accordion__summary::-webkit-details-marker {
  display: none;
}

.m-mobile-nav-accordion__title {
  font-size: min(36 / 750 * var(--__window_width, 100vw), 38.4px);
  line-height: 1;
  font-weight: 700;
}

.m-mobile-nav-accordion__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  height: auto;
  aspect-ratio: 1;
}
.m-mobile-nav-accordion__icon svg {
  width: 62.5%;
  height: auto;
  fill: var(--arz_logo_skyblue);
  transform-origin: center;
  transition: all var(--arz_transition_duration) var(--arz_transition_easing);
}

.m-mobile-nav-accordion[open] > summary > .m-mobile-nav-accordion__icon svg {
  transform: rotate(90deg);
}

.m-mobile-nav-accordion__content-inner {
  padding-top: min(60 / 750 * var(--__window_width, 100vw), 64px);
  padding-inline: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
}

.m-mobile-nav-accordion__content-nav {
  display: flex;
  flex-direction: column;
  row-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

.m-mobile-nav-accordion__content-search {
  margin-bottom: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}
.m-mobile-nav-accordion__content-search > * + * {
  margin-top: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
}
.m-mobile-nav-accordion__content-search svg {
  fill: #333;
}

.m-news-list__item {
  padding-block: 12px;
  border-bottom: 1px solid var(--arz_orange);
}

.m-news-list__item:first-child {
  padding-top: 0;
  margin-top: -12px;
}

@media not all and (min-width: 640px) {
  .m-news-list__item {
    padding-block: 4px;
  }
}
.m-top-cta {
  padding-block: min(60 / 750 * var(--__window_width, 100vw), 64px);
  padding-inline: min(52 / 750 * var(--__window_width, 100vw), 55.4666666667px);
  text-align: center;
  background-color: #fff;
  border-radius: var(--arz_border_radius);
}

@media all and (min-width: 960px) {
  .m-top-cta {
    padding-block: 2.25rem;
    padding-inline: 1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.m-top-cta__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(12 / 750 * var(--__window_width, 100vw), 12.8px);
       column-gap: min(12 / 750 * var(--__window_width, 100vw), 12.8px);
}

@media all and (min-width: 960px) {
  .m-top-cta__copy {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media not all and (min-width: 960px) {
  .m-top-cta__copy-icon {
    width: min(52 / 750 * var(--__window_width, 100vw), 55.4666666667px);
    height: auto;
    aspect-ratio: 1;
  }
}
.m-top-cta__copy-text {
  font-size: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  font-weight: 700;
  background-image: var(--arz_main_gradient);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

@media all and (min-width: 960px) {
  .m-top-cta__copy-text {
    font-size: 1.5rem;
  }
}
.m-top-cta__text {
  margin-top: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
}

@media all and (min-width: 960px) {
  .m-top-cta__text {
    margin-top: 1.875rem;
  }
}
@media not all and (min-width: 960px) {
  .m-top-cta__text {
    font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  }
}
.m-top-cta__button {
  margin-top: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
}

@media all and (min-width: 960px) {
  .m-top-cta__button {
    margin-top: 1.5rem;
  }
}
.m-top-data {
  display: grid;
  row-gap: min(92 / 750 * var(--__window_width, 100vw), 98.1333333333px);
}

@media all and (min-width: 960px) {
  .m-top-data {
    display: grid;
    grid-template-columns: 59.0825688073% 1fr;
    align-items: end;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    row-gap: 0;
  }
}
.m-top-data__item img {
  width: 100%;
}

@media all and (min-width: 960px) {
  .m-top-data__item {
    padding-inline: 4px;
  }
}
.m-top-data__item:not(:last-child) {
  border-bottom: 1px solid #c9caca;
}

.m-top-data__item:nth-child(1) {
  padding-bottom: 7.1651090343%;
}

.m-top-data__item:nth-child(2) {
  padding-top: 6.230529595%;
  padding-bottom: 4.3613707165%;
}

.m-top-data__item:nth-child(3) {
  padding-top: 6.230529595%;
  padding-bottom: 5.6074766355%;
}

.m-top-data__item:nth-child(4) {
  padding-top: 6.230529595%;
}

@media all and (min-width: 960px) {
  .m-top-data__graph-img {
    margin-right: -10px;
  }
}
@media not all and (min-width: 960px) {
  .m-top-data__graph-img {
    width: 74.8484848485%;
    max-width: 494px;
    margin-inline: auto;
  }
}
.m-top-data__graph-button {
  margin-top: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  text-align: center;
}

@media all and (min-width: 960px) {
  .m-top-data__graph-button {
    margin-top: 3.25rem;
  }
}
.m-top-feature-item {
  /* 1cqi = 17.60px */
  container-type: inline-size;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: var(--arz_container_safe_area) 0;
  border-radius: 2.84cqi;
  min-height: calc(0.4147727273 * (100vw - var(--arz_container_safe_area) * 2));
  transition: opacity 0.6s var(--arz_transition_easing), visibility 0.6s var(--arz_transition_easing);
}

@media not all and (min-width: 960px) {
  .m-top-feature-item {
    padding: 11.9402985075% 0 44.776119403%;
    border-radius: 4.4776119403cqi;
    min-height: 555px;
  }
}
.m-top-feature-item:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.m-top-feature-item.is-active {
  opacity: 1;
  visibility: visible;
}

.m-top-feature-item__inner {
  display: grid;
  align-items: center;
  width: calc(100% - var(--arz_container_safe_area) * 2);
  height: 100%;
  max-width: var(--arz_container_width);
  margin-inline: auto;
}

@media not all and (min-width: 960px) {
  .m-top-feature-item__inner {
    align-items: flex-start;
  }
}
.m-top-feature-item__content {
  position: relative;
  z-index: 2;
  width: 41%;
}

@media not all and (min-width: 1280px) {
  .m-top-feature-item__content {
    width: 56%;
  }
}
@media not all and (min-width: 960px) {
  .m-top-feature-item__content {
    width: 100%;
  }
}
.m-top-feature-item__visual {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.m-top-feature-item__visual img {
  width: auto;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  transform-origin: center;
  scale: 104%;
  transition: transform 0.6s var(--arz_transition_easing);
}

@media not all and (min-width: 1280px) {
  .m-top-feature-item__visual img {
    margin-right: -26%;
  }
}
@media not all and (min-width: 960px) {
  .m-top-feature-item__visual img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.m-top-feature-item:not(.is-active) .m-top-feature-item__visual img {
  transform: translateY(1%);
}

.m-top-feature-item.is-active .m-top-feature-item__visual img {
  transform: translateY(0);
  animation: feature-bg-fade 5s 0.6s forwards;
}

@keyframes feature-bg-fade {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2%);
  }
}
.m-top-feature-item__tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  background-color: var(--arz_orange);
  border-radius: 9999px;
  font-family: var(--arz_font_jost);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

@media not all and (min-width: 960px) {
  .m-top-feature-item__tag {
    font-size: 12px;
    padding: 0.3em 0.8em;
    margin-left: auto;
    margin-right: auto;
  }
}
.m-top-feature-item__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 42px;
  padding-block: 0.5714285714em;
  font-size: 28px;
  font-weight: 500;
}
.m-top-feature-item__title span {
  display: inline-block;
}
.m-top-feature-item__title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--arz_orange);
}

@media not all and (min-width: 960px) {
  .m-top-feature-item__title {
    font-size: 20px;
    margin-bottom: 21px;
    padding-block: 0.4em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.2;
  }
}
.m-top-feature-item__text {
  font-size: 14px;
  line-height: 2.2857142857;
}

@media not all and (min-width: 960px) {
  .m-top-feature-item__text {
    line-height: 1.5;
  }
}
.m-top-featured {
  display: grid;
  grid-template-columns: auto min(514 / 750 * var(--__window_width, 100vw), 548.2666666667px);
  -moz-column-gap: min(56 / 750 * var(--__window_width, 100vw), 59.7333333333px);
       column-gap: min(56 / 750 * var(--__window_width, 100vw), 59.7333333333px);
  overflow-x: hidden;
}

@media all and (min-width: 960px) {
  .m-top-featured {
    grid-template-columns: auto calc(var(--__window_width) * 1157 / 1440);
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.m-top-featured__left {
  align-self: flex-end;
}

.m-top-featured__title {
  white-space: nowrap;
  text-wrap: nowrap;
}

.m-top-featured__pager {
  margin-top: min(56 / 750 * var(--__window_width, 100vw), 59.7333333333px);
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
       column-gap: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}
.m-top-featured__pager > * {
  flex-shrink: 1;
  width: min(56 / 750 * var(--__window_width, 100vw), 59.7333333333px);
  cursor: pointer;
}

@media all and (min-width: 960px) {
  .m-top-featured__pager {
    margin-top: 3.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .m-top-featured__pager > * {
    width: 3.5rem;
  }
}
.m-top-featured__slide {
  width: min(315 / 750 * var(--__window_width, 100vw), 336px);
  height: auto;
  aspect-ratio: 420/460;
}

@media all and (min-width: 960px) {
  .m-top-featured__slide {
    width: calc(var(--__window_width) * 1157 / 3 / 1440);
    min-width: 336px;
    max-width: 420px;
    height: auto;
    aspect-ratio: 420/460;
  }
}
.m-top-fv-cta {
  --border_radius: 28px;
  position: relative;
  width: 400px;
  padding-block: 20px;
  padding-inline: 10%;
  background-color: #fff;
  border-top-left-radius: var(--border_radius);
}
.m-top-fv-cta:before {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: var(--border_radius);
  aspect-ratio: 1;
  scale: -1 1;
  content: "";
  -webkit-mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
          mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
  background-color: inherit;
}

.m-top-fv-cta__title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.36em 1.27em;
  text-align: center;
  background-color: var(--arz_orange);
  border-radius: 9999px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.m-top-fv-cta__tel {
  color: var(--arz_orange);
}
.m-top-fv-cta__tel .o-tel-text {
  font-family: inherit;
  font-weight: 500;
  font-size: 36px;
}

@media not all and (min-width: 480px) {
  .m-top-fv-cta {
    width: 66.6666666667vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media not all and (min-width: 640px) {
  .m-top-fv-cta__title {
    font-size: 2.6666666667vw;
  }
  .m-top-fv-cta__tel .o-tel-text {
    font-size: min(36px, 8vw);
  }
  .m-top-fv-cta__tel .o-tel-text small {
    font-size: 63%;
  }
  .m-top-fv-cta__hosoku {
    display: none;
  }
}
.m-top-info-list__item {
  padding-block: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  border: 0px solid #dedede;
  border-top-width: 1px;
}

.m-top-info-list__item:last-child {
  border-bottom-width: 1px;
}

@media all and (min-width: 960px) {
  .m-top-info-list__item {
    padding-block: 1.25rem;
  }
}
.m-top-symptoms {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1px;
       column-gap: 1px;
  height: 100%;
  outline: 1px solid var(--arz_orange);
  border-radius: var(--arz_border_radius);
  overflow: hidden;
  counter-reset: symptoms 0;
}
.m-top-symptoms:before {
  z-index: 1;
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: var(--arz_orange);
}
.m-top-symptoms > * {
  counter-increment: symptoms;
}

@media not all and (min-width: 960px) {
  .m-top-symptoms {
    grid-template-columns: 1fr;
  }
  .m-top-symptoms:before {
    display: none;
  }
}
.m-top-symptoms > *:not(.--border-none) {
  border-bottom: 1px solid var(--arz_orange);
}

.m-top-symptoms__last {
  font-size: 18px;
  color: var(--arz_orange);
  font-family: var(--arz_font_shippori);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m-top-symptoms__last span {
  display: inline-block;
}
.m-top-symptoms__last.__sp {
  display: none;
}

@media not all and (min-width: 960px) {
  .m-top-symptoms__last.__sp {
    display: block;
    margin-top: 1em;
  }
  .m-top-symptoms__last.__pc {
    display: none;
  }
}
.t-about-lowerPage-linkNav {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media all and (min-width: 960px) {
  .t-about-lowerPage-linkNav {
    padding-block: 160px;
  }
}
.t-about-lowerPage-linkNav__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

@media all and (min-width: 960px) {
  .t-about-lowerPage-linkNav__inner {
    gap: 40px;
    padding-inline: calc(var(--window_width) * 40 / 1920);
  }
}
.t-about__sec1 {
  position: relative;
  margin-top: 32px;
}
.t-about__sec1:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-height: 700px;
  aspect-ratio: 577/700;
  content: "";
  background-image: url("../images/logo-horiozon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

@media not all and (min-width: 960px) {
  .t-about__sec1 {
    margin-bottom: 64px;
  }
  .t-about__sec1:before {
    top: auto;
    bottom: -24px;
  }
}
@media all and (min-width: 960px) {
  .t-about__sec1 {
    margin-top: 64px;
  }
  .t-about__sec1:before {
    right: var(--arz_container_safe_area);
  }
}
.t-about__sec1-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

@media all and (min-width: 960px) {
  .t-about__sec1-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .t-about__sec1-inner > * {
    grid-row: -1/1;
  }
}
.t-about__sec1-img {
  width: 100%;
}
.t-about__sec1-img img {
  border-radius: 0 var(--arz_border_radius--xl) var(--arz_border_radius--xl) 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

@media all and (min-width: 960px) {
  .t-about__sec1-img {
    grid-column: 1/2;
    width: calc(var(--window_width) * 1085 / 1920);
  }
  .t-about__sec1-img img {
    aspect-ratio: 16/9;
  }
}
.t-about__sec1-content {
  z-index: 1;
}

@media not all and (min-width: 960px) {
  .t-about__sec1-content {
    padding-top: 24px;
    padding-left: var(--arz_container_safe_area);
  }
}
@media all and (min-width: 960px) {
  .t-about__sec1-content {
    grid-column: 1/3;
    align-self: center;
    justify-self: end;
    width: calc(var(--window_width) * 742 / 1920);
  }
}
.t-about__feature {
  padding-top: 80px;
}

@media all and (min-width: 960px) {
  .t-about__feature {
    padding-top: 160px;
  }
}
.t-about__feature-inner {
  display: grid;
  grid-template-columns: 1fr;
}

@media not all and (min-width: 960px) {
  .t-about__feature-inner {
    row-gap: 72px;
  }
}
@media not all and (min-width: 640px) {
  .t-about__feature-inner {
    row-gap: 40px;
  }
}
@media all and (min-width: 960px) {
  .t-about__feature-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .t-about__feature-content {
    flex: 1 0 auto;
    padding-right: 80px;
  }
}
.t-about__feature-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
:where(.t-about__feature-image) img {
  --spacing-y: -8px;
  width: 100%;
  height: auto;
  aspect-ratio: 54/100;
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.t-about__feature-image) img:nth-child(2) {
  transform: translateY(calc(var(--spacing-y) * 1));
}
:where(.t-about__feature-image) img:nth-child(3) {
  transform: translateY(calc(var(--spacing-y) * 2));
}
:where(.t-about__feature-image) img:nth-child(4) {
  transform: translateY(calc(var(--spacing-y) * 3));
}

@media all and (min-width: 640px) {
  .t-about__feature-image {
    gap: 16px;
  }
  :where(.t-about__feature-image) img {
    --spacing-y: -16px;
  }
}
@media all and (min-width: 960px) {
  .t-about__feature-image {
    grid-template-columns: repeat(4, minmax(218px, 1fr));
    gap: 16px;
  }
  :where(.t-about__feature-image) img {
    --spacing-y: -16px;
    aspect-ratio: 218/360;
  }
}
.t-about__firstVisitor {
  padding-top: 120px;
}

@media all and (min-width: 960px) {
  .t-about__firstVisitor {
    padding-top: 224px;
  }
}
.t-about__firstVisitor-inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 24px;
}

@media all and (min-width: 960px) {
  .t-about__firstVisitor-inner {
    grid-template-columns: 1fr 45.3571428571%;
    grid-template-rows: 1fr;
    gap: 4.5714285714%;
  }
}
.t-about__firstVisitor-image {
  z-index: 1;
}

@media not all and (min-width: 960px) {
  .t-about__firstVisitor-image {
    width: calc(100% - var(--arz_container_safe_area));
  }
  .t-about__firstVisitor-image img {
    border-radius: var(--arz_border_radius--lg);
    overflow: hidden;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t-about__firstVisitor-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: var(--arz_container_safe_area);
}
.t-about__firstVisitor-content:before {
  z-index: -1;
  position: absolute;
  top: -80px;
  right: 0;
  bottom: -40px;
  left: -160px;
  border-radius: var(--arz_border_radius--xl);
  content: "";
  background-image: var(--arz_bg_gradient_base);
}

@media all and (min-width: 960px) {
  .t-about__firstVisitor-content {
    justify-content: center;
    padding-right: 120px;
  }
  .t-about__firstVisitor-content:before {
    bottom: -80px;
  }
}
.t-about__clinic {
  position: relative;
  padding-top: 160px;
}

@media all and (min-width: 960px) {
  .t-about__clinic {
    padding-top: 224px;
  }
}
.t-about__clinic-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 960px) {
  .t-about__clinic-image {
    width: 100%;
    height: auto;
    border-radius: var(--arz_border_radius) 0 0 var(--arz_border_radius);
    overflow: hidden;
  }
}
@media all and (min-width: 960px) {
  .t-about__clinic-image {
    height: 440px;
  }
}
.t-about__clinic-content {
  --border_radius: 28px;
  padding-top: 24px;
  background-color: #fff;
}

@media all and (min-width: 960px) {
  .t-about__clinic-content {
    --border_radius: 28px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-block: 32px;
    padding-inline: 80px;
    border-top-right-radius: var(--border_radius);
    background-color: #fff;
  }
  .t-about__clinic-content:before {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: var(--border_radius);
    aspect-ratio: 1;
    content: "";
    -webkit-mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
    mask-image: radial-gradient(var(--border_radius) at 100% 0%, transparent 100%, #000 calc(100% + 1px));
    background-color: inherit;
  }
}
.t-about__doctor {
  margin-top: 160px;
  background: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .t-about__doctor {
    margin-top: 280px;
  }
}
.t-about__doctor-flex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media all and (min-width: 960px) {
  .t-about__doctor-flex {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
  }
}
.t-about__doctor-image {
  z-index: 1;
  position: relative;
  border-radius: var(--arz_border_radius--xl);
  overflow: hidden;
}
.t-about__doctor-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 16%;
     object-position: 50% 16%;
}

@media not all and (min-width: 960px) {
  .t-about__doctor-image {
    margin-top: -40px;
  }
}
@media all and (min-width: 960px) {
  .t-about__doctor-image {
    transform: translateY(-114px);
    max-width: 628px;
  }
  .t-about__doctor-image img {
    aspect-ratio: 628/706;
  }
}
.t-about__doctor-content {
  padding-bottom: 48px;
}
:where(.t-about__doctor-content) .__name > * {
  margin-block: var(--half_leading);
}

@media all and (min-width: 960px) {
  .t-about__doctor-content {
    flex: 0 0 540px;
    padding-block: 80px;
  }
}
.t-access__sec1 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .t-access__sec1 {
    margin-top: 120px;
    grid-template-columns: 1fr max(386px, var(--window_width) * 708 / 1920);
    gap: calc(var(--window_width) * 40 / 1920);
  }
}
.t-access__sec1-content .__title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.t-access__sec1-content .__lead {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 3.5em;
}
.t-access__sec1-content .__list {
  font-size: 1rem;
}
.t-access__sec1-content .__list dt {
  font-weight: 500;
  color: var(--arz_orange);
  padding-bottom: 0.5em;
}
.t-access__sec1-content .__list dd {
  border-bottom: 1px solid var(--arz_gray);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media not all and (min-width: 960px) {
  .t-access__sec1-content .__list {
    font-size: 14px;
  }
}
@media not all and (min-width: 768px) {
  .t-access__sec1-content {
    order: 2;
  }
}
@media all and (min-width: 960px) {
  .t-access__sec1-content .__title {
    font-size: 30px;
  }
  .t-access__sec1-content .__lead {
    font-size: 0.875rem;
  }
}
.t-access__sec1-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 708/561;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-access__sec2-inner {
  border-radius: 0px 0px var(--arz_border_radius--2xl) var(--arz_border_radius--2xl);
  background-color: #ffebd6;
}

.t-access__sec3 {
  background-color: #fff;
}

.t-access__sec3-box .__head {
  background-color: var(--arz_orange);
  color: #fff;
  font-size: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: var(--arz_border_radius--lg);
  border-top-right-radius: var(--arz_border_radius--lg);
  width: 66%;
  max-width: 378px;
  margin-left: auto;
  margin-right: auto;
}
.t-access__sec3-box .__body {
  background: #fff;
  border: 1px solid var(--arz_orange);
  border-radius: var(--arz_border_radius--xl);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

@media all and (min-width: 960px) {
  .t-access__sec3-box .__head {
    font-size: 1.5rem;
    height: 3.375rem;
  }
  .t-access__sec3-box .__body {
    border-radius: 30px;
    padding: 34px;
  }
}
.t-clinic__inside-slider {
  position: relative;
  left: calc(50% - var(--window_width) / 2);
  width: var(--window_width);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
:where(.t-clinic__inside-slider) .swiper-slide {
  width: min(100% - 2 * var(--arz_container_safe_area), 480px);
}
.t-clinic__inside-slider .__pager {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  width: min(100% - 2 * var(--arz_container_safe_area), 480px);
  height: auto;
  aspect-ratio: 846/520;
}
.t-clinic__inside-slider .__pager > * {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: max(32px, var(--window_width) * 50 / 1920);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--arz_orange);
  color: #fff;
}
@media not all and (min-width: 960px) {
  .t-clinic__inside-slider .__pager > * {
    zoom: 0.75;
  }
}
.t-clinic__inside-slider .__pager .js-slider-button-prev {
  left: 0;
  translate: -50% -50%;
}
.t-clinic__inside-slider .__pager .js-slider-button-prev svg {
  rotate: -180deg;
  transform-origin: center;
}
.t-clinic__inside-slider .__pager .js-slider-button-next {
  right: 0;
  translate: 50% -50%;
}

@media all and (min-width: 960px) {
  :where(.t-clinic__inside-slider) .swiper-slide {
    width: calc(var(--window_width) * 846 / 1920);
  }
  .t-clinic__inside-slider .__pager {
    width: calc(var(--window_width) * 846 / 1920);
  }
}
.t-clinic__inside-navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-block: 40px;
}
.t-clinic__inside-navs .__flex {
  display: contents;
}

@media all and (min-width: 960px) {
  .t-clinic__inside-navs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    padding-block: 40px;
  }
  .t-clinic__inside-navs .__flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
.t-clinic__inside-views {
  padding-top: 40px;
}

@media not all and (min-width: 960px) {
  .t-clinic__inside-views iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
  }
}
@media all and (min-width: 960px) {
  .t-clinic__inside-views iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1400/570;
  }
}
.t-clinic__machine {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 338px), 1fr));
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 24px;
}
@media all and (min-width: 960px) {
  .t-clinic__machine {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 30px;
  }
}

.t-doctor__sec1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .t-doctor__sec1 {
    grid-template-columns: 1fr max(386px, var(--window_width) * 580 / 1920);
    gap: calc(var(--window_width) * 80 / 1920);
  }
}

@media not all and (min-width: 768px) {
  .t-doctor__sec1-content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .t-doctor__sec1-content {
    padding-top: 48px;
  }
}
.t-doctor__sec1-careerItem {
  position: relative;
  padding-bottom: 12px;
}
.t-doctor__sec1-careerItem:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .t-doctor__sec1-careerItem {
    padding-bottom: 20px;
  }
}
.t-doctor__sec1-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 580/600;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 768px) {
  .t-doctor__sec1-image img {
    overflow: hidden;
    border-radius: var(--arz_border_radius--xl);
    aspect-ratio: 5/3;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.t-doctor__sec2-copy {
  margin-block: var(--half_leading);
  font-family: var(--arz_font_shippori);
  color: var(--arz_orange);
  font-size: 24px;
  line-height: 1.3;
}

@media all and (min-width: 960px) {
  .t-doctor__sec2-copy {
    font-size: 30px;
  }
}
.t-doctor__sec2-end {
  text-align: right;
  font-size: 18px;
}

@media all and (min-width: 960px) {
  .t-doctor__sec2-end {
    font-size: 24px;
  }
}
.t-feature__head {
  container-type: inline-size;
  container-name: feature-head;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

@media all and (min-width: 960px) {
  .t-feature__head {
    gap: 40px;
    margin-bottom: 100px;
  }
}
.t-feature__head-anchor {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 16px;
}

@container feature-head (max-width: 640px) {
  .t-feature__head-anchor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.t-feature__sec {
  --spacing-y: 56px;
  --image_overflow_width: var(--arz_container_safe_area);
  position: relative;
  display: grid;
  gap: 32px;
}
.t-feature__sec + .t-feature__sec {
  margin-top: 180px;
}
.t-feature__sec:before {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  border: 1px solid var(--arz_orange);
  background-color: var(--arz_orange-light);
}

@media all and (min-width: 960px) {
  .t-feature__sec {
    --spacing-y: 80px;
    --image_overflow_width: 94px;
    display: grid;
    grid-template-columns: minmax(0, 900px) minmax(330px, 1fr);
    -moz-column-gap: 56px;
         column-gap: 56px;
    min-height: 600px;
  }
  .t-feature__sec + .t-feature__sec {
    margin-top: 180px;
  }
}
:where(.t-feature__sec--left):before {
  right: 0;
  border-radius: 0px var(--arz_border_radius--2xl) var(--arz_border_radius--2xl) 0px;
}
@media not all and (min-width: 960px) {
  :where(.t-feature__sec--left) .t-feature__sec-content {
    padding-inline-end: var(--arz_container_safe_area);
  }
}

.t-feature__sec--right {
  direction: rtl;
}
:where(.t-feature__sec--right):before {
  left: 0;
  border-radius: var(--arz_border_radius--2xl) 0px 0px var(--arz_border_radius--2xl);
}
:where(.t-feature__sec--right) .t-feature__sec-content {
  direction: ltr;
}
@media not all and (min-width: 960px) {
  :where(.t-feature__sec--right) .t-feature__sec-content {
    padding-inline-start: var(--arz_container_safe_area);
  }
}

.t-feature__sec-content {
  position: relative;
}

.t-feature__sec-number {
  z-index: 1;
  position: absolute;
  bottom: 100%;
  transform: translateY(50%);
  display: flex;
  gap: 8px;
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
}
.t-feature__sec-number > * {
  margin-block: var(--half_leading);
}
.t-feature__sec-number .__en {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.t-feature__sec-number .__num {
  font-size: 56px;
  line-height: 0;
}

@media all and (min-width: 960px) {
  .t-feature__sec-number {
    gap: 14px;
  }
  .t-feature__sec-number .__en {
    font-size: 18px;
  }
  .t-feature__sec-number .__num {
    font-size: 80px;
  }
}
.t-feature__sec-head {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  margin-top: var(--spacing-y);
  padding-bottom: 24px;
}

@media not all and (min-width: 960px) {
  .t-feature__sec-head .t-feature__sec-title {
    order: 2;
  }
}
@media all and (min-width: 960px) {
  .t-feature__sec-head {
    display: flex;
    align-items: center;
    -moz-column-gap: calc(var(--window_width) * 56 / 1920);
         column-gap: calc(var(--window_width) * 56 / 1920);
    row-gap: 24px;
    padding-bottom: 24px;
  }
}
.t-feature__sec-title {
  position: relative;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: var(--half_leading);
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1428571429;
}
.t-feature__sec-title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .t-feature__sec-title {
    padding-bottom: 16px;
    font-size: 28px;
  }
}
@media not all and (min-width: 960px) {
  .t-feature__sec-text {
    font-size: 14px;
  }
}
@media all and (min-width: 960px) {
  .t-feature__sec-text {
    margin-bottom: var(--spacing-y);
  }
}

.t-feature__sec-image {
  min-width: 0;
  width: calc(100% + 2 * var(--image_overflow_width));
  height: auto;
  aspect-ratio: 4/3;
  margin-inline-end: calc(-1 * var(--image_overflow_width));
  margin-bottom: calc(-1 * var(--spacing-y));
}
.t-feature__sec-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 960px) {
  .t-feature__sec-image {
    overflow: hidden;
    max-inline-size: 480px;
    margin-inline-start: auto;
  }
  .t-feature__sec--left .t-feature__sec-image {
    border-radius: var(--arz_border_radius--xl) 0 0 var(--arz_border_radius--xl);
  }
  .t-feature__sec--right .t-feature__sec-image {
    border-radius: 0 var(--arz_border_radius--xl) var(--arz_border_radius--xl) 0;
  }
}
@media all and (min-width: 960px) {
  .t-feature__sec-image {
    position: relative;
    top: 50px;
    width: calc(100% + var(--image_overflow_width));
    aspect-ratio: 540/514;
    margin-top: var(--spacing-y);
  }
}
.t-first__sec1 {
  width: 100%;
  max-width: var(--arz_container_md_width);
  margin-inline: auto;
}

.t-first__sec1-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  justify-content: center;
  gap: clamp(12px, 3.2vw, 24px);
  width: 100%;
  padding-block: calc(var(--window_width) * 80 / 1920);
  padding-inline: var(--arz_container_safe_area);
  background-image: var(--arz_bg_gradient_full);
  border-radius: var(--arz_border_radius--xl);
}

.t-first__sec1-item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3.2vw, 24px);
  padding-block: min(20px, 5.1813471503%);
  padding-inline: min(40px, 10.3626943005%);
  background-color: #fff;
  border-radius: var(--arz_border_radius);
}
.t-first__sec1-item .__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--arz_orange-light);
}
@media not all and (min-width: 960px) {
  .t-first__sec1-item .__icon {
    zoom: 0.6666666667;
  }
}

.t-page-blog {
  margin-top: 40px;
  margin-bottom: 56px;
}

@media all and (min-width: 640px) {
  .t-page-blog {
    margin-top: 80px;
    margin-bottom: 112px;
  }
}
.t-page-blog__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media all and (min-width: 640px) {
  .t-page-blog__content {
    grid-template-columns: 150px 1fr;
  }
}
.t-page-blog__list {
  min-width: 0;
}

.post_content a:not([class]) {
  color: var(--color_link);
}

.t-page-news {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  max-width: 1240px;
}
.t-page-news .m-news-list {
  margin-top: -20px;
}
.t-page-news .m-news-list__item {
  padding-block: 12px;
}
.t-page-news .c-news-item {
  padding-right: 0;
}
.t-page-news .c-news-item__title {
  font-size: clamp(1rem, 0.909rem + 0.39vw, 1.25rem);
  display: block;
  text-overflow: initial;
  white-space: normal;
}

@media all and (min-width: 640px) {
  .t-page-news {
    margin-top: 80px;
    margin-bottom: 112px;
  }
  .t-page-news .m-news-list {
    margin-top: -40px;
  }
  .t-page-news .m-news-list__item {
    padding-block: 20px;
  }
  .t-page-news .c-news-item {
    padding-block: 20px;
  }
}
.t-page-news__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media all and (min-width: 640px) {
  .t-page-news__content {
    grid-template-columns: 150px 1fr;
  }
}
.t-page-news__nav-categories a {
  margin-top: 0.375em;
  margin-right: 1.5em;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}
.t-page-news__nav-categories a.is-active {
  color: var(--arz_orange);
}
@media (any-hover: hover) {
  .t-page-news__nav-categories a:hover {
    color: var(--arz_orange);
  }
}

@media not all and (min-width: 960px) {
  .t-page-news__nav-categories {
    font-size: 14px;
  }
}
@media all and (min-width: 640px) {
  .t-page-news__nav-categories a {
    margin-right: 0;
    display: block;
  }
  .t-page-news__nav-categories a:first-child {
    margin-top: 0;
  }
}
.t-page-news__list {
  min-width: 0;
}

.t-recruit__sec1 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .t-recruit__sec1 {
    margin-top: 80px;
    grid-template-columns: 1fr max(386px, var(--window_width) * 600 / 1920);
    align-items: center;
  }
}
.t-recruit__sec1-content .__title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: var(--arz_orange);
}
.t-recruit__sec1-content .__desc {
  line-height: 1.625;
}

@media not all and (min-width: 960px) {
  .t-recruit__sec1-content .__desc {
    font-size: 14px;
  }
}
@media all and (min-width: 960px) {
  .t-recruit__sec1-content .__title {
    font-size: 1.5rem;
  }
}
.t-recruit__sec1-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 600/500;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--arz_border_radius--lg);
}

@media not all and (min-width: 768px) {
  .t-recruit__sec1-image img {
    overflow: hidden;
    border-radius: var(--arz_border_radius--xl);
    aspect-ratio: 5/3;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.t-recruit__sec2 {
  padding-top: 75px;
  background: linear-gradient(to bottom, #f0760a, #fed0a0);
  border-radius: 0px 0px var(--arz_border_radius--2xl) var(--arz_border_radius--2xl);
}
.t-recruit__sec2 .c-section-heading-type2 {
  color: #fff;
}
.t-recruit__sec2 .c-section-heading-type2:before {
  background-color: #fff;
}

@media all and (min-width: 960px) {
  .t-recruit__sec2 {
    padding-top: 150px;
  }
}
.t-recruit__sec2-box {
  margin-top: 40px;
  background: #fff;
  max-width: var(--arz_container_md_width);
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--arz_border_radius--lg);
  padding: 32px 15px 40px;
}
.t-recruit__sec2-box .__heading {
  font-size: 24px;
  font-family: var(--arz_font_shippori);
  text-align: center;
}

@media not all and (min-width: 960px) {
  .t-recruit__sec2-box .__heading {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 960px) {
  .t-recruit__sec2-box {
    margin-top: 80px;
    padding: 48px 40px 56px;
    border-radius: var(--arz_border_radius--xl);
  }
  .t-recruit__sec2-box .__heading {
    font-size: 1.75rem;
  }
}
.t-recruit__sec2-list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: var(--arz_container_sm_width);
  margin-left: auto;
  margin-right: auto;
}
.t-recruit__sec2-list .__term {
  font-weight: 500;
  color: var(--arz_orange);
  line-height: 1.4875;
}
.t-recruit__sec2-list .__desc {
  font-size: 12px;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0 1.25em 1em;
}
.t-recruit__sec2-list .__palt {
  font-feature-settings: "palt";
}

@media not all and (min-width: 640px) {
  .t-recruit__sec2-list .__term {
    margin-top: 1.75em;
    font-size: 14px;
  }
}
@media all and (min-width: 640px) {
  .t-recruit__sec2-list {
    display: grid;
    grid-template-columns: minmax(100px, 14.6%) 1fr;
  }
  .t-recruit__sec2-list .__term {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }
  .t-recruit__sec2-list .__desc {
    padding: 2em 0 2em 1.25em;
    font-size: 0.875rem;
  }
}
.t-single__head {
  margin-bottom: 10px;
}
.t-single__head .__date {
  font-family: var(--arz_font_jost);
  font-size: 14px;
}

.t-single__body {
  margin-top: 80px;
}
.t-single__body p {
  line-height: 2;
}
.t-single__body p + p {
  margin-top: 1em;
}

.t-single__foot {
  margin-top: 65px;
  text-align: center;
}
.t-single__foot .o-button {
  width: 50%;
  max-width: 270px;
}

@media all and (min-width: 640px) {
  .t-single__foot {
    margin-top: 130px;
  }
}
.t-top-about {
  --spacing-bottom: 64px;
  z-index: 1;
  position: relative;
  padding-top: 200px;
}

@media not all and (min-width: 960px) {
  .t-top-about {
    --spacing-bottom: 0;
    padding-top: 40px;
    padding-bottom: 75px;
  }
}
.t-top-about::before {
  --rounded: calc(var(--window_width) * 80 / 1920);
  z-index: -1;
  position: absolute;
  inset: 0;
  bottom: var(--spacing-bottom);
  content: "";
  background-color: #fff;
  border-radius: 0px 0px var(--rounded) var(--rounded);
}

@media not all and (min-width: 960px) {
  .t-top-about::before {
    --rounded: calc(var(--window_width) * 80/750);
  }
}
.t-top-about::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: var(--arz_container_safe_area);
  width: 540px;
  aspect-ratio: 540/655;
  content: "";
  background-image: url("../images/logo-horiozon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

@media not all and (min-width: 960px) {
  .t-top-about::after {
    width: 316px;
    right: calc(50% - 158px);
    bottom: 40px;
    top: auto;
  }
}
.t-top-about__inner {
  /* 1cqi = 16.60px */
  container-type: inline;
  --spacing: calc((var(--window_width) - (var(--arz_container_safe_area) * 2) - var(--arz_container_width)) / 2);
  width: calc(100% - var(--arz_container_safe_area));
  max-width: calc(var(--window_width) - var(--spacing) - var(--arz_container_safe_area));
  margin-right: auto;
  margin-left: 0;
}

@media not all and (min-width: 960px) {
  .t-top-about__inner {
    width: 100%;
    margin-right: 0;
  }
}
.t-top-about__copy {
  margin-block: var(--half_leading);
  padding-left: var(--arz_container_safe_area);
  font-family: var(--arz_font_shippori);
  font-size: 5.42cqi;
}

@media not all and (min-width: 960px) {
  .t-top-about__copy {
    font-size: 8.2666666667cqi;
    padding-left: 0.4em;
  }
}
.t-top-about__body {
  display: grid;
  grid-template-columns: calc(0.5 * var(--window_width)) 1fr;
  gap: 4.8cqi;
  margin-top: 80px;
}

@media not all and (min-width: 960px) {
  .t-top-about__body {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.t-top-about__visual {
  width: 100%;
  height: 630px;
  border-radius: 0px var(--arz_border_radius--xl) var(--arz_border_radius--xl) 0px;
  overflow: hidden;
}
.t-top-about__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media not all and (min-width: 960px) {
  .t-top-about__visual {
    height: auto;
  }
}
.t-top-about__content {
  padding-top: 20px;
  padding-bottom: var(--spacing-bottom);
}
.t-top-about__content .__title {
  font-weight: 500;
  font-size: 28px;
}

@media not all and (min-width: 960px) {
  .t-top-about__content {
    width: calc(100% - var(--arz_container_safe_area) * 2);
    margin-right: auto;
    margin-left: auto;
  }
  .t-top-about__content .__title {
    font-size: 25px;
  }
  .t-top-about__content .__button {
    text-align: center;
    margin-top: 20px;
  }
}
.t-top-blog {
  background-color: #fff;
  padding-bottom: 80px;
  border-radius: var(--arz_border_radius--2xl);
}

@media all and (min-width: 960px) {
  .t-top-blog {
    padding-bottom: 200px;
  }
}
.t-top-blog__list:not(.is-slider) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  -moz-column-gap: 2.2857142857%;
       column-gap: 2.2857142857%;
  row-gap: 40px;
}

.t-top-blog__list.is-slider .swiper {
  margin-bottom: -24px;
}
.t-top-blog__list.is-slider .swiper-wrapper {
  padding-bottom: 24px;
}
.t-top-blog__list.is-slider .swiper-slide {
  max-width: 320px;
}

@media all and (min-width: 960px) {
  .t-top-blog__list .swiper, .t-top-blog__list .swiper-wrapper, .t-top-blog__list .swiper-slide {
    display: contents;
  }
}
.t-top-blog__list.diny-slide .swiepr, .t-top-blog__list.diny-slide .swiper-wrapper, .t-top-blog__list.diny-slide .swiper-slide {
  display: contents;
}

@media all and (min-width: 960px) {
  .t-top-blog__pager {
    display: none;
  }
}
.t-top-blog__pager .swiper-pagination {
  position: revert;
  inset: auto;
}

.t-top-companies {
  display: grid;
}

@media all and (min-width: 960px) {
  .t-top-companies {
    grid-template-columns: repeat(2, 1fr);
  }
}
.t-top-companies__item {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 750/390;
}

@media all and (min-width: 960px) {
  .t-top-companies__item {
    aspect-ratio: 720/438;
  }
}
@media not all and (min-width: 960px) {
  .t-top-companies__item {
    padding-inline: min(100 / 750 * var(--__window_width, 100vw), 106.6666666667px);
  }
}
.t-top-companies__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-top-companies__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-companies__item-content {
  position: relative;
  padding-left: var(--arz_container_safe_area);
  text-align: center;
  color: #fff;
}

@media all and (min-width: 960px) {
  .t-top-companies__item-content {
    padding-inline: 20.8333333333%;
    padding-inline: clamp(5rem, -3.75rem + 14.583vw, 9.375rem);
  }
}
.t-top-companies__item-content .__ja {
  font-size: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
}
.t-top-companies__item-content .__en {
  font-size: min(16 / 750 * var(--__window_width, 100vw), 17.0666666667px);
  line-height: 1;
}
.t-top-companies__item-content .__text {
  margin-top: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
}

@media all and (min-width: 960px) {
  .t-top-companies__item-content .__ja {
    font-size: clamp(1.5rem, 0.5rem + 1.667vw, 2rem);
  }
  .t-top-companies__item-content .__en {
    font-size: 0.75rem;
  }
  .t-top-companies__item-content .__text {
    margin-top: 2em;
    font-size: clamp(0.875rem, 0.625rem + 0.417vw, 1rem);
  }
}
@media not all and (min-width: 960px) {
  .t-top-companies__item-content .__text {
    text-align: left;
    font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  }
}
.t-top-companies__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-top-companies__item-overlay:before, .t-top-companies__item-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.t-top-companies__item-overlay:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-top-companies__item-overlay:after {
  background-image: var(--arz_main_gradient);
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: opacity var(--arz_transition_duration) var(--arz_transition_easing), transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.t-top-companies__item:hover .t-top-companies__item-overlay:after {
  opacity: 0.6;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: opacity var(--arz_transition_duration) var(--arz_transition_easing), transform var(--arz_transition_duration) var(--arz_transition_easing);
}

.t-top-companies__item:nth-child(2) .t-top-companies__item-overlay:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.t-top-companies__item-arrow {
  position: absolute;
  bottom: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
  right: min(20 / 750 * var(--__window_width, 100vw), 21.3333333333px);
}

@media all and (min-width: 960px) {
  .t-top-companies__item-arrow {
    bottom: 1rem;
    right: 1rem;
  }
}
.t-top-cta {
  position: relative;
  padding-block: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  padding-inline: var(--arz_container_safe_area);
}

@media all and (min-width: 960px) {
  .t-top-cta {
    padding-block: 3.875rem;
  }
}
.t-top-cta__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-top-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-cta__inner {
  position: relative;
}

@media all and (min-width: 960px) {
  .t-top-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
  }
}
@media all and (min-width: 1280px) {
  .t-top-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: calc(var(--__window_width) * 252 / 1440);
  }
}
@media all and (min-width: 960px) {
  .t-top-cta__title {
    padding-left: calc(2 * var(--arz_container_safe_area));
  }
}
@media all and (min-width: 1024px) {
  .t-top-cta__title {
    flex-basis: 35.5555555556%;
    padding-left: 0;
  }
}
@media all and (min-width: 960px) {
  .t-top-cta__content {
    margin-right: calc(-1 * var(--arz_container_safe_area));
    flex-basis: max(60%, 40rem);
  }
}
@media all and (min-width: 1280px) {
  .t-top-cta__content {
    flex-basis: 60%;
  }
}
@media not all and (min-width: 960px) {
  .t-top-cta__content {
    margin-top: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
  }
}
.t-top-customer {
  position: relative;
  padding-block: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  padding-inline: var(--arz_container_safe_area);
  background: url("/images/top_customer_bg.jpg") no-repeat center/cover;
}

@media all and (min-width: 960px) {
  .t-top-customer {
    padding-top: 7.5rem;
    padding-bottom: 6.875rem;
  }
}
.t-top-customer__inner {
  max-width: var(--arz_contents_width);
  margin-inline: auto;
  padding-top: min(60 / 750 * var(--__window_width, 100vw), 64px);
  padding-inline: var(--arz_container_safe_area);
  padding-bottom: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  background-color: #fff;
  border-radius: var(--arz_border_radius);
}

@media all and (min-width: 960px) {
  .t-top-customer__inner {
    padding-top: 2.75rem;
    padding-inline: var(--arz_container_safe_area);
    padding-bottom: 3.4375rem;
  }
}
.t-top-customer__content {
  display: grid;
  margin-top: min(40 / 750 * var(--__window_width, 100vw), 42.6666666667px);
}

@media all and (min-width: 960px) {
  .t-top-customer__content {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4.3824701195%;
         column-gap: 4.3824701195%;
    margin-top: 2.5rem;
  }
}
@media not all and (min-width: 960px) {
  .t-top-customer__content {
    row-gap: min(32 / 750 * var(--__window_width, 100vw), 34.1333333333px);
  }
}
.t-top-data {
  position: relative;
  padding-top: min(80 / 750 * var(--__window_width, 100vw), 85.3333333333px);
  padding-inline: var(--arz_container_safe_area);
  padding-bottom: min(85 / 750 * var(--__window_width, 100vw), 90.6666666667px);
  background: url("/images/top_data_bg.jpg") no-repeat center/cover;
}

@media all and (min-width: 960px) {
  .t-top-data {
    padding-top: 5.125rem;
    padding-bottom: 8.125rem;
    background: url("/images/top_data_bg.jpg") no-repeat center/cover;
  }
}
.t-top-data__inner {
  max-width: var(--arz_contents_width);
  margin-inline: auto;
}

.t-top-data__content {
  margin-top: min(60 / 750 * var(--__window_width, 100vw), 64px);
}

@media all and (min-width: 960px) {
  .t-top-data__content {
    margin-top: 5.125rem;
  }
}
.t-top-feature {
  position: relative;
}

.t-top-feature__bg {
  z-index: -1;
  position: absolute;
  inset: 0;
  top: -340px;
  border-bottom-right-radius: var(--arz_border_radius--2xl);
  overflow: hidden;
  /* bg image */
  /* bg orange */
}
.t-top-feature__bg:before, .t-top-feature__bg:after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
}
.t-top-feature__bg:before {
  background-image: url("../images/top-feature-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t-top-feature__bg:after {
  --grad-none: calc((100% - 77%) / 2);
  background-image: linear-gradient(to bottom, var(--arz_orange) var(--grad-none), #fed0a0 calc(100% - var(--grad-none)));
  opacity: 0.9;
}

.t-top-feature__container {
  padding-block: 120px;
}

@media not all and (min-width: 960px) {
  .t-top-feature__container {
    padding-block: 80px;
  }
}
.t-top-feature__title {
  width: calc(100% - var(--arz_container_safe_area) * 2);
  max-width: var(--arz_container_width);
  margin-inline: auto;
  margin-bottom: 32px;
}

.t-top-feature__content {
  --spacing-x: 16px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  width: calc(100% - var(--arz_container_safe_area) * 2);
  height: 100%;
  margin-inline: auto;
}
.t-top-feature__content > * {
  grid-area: -1/-1/1/1;
}

/* feature text */
.t-top-feature__content::before {
  z-index: 1;
  position: absolute;
  inset: 0 auto 0 var(--spacing-x);
  content: "Feature";
  text-align: center;
  writing-mode: vertical-rl;
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
}

@media not all and (min-width: 1280px) {
  .t-top-feature__content {
    --spacing-x: 10px;
  }
}
@media not all and (min-width: 960px) {
  .t-top-feature__content::before {
    display: none;
  }
}
.t-top-feature__content-pager {
  z-index: 1;
  position: absolute;
  inset: 0 var(--spacing-x) 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media not all and (min-width: 640px) {
  .t-top-feature__content-pager {
    gap: 4px;
    justify-content: flex-end;
    inset: 0 var(--spacing-x) 16px auto;
  }
}
.t-top-fv {
  /* 1cqb = 9.5px */
  container-type: size;
  position: relative;
  width: 100%;
  height: 100vh;
}

@media not all and (min-width: 640px) {
  .t-top-fv {
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.t-top-fv__z0 {
  display: contents;
}
:where(.t-top-fv__z0) .t-top-fv__bgImage {
  z-index: -1;
}
:where(.t-top-fv__z0) .t-top-fv__scrollText {
  z-index: inherit;
}
:where(.t-top-fv__z0) .t-top-fv__bgDoctor {
  z-index: 1;
}

.t-top-fv__bgImage, .t-top-fv__bgDoctor {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.t-top-fv__bgImage {
  background-image: url("../images/fv-bg-clinic.jpg");
}

.t-top-fv__bgDoctor {
  background-image: url("../images/fv-bg-doctor.png");
}

@media not all and (min-width: 640px) {
  .t-top-fv__bgImage {
    background-image: url("../images/fv-bg-clinic_sp.jpg");
  }
  .t-top-fv__bgDoctor {
    background-image: url("../images/fv-bg-doctor_sp.png");
  }
  .t-top-fv__scroller {
    display: none;
  }
}
.t-top-fv__scrollText {
  width: 100%;
  padding-top: 21.05cqb;
  margin-block: var(--half_leading);
  padding-inline: var(--arz_container_safe_area);
  text-align: justify;
  font-family: var(--arz_font_garamond);
  color: #f1f3f3;
  font-size: calc(var(--window_width) * 198 / 1920);
  font-weight: light;
  line-height: 1;
  white-space: nowrap;
}

@media not all and (min-width: 640px) {
  .t-top-fv__scrollText {
    padding-top: 5cqb;
    padding-inline: 0;
    font-size: calc(var(--window_width) * 200 / 750);
  }
}
.t-top-fv__z1 {
  display: contents;
}
:where(.t-top-fv__z1) * {
  z-index: 1;
}

@media not all and (min-width: 640px) {
  .t-top-fv__z1 {
    display: block;
    z-index: 2;
    order: -1;
  }
}
.t-top-fv__content {
  position: relative;
  display: grid;
  grid-template-columns: fit-content(6.5em) 1fr;
  width: calc(100% - var(--arz_container_safe_area) * 2);
  max-width: var(--arz_container_width);
  margin-top: 9.4cqb;
  margin-inline: auto;
  font-family: var(--arz_font_shippori);
  font-size: 7.78cqb;
}

.t-top-fv__mainCopy {
  margin-left: -0.24em;
  line-height: 1.2702702703;
  letter-spacing: 0.06em;
  margin-block: var(--half_leading);
}

.t-top-fv__subCopy {
  margin-top: 2.95cqb;
  font-size: 1.9cqb;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  color: #666464;
}

@media not all and (min-width: 640px) {
  .t-top-fv__content {
    display: block;
    font-size: 12cqi;
    margin-top: 12cqb;
  }
  .t-top-fv__mainCopy {
    line-height: 1.1555555556;
    letter-spacing: 0.1em;
  }
  .t-top-fv__subCopy {
    font-size: 3.7333333333cqi;
    letter-spacing: 0;
  }
}
.t-top-fv__cta {
  position: absolute;
  right: 0;
  bottom: -1px;
}

.t-top-greeting {
  --spacing-bottom: 56px;
  margin-bottom: 160px;
  padding-bottom: var(--spacing-bottom);
}

@media all and (min-width: 960px) {
  .t-top-greeting {
    --spacing-bottom: 56px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 160px;
  }
  :where(.t-top-greeting) .t-top-greeting__title, :where(.t-top-greeting) .t-top-greeting__inner {
    grid-area: -1/1/-1/1;
  }
}
.t-top-greeting__title {
  margin-bottom: 40px;
}

.t-top-greeting__inner {
  display: contents;
}

@media all and (min-width: 960px) {
  .t-top-greeting__inner {
    /* 1cqi = 16.60px */
    container-type: inline-size;
    --spacing: calc((var(--window_width) - (var(--arz_container_safe_area) * 2) - var(--arz_container_width)) / 2);
    width: calc(100% - var(--arz_container_safe_area));
    max-width: calc(var(--window_width) - var(--spacing) - var(--arz_container_safe_area));
    margin-right: auto;
    margin-left: 0;
    display: grid;
    grid-template-columns: 44cqi 6.86cqi 1fr;
  }
  .t-top-greeting__inner > * {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  :where(.t-top-greeting__inner) .t-top-greeting__doctor {
    margin-bottom: -120px;
  }
}
.t-top-greeting__doctor {
  z-index: 1;
  position: relative;
}
.t-top-greeting__doctor img {
  border-radius: 0px var(--arz_border_radius--xl) var(--arz_border_radius--xl) 0px;
  overflow: hidden;
  width: 100%;
}

@media all and (min-width: 960px) {
  .t-top-greeting__doctor {
    top: var(--spacing-bottom);
    grid-column: 1/3;
    grid-row: -1/1;
    display: block;
    padding-right: 3.85cqi;
  }
}
.t-top-greeting__content {
  position: relative;
  width: 100%;
  color: #fff;
}
.t-top-greeting__content:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 9999px;
  height: 100%;
  content: "";
  background-image: linear-gradient(to bottom, var(--arz_orange) 0%, #fed0a0 100%);
}

@media not all and (min-width: 960px) {
  .t-top-greeting__content {
    margin-top: -40px;
    padding-top: 96px;
    padding-inline: var(--arz_container_safe_area);
    padding-bottom: 80px;
  }
}
@media all and (min-width: 960px) {
  .t-top-greeting__content {
    position: relative;
    grid-column: 2/4;
    grid-row: -1/1;
    width: 100%;
    padding-left: 6.92cqi;
  }
  .t-top-greeting__content:before {
    border-radius: var(--arz_border_radius--xl) 0px 0px var(--arz_border_radius--xl);
  }
}
.t-top-greeting__copy {
  margin-block: var(--half_leading);
  padding-bottom: 1lh;
  font-family: var(--arz_font_shippori);
  font-size: 24px;
  line-height: 1.2291666667;
}

@media all and (min-width: 960px) {
  .t-top-greeting__copy {
    font-size: 36px;
    line-height: 1.6388888889;
  }
}
.t-top-greeting__content-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 32px;
}

@media all and (min-width: 960px) {
  .t-top-greeting__content-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 40px;
  }
  .t-top-greeting__content-buttons > * {
    min-width: 0;
    flex: 1 0 auto;
  }
}
.t-top-information {
  /* --spacing, --spacing-bottom は親要素（t-top-newsAndInformation）で規定しています */
  padding-right: calc(var(--spacing) * 0.5 + var(--arz_container_safe_area));
  padding-left: var(--arz_container_safe_area);
  position: relative;
}
.t-top-information:before {
  z-index: -1;
  position: absolute;
  top: -48px;
  left: 0;
  bottom: calc(-1 * var(--spacing-bottom));
  width: 100%;
  content: "";
  border-radius: var(--arz_border_radius--xl) 0 0 var(--arz_border_radius--xl);
  background-color: var(--arz_orange-light);
}

@media not all and (min-width: 1280px) {
  .t-top-information {
    padding-right: var(--arz_container_safe_area);
    padding-left: var(--arz_container_safe_area);
    padding-top: 11.9402985075%;
    padding-bottom: 11.9402985075%;
  }
  .t-top-information::before {
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.t-top-information__content {
  max-width: 600px;
}
.t-top-information__content .__clendar {
  width: 84.124386252%;
}
:where(.t-top-information__content) .o-tel-text {
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
  font-size: 50px;
}
:where(:where(.t-top-information__content) .o-tel-text) small {
  font-size: 0.52em;
}
:where(.t-top-information__content) .o-button {
  width: 100%;
  padding-block: 14px;
}

@media not all and (min-width: 640px) {
  .t-top-information__content .__clendar {
    width: 100%;
  }
  .t-top-information__content .__detail {
    display: none;
  }
  :where(.t-top-information__content) .o-tel-text {
    font-size: 35px;
  }
}
.t-top-news__content {
  display: grid;
  grid-template-columns: 144px 1fr;
  gap: 40px;
}

@media not all and (min-width: 1280px) {
  .t-top-news {
    width: calc(100% - var(--arz_container_safe_area) * 2);
    margin-left: auto;
    margin-right: auto;
  }
  .t-top-news__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
:where(.t-top-news__nav) .o-button {
  width: 100%;
  padding-block: 1em;
  padding-inline: 0.71em;
}

@media not all and (min-width: 1280px) {
  .t-top-news__nav {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 27.9104477612%;
  }
  :where(.t-top-news__nav) .o-button {
    font-size: 12px;
  }
}
.t-top-news__nav-categories {
  font-size: 13px;
}
.t-top-news__nav-categories > * + * {
  margin-top: 4px;
}
.t-top-news__nav-categories a, .t-top-news__nav-categories button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: color var(--arz_transition_duration) var(--arz_transition_easing);
}
.t-top-news__nav-categories a.is-active, .t-top-news__nav-categories button.is-active {
  color: var(--arz_orange);
}
@media (any-hover: hover) {
  .t-top-news__nav-categories a:hover, .t-top-news__nav-categories button:hover {
    color: var(--arz_orange);
  }
}

@media not all and (min-width: 1280px) {
  .t-top-news__nav-categories {
    font-size: 12px;
  }
  .t-top-news__nav-categories > * + * {
    margin-top: 0;
  }
  .t-top-news__nav-categories a, .t-top-news__nav-categories button {
    margin-bottom: 0.417em;
    margin-right: 1.5em;
    display: inline-block;
  }
}
.t-top-news__list {
  min-width: 0;
}

.t-top-newsAndInformation {
  --spacing: calc((var(--window_width) - (var(--arz_container_safe_area) * 2) - var(--arz_container_width)) / 2);
  --spacing-bottom: 28px;
  width: calc(100% - var(--arz_container_safe_area));
  max-width: calc(var(--window_width) - var(--spacing) - var(--arz_container_safe_area));
  margin-right: 0;
  margin-left: auto;
  display: grid;
  grid-template-columns: 42% auto;
  gap: var(--arz_container_safe_area);
  margin-top: 152px;
  padding-bottom: var(--spacing-bottom);
}

:where(.t-top-newsAndInformation) .c-section-heading {
  margin-bottom: 56px;
}

@media not all and (min-width: 1280px) {
  .t-top-newsAndInformation {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 50px;
    gap: 40px;
    padding-bottom: 0;
  }
  :where(.t-top-newsAndInformation) .c-section-heading {
    margin-bottom: 28px;
  }
}
.t-top-search {
  margin-top: min(72 / 750 * var(--__window_width, 100vw), 76.8px);
  padding-block: min(100 / 750 * var(--__window_width, 100vw), 106.6666666667px);
  padding-inline: var(--arz_container_safe_area);
  background-color: #f6f6f6;
  background-image: url("/images/top_search_bg.jpg");
  background-size: cover;
  background-position: center calc(-1 * min(70 / 750 * var(--__window_width, 100vw), 74.6666666667px));
  background-repeat: no-repeat;
}

@media all and (min-width: 960px) {
  .t-top-search {
    margin-top: 4.5rem;
    padding-block: 6.25rem;
    background-position: center -70px;
  }
}
.t-top-search__inner {
  max-width: var(--arz_contents_width);
  margin-inline: auto;
}

.t-top-search__block {
  margin-top: min(60 / 750 * var(--__window_width, 100vw), 64px);
}

@media all and (min-width: 960px) {
  .t-top-search__block {
    margin-top: 2.25rem;
  }
  .t-top-search__block + .t-top-search__block {
    margin-top: 3.75rem;
  }
  .t-top-search__block--flex {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.t-top-search__block:not(.t-top-search__block--flex) .t-top-search__block-content {
  margin-top: min(10 / 750 * var(--__window_width, 100vw), 10.6666666667px);
}

@media all and (min-width: 960px) {
  .t-top-search__block:not(.t-top-search__block--flex) .t-top-search__block-content {
    margin-top: 0.875rem;
  }
}
.t-top-search__block--flex .t-top-search__block-content {
  padding-top: min(8 / 750 * var(--__window_width, 100vw), 8.5333333333px);
}

@media all and (min-width: 960px) {
  .t-top-search__block--flex {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .t-top-search__block--flex .t-top-search__block-title {
    flex-shrink: 0;
  }
  .t-top-search__block--flex .t-top-search__block-content {
    flex-grow: 1;
  }
}
.t-top-symptoms {
  padding-bottom: 160px;
}
:where(.t-top-symptoms) .c-section-heading {
  margin-bottom: 64px;
}

.t-top-symptoms__inner {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 0;
}

.t-top-symptoms__inner-side {
  grid-column: span 1;
}

.t-top-symptoms__inner-main {
  grid-column: span 12;
}

.t-top-symptoms__copy {
  position: absolute;
  inline-size: 100%;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: center;
  font-family: var(--arz_font_shippori);
  font-size: 34px;
}

@media not all and (min-width: 960px) {
  .t-top-symptoms {
    padding-bottom: 70px;
  }
  :where(.t-top-symptoms) .c-section-heading {
    margin-bottom: 12px;
  }
  .t-top-symptoms__inner {
    grid-template-columns: 1fr;
  }
  .t-top-symptoms__copy {
    position: static;
    writing-mode: horizontal-tb;
    font-size: 24px;
    margin-bottom: 0.5em;
  }
}
.t-top-treatment {
  padding-top: 120px;
  padding-bottom: 160px;
}
:where(.t-top-treatment) .c-section-heading {
  margin-bottom: 64px;
}

.t-top-treatment__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(338px, 100%), 1fr));
  gap: 16px;
}

@media not all and (min-width: 960px) {
  .t-top-treatment {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  :where(.t-top-treatment) .c-section-heading {
    margin-bottom: 40px;
  }
  .t-top-treatment__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}
.t-treatment-article img {
  width: 100%;
}

.t-treatment-article__container-sm {
  width: 100%;
  max-width: var(--arz_container_sm_width);
  margin-inline: auto;
}

.t-treatment-article__container-md {
  width: 100%;
  max-width: var(--arz_container_md_width);
  margin-inline: auto;
}

.t-treatment-article__container-lg {
  width: 100%;
  max-width: var(--arz_container_lg_width);
  margin-inline: auto;
}

.t-treatment-article__feature {
  container-type: inline-size;
  container-name: feature-wrapper;
}

.t-treatment-article__feature__inner {
  position: relative;
  min-height: 530px;
  display: grid;
  grid-template-columns: min(724px, 100%) auto;
}

.t-treatment-article__feature--contentLarge .t-treatment-article__feature__inner {
  grid-template-columns: min(922px, 100%) auto;
}

.t-treatment-article__feature-bg {
  z-index: -1;
  position: absolute;
  inset: 0;
  left: calc((100% - var(--window_width)) / 2);
  right: calc((100% - var(--window_width)) / 2);
  background-color: #fff;
}
.t-treatment-article__feature-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-treatment-article__feature-content {
  position: relative;
  align-self: center;
}

.t-treatment-article__feature-title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 50%;
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  background-color: var(--arz_orange);
  border-radius: var(--arz_border_radius);
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
.t-treatment-article__feature-title small {
  font-size: 0.7em;
}

@media all and (min-width: 960px) {
  .t-treatment-article__feature-title {
    width: 64.226519337%;
    font-size: 20px;
  }
}
.t-treatment-article__feature-body {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-block: 72px;
  padding-inline: 24px;
  background-color: var(--arz_orange-light);
  border-radius: var(--arz_border_radius--xl);
}
.t-treatment-article__feature-body > * {
  grid-column: -1/1;
}
@media all and (min-width: 960px) {
  .t-treatment-article__feature-body {
    grid-template-columns: max-content;
  }
}

.t-treatment-article__feature-body.--col2 {
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.t-treatment-article__feature-body.--col2 > * {
  grid-column: auto/auto;
}

.t-treatment-article__feature-body.--ctscan {
  grid-template-columns: fit-content(20rem) max-content;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.t-treatment-article__feature-body.--ctscan > * {
  grid-column: revert;
}

@container feature-wrapper (width <= 724px) {
  .t-treatment-article__feature__inner {
    min-height: revert;
    padding-top: 48px;
  }
  .t-treatment-article__feature-bg {
    display: none;
  }
  .t-treatment-article__feature-content {
    align-self: revert;
  }
  .t-treatment-article__feature-body {
    padding-block: 36px;
    padding-inline: var(--arz_container_safe_area);
  }
  .t-treatment-article__feature-body.--col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .t-treatment-article__feature-body.--ctscan {
    grid-template-columns: 1fr;
    gap: 8px 16px;
  }
}
.t-treatment-article__flow {
  counter-reset: symptoms 0;
}
.t-treatment-article__flow > * {
  counter-increment: symptoms;
}

.t-treatment-article__flow-item {
  display: grid;
  grid-template: "number body" auto "hr body" 1fr/max-content 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 16px;
  /* number */
}
.t-treatment-article__flow-item:before {
  grid-area: number;
}
.t-treatment-article__flow-item:after {
  grid-area: hr;
}
:where(.t-treatment-article__flow-item) .__inner {
  grid-area: body;
}
.t-treatment-article__flow-item:before {
  margin-block: var(--half_leading);
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
  font-size: 24px;
  content: counter(symptoms, decimal-leading-zero);
}
.t-treatment-article__flow-item:after {
  width: 1px;
  height: 100%;
  content: "";
  margin-inline: auto;
  background-color: var(--arz_orange);
}
:where(.t-treatment-article__flow-item) .__inner {
  position: relative;
  padding-inline: 8px;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
:where(.t-treatment-article__flow-item) .__inner:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentColor;
}

@media all and (min-width: 960px) {
  .t-treatment-article__flow-item {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 24px;
    /* number */
  }
  .t-treatment-article__flow-item:before {
    font-size: 32px;
  }
  :where(.t-treatment-article__flow-item) .__inner {
    padding-inline: 14px;
    padding-bottom: 32px;
  }
}
.t-treatment-article__flow-item + .t-treatment-article__flow-item {
  margin-top: 16px;
}
@media all and (min-width: 960px) {
  .t-treatment-article__flow-item + .t-treatment-article__flow-item {
    margin-top: 24px;
  }
}

.t-treatment-article__faq {
  padding-inline: var(--arz_container_safe_area);
  padding-block: 24px;
  background-color: var(--arz_orange-light);
  border-radius: var(--arz_border_radius--xl);
}
.t-treatment-article__faq > * + * {
  margin-top: 16px;
}

@media all and (min-width: 960px) {
  .t-treatment-article__faq {
    padding-block: 7.1428571429%;
    padding-inline: 10.3174603175%;
  }
  .t-treatment-article__faq > * + * {
    margin-top: 24px;
  }
}
.t-treatment-article__faq-title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 50%;
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 6px;
  padding-inline: 32px;
  background-color: var(--arz_orange);
  border-radius: var(--arz_border_radius);
  color: #fff;
  font-size: 18px;
}

@media all and (min-width: 960px) {
  .t-treatment-article__faq-title {
    padding-block: 10px;
    padding-inline: 56px;
    font-size: 24px;
  }
}
.t-treatment-article__inner-col3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 16px;
  justify-content: center;
}

@media all and (min-width: 960px) {
  .t-treatment-article__inner-col3 {
    gap: 24px;
  }
}
.t-treatment-article__merit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: 16px;
}

@media all and (min-width: 960px) {
  .t-treatment-article__merit {
    grid-template-columns: repeat(2, 384px);
    gap: 32px;
    justify-content: center;
  }
}
.t-treatment-article__merit-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: var(--arz_border_radius--lg);
  border: 1px solid var(--arz_orange);
  background-color: var(--arz_orange-light);
  padding: 16px;
}
.t-treatment-article__merit-inner > .o-tag {
  min-height: revert;
}

@media all and (min-width: 960px) {
  .t-treatment-article__merit-inner {
    gap: 18px;
    padding: 32px;
  }
}
.t-treatment-article__merit-list {
  flex: 1;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23e47b10'/%3E%3C/svg%3E");
  list-style-position: inside;
}

@media not all and (min-width: 960px) {
  .t-treatment-article__merit-list {
    font-size: 14px;
  }
}
.t-treatment-article__index {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 80px;
  padding-inline: var(--arz_container_safe_area);
  padding-block: 24px;
  border-radius: var(--arz_border_radius--lg);
  border: 1px solid var(--arz_orange);
}

@media all and (min-width: 960px) {
  .t-treatment-article__index {
    grid-template-columns: auto 1fr;
    gap: 56px;
    max-width: var(--arz_container_md_width);
    width: calc(100% - var(--arz_container_safe_area) * 2);
    margin-inline: auto;
    margin-bottom: 120px;
    padding-inline: 7.1428571429%;
    padding-block: 3.5714285714%;
  }
}
.t-treatment-article__symptomBox {
  width: 100%;
  padding-inline: var(--arz_container_safe_area);
  padding-block: 24px;
  border-radius: var(--arz_border_radius--xl);
  background-color: #fff;
  box-shadow: 0px 2px 12.48px 0.52px rgba(50, 51, 51, 0.14);
}

@media all and (min-width: 960px) {
  .t-treatment-article__symptomBox {
    padding-inline: 3.0816640986%;
    padding-block: 3.6979969183%;
  }
}
.t-treatment-article__symptomBox-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 4px;
  line-height: 1.2;
  font-size: 18px;
}
.t-treatment-article__symptomBox-title:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--arz_orange);
}

@media all and (min-width: 960px) {
  .t-treatment-article__symptomBox-title {
    padding-bottom: 6px;
    font-size: 24px;
  }
}
.t-treatment-article__symptomBox-caution {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 10px;
}

@media all and (min-width: 960px) {
  .t-treatment-article__symptomBox-caution {
    font-size: 12px;
  }
}
.t-treatment-lowerPage-linkNav {
  padding-block: 80px;
  background-color: #fff;
}

@media all and (min-width: 960px) {
  .t-treatment-lowerPage-linkNav {
    padding-block: 160px;
  }
}
.t-treatment-lowerPage-linkNav__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  padding-top: 24px;
}

@media all and (min-width: 960px) {
  .t-treatment-lowerPage-linkNav__inner {
    gap: 24px;
    padding-top: 32px;
  }
}
.t-treatment-lowerPage-linkNav__link1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.375em;
  padding: 1.25em;
  border-radius: var(--arz_border_radius);
  border: 1px solid var(--arz_orange);
  background-color: #fff;
}
@media not all and (min-width: 960px) {
  .t-treatment-lowerPage-linkNav__link1 {
    font-size: 14px;
  }
}
.t-treatment-lowerPage-linkNav__link1 .__main {
  margin-block: var(--half_leading);
  font-weight: 500;
  line-height: 1.3333;
}
.t-treatment-lowerPage-linkNav__link1 .__sub {
  margin-block: var(--half_leading);
  padding-top: 4px;
  font-family: var(--arz_font_jost);
  color: var(--arz_gray);
  font-size: 10px;
  line-height: 1;
}
@media all and (min-width: 960px) {
  .t-treatment-lowerPage-linkNav__link1 .__sub {
    padding-top: 6px;
    font-size: 12px;
  }
}

@media (any-hover: hover) {
  .t-treatment-lowerPage-linkNav__link1 {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .t-treatment-lowerPage-linkNav__link1:hover {
    background-color: var(--arz_orange);
    color: #fff;
  }
  .t-treatment-lowerPage-linkNav__link1:hover .__sub {
    color: #fff;
  }
}
.t-treatment-lowerPage-linkNav__link2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 90px;
  padding: 20px;
  border-radius: var(--arz_border_radius);
  background-color: #fff;
  box-shadow: 0px 2px 18.24px 0.76px rgba(51, 51, 51, 0.1);
}
.t-treatment-lowerPage-linkNav__link2 .__icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid var(--arz_orange);
  background-color: #fff;
  color: var(--arz_orange);
}
.t-treatment-lowerPage-linkNav__link2 .__icon svg {
  width: 100%;
  height: 100%;
}
.t-treatment-lowerPage-linkNav__link2 .__name {
  margin-block: var(--half_leading);
  font-weight: 500;
  line-height: 1.3333;
}
.t-treatment-lowerPage-linkNav__link2 .__name small {
  display: block;
  line-height: 1;
}

@media (any-hover: hover) {
  .t-treatment-lowerPage-linkNav__link2 .__icon {
    transition: background-color var(--arz_transition_duration) var(--arz_transition_easing), color var(--arz_transition_duration) var(--arz_transition_easing);
  }
  .t-treatment-lowerPage-linkNav__link2:hover .__icon {
    background-color: var(--arz_orange);
    color: #fff;
  }
}
.t-treatment__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: 16px;
}

@media all and (min-width: 1280px) {
  .t-treatment__list {
    --column-gap: 16px;
    --row-gap: 56px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: var(--row-gap);
  }
}
.t-treatment__list-grid {
  display: contents;
}

@media all and (min-width: 1280px) {
  .t-treatment__list-grid {
    display: grid;
    gap: var(--column-gap);
  }
  .t-treatment__list-grid.--grid-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .t-treatment__list-grid.--grid-col2 {
    grid-template-columns: repeat(2, auto 9rem minmax(0, 1fr));
  }
}
.g-floater {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--floater-height);
  border-top-left-radius: var(--arz_border_radius);
  border-top-right-radius: var(--arz_border_radius);
  background-color: var(--arz_orange);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 9;
  transition: transform 0.3s;
}

.g-floater__button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.7333333333vw, 20px);
}
.g-floater__button:not(:last-child) {
  border-right: 1px solid #fff;
}
.g-floater__button svg {
  display: inline-block;
  width: 1em;
  margin-inline-end: 0.6em;
}
:where(.g-floater__button) .o-tel-text {
  font-size: 1.4em;
}
:where(.g-floater__button) .o-tel-text small {
  font-size: 60%;
}

@media not all and (min-width: 960px) {
  body:not(.is-middle):not(.is-bottom) .g-floater {
    transform: translateY(100%);
  }
}
@media all and (min-width: 960px) {
  .g-floater {
    display: block;
    right: 0;
    left: auto;
    top: calc(50vh - 78px);
    height: 156px;
    width: max(40px, 2.9166666667vw);
    border-bottom-left-radius: var(--arz_border_radius);
    border-top-right-radius: 0;
    transition: opacity var(--arz_transition_duration) var(--arz_transition_easing), visibility var(--arz_transition_duration) var(--arz_transition_easing);
  }
  body:not(.is-top):not(.is-middle):not(.is-bottom) .g-floater {
    transform: translate(100%, 0);
  }
  .g-floater__button--tel {
    display: none;
  }
  .g-floater__button {
    font-size: 12px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.3em;
  }
  .g-floater__button svg {
    width: 19px;
    margin-inline-end: 10px;
  }
  body:not(.is-middle):not(.is-bottom) .g-floater {
    opacity: 0;
    visibility: hidden;
  }
  body:not(.is-top) .g-floater {
    opacity: 1;
    visibility: visible;
  }
}
.g-footer-clinic-info {
  position: relative;
  padding-block: 80px;
  /* bg image */
  /* bg orange */
}
.g-footer-clinic-info:before, .g-footer-clinic-info:after {
  z-index: -1;
  position: absolute;
  inset: 0;
  top: -340px;
  display: block;
  content: "";
}
.g-footer-clinic-info:before {
  background-image: url("../images/footer-clinic-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-footer-clinic-info:after {
  background-color: rgba(255, 255, 255, 0.9);
}

@media all and (min-width: 640px) {
  .g-footer-clinic-info {
    padding-block: 160px;
  }
}
.g-footer-clinic-info__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 10.6666666667vw, 70px);
}

@media all and (min-width: 1280px) {
  .g-footer-clinic-info__inner {
    grid-template-columns: 600px 1fr;
    gap: 7.1428571429%;
  }
}
.g-footer-clinic-info__left {
  max-width: 600px;
}
.g-footer-clinic-info__left .__clendar {
  width: 84.124386252%;
}
:where(.g-footer-clinic-info__left) .c-section-heading {
  margin-bottom: clamp(20px, 5.3333333333vw, 56px);
}
:where(.g-footer-clinic-info__left) .o-tel-text {
  font-family: var(--arz_font_jost);
  color: var(--arz_orange);
  font-size: 50px;
}
:where(:where(.g-footer-clinic-info__left) .o-tel-text) small {
  font-size: 0.52em;
}
:where(.g-footer-clinic-info__left) .o-button {
  width: 100%;
  padding-block: 14px;
}

@media not all and (min-width: 640px) {
  .g-footer-clinic-info__left .__clendar {
    width: 100%;
  }
  :where(.g-footer-clinic-info__left) .o-tel-text {
    font-size: 35px;
  }
}
:where(.g-footer-clinic-info__right) .g-footer-clinic-info__map {
  overflow: hidden;
  border-radius: var(--arz_border_radius--xl);
  position: relative;
}
:where(.g-footer-clinic-info__right) .g-footer-clinic-info__map::before {
  display: block;
  padding-top: 60.8955223881%;
  content: "";
}
:where(.g-footer-clinic-info__right) .g-footer-clinic-info__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.g-footer-clinic-info__address {
  font-size: clamp(10px, 0.0388059701 * (100vw - 40px), 18px);
}
.g-footer-clinic-info__address span {
  display: inline-block;
}

.g-footer-clinic-info__access {
  font-size: clamp(10px, 0.0358208955 * (100vw - 40px), 16px);
}

.g-footer {
  width: 100%;
  padding-block: min(76 / 750 * var(--__window_width, 100vw), 81.0666666667px) min(60 / 750 * var(--__window_width, 100vw), 64px);
  padding-inline: var(--arz_container_safe_area);
}

@media all and (min-width: 960px) {
  .g-footer {
    display: grid;
    place-items: center;
    width: 100%;
    padding-block: 5rem 3rem;
    padding-inline: var(--arz_container_safe_area);
  }
}
.g-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: var(--arz_container_width);
}

@media all and (min-width: 1024px) {
  .g-footer__inner {
    display: grid;
    grid-template: "info nav" "banner banner" "cp cp"/315px 1fr;
    gap: 56px 40px;
  }
  .g-footer__info {
    grid-area: info;
  }
  .g-footer__nav {
    grid-area: nav;
  }
  .g-footer__banners {
    grid-area: banner;
  }
  .g-footer__footing {
    grid-area: cp;
  }
}
@media all and (min-width: 1280px) {
  .g-footer__inner {
    grid-template-columns: 460px 1fr;
    gap: 56px;
  }
}
.g-footer__info-koumoku {
  font-size: 14px;
}

.g-footer__info-hr {
  border-color: var(--arz_orange);
}

.g-footer__info-address {
  font-size: min(24 / 750 * var(--__window_width, 100vw), 25.6px);
  font-style: normal !important;
}

@media all and (min-width: 960px) {
  .g-footer__info-address {
    word-break: keep-all;
    font-size: 14px;
  }
}
.g-footer__info-tel {
  display: inline-block;
}

:where(.g-footer__info-button) .o-button {
  width: 100%;
}

.g-footer__nav-bottom {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

@media all and (min-width: 640px) {
  .g-footer__nav-bottom {
    gap: 3.5rem;
    justify-content: end;
  }
}
.g-footer__banners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(16px, 4.2666666667vw, 32px);
}
.g-footer__banners img {
  width: 100%;
}

@media all and (min-width: 640px) {
  .g-footer__banners {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.g-footer__copyright {
  font-family: var(--arz_font_shippori);
  color: var(--arz_gray);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media not all and (min-width: 640px) {
  .g-footer__copyright {
    text-align: center;
  }
}
.g-footer-text {
  text-align: justify;
  font-family: var(--arz_font_shippori);
  color: #c9c9c9;
  line-height: 1;
  font-size: calc(var(--window_width) * 68 / 750);
  letter-spacing: -0.06em;
  margin-left: -0.26em;
  white-space: nowrap;
}

@media all and (min-width: 640px) {
  .g-footer-text {
    font-size: calc(var(--window_width) * 156 / 1920);
    letter-spacing: 0;
    margin-left: 0;
  }
}
.g-header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  padding-block: 1rem;
  padding-inline: var(--arz_container_safe_area);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: revert;
  box-shadow: revert;
}

@media all and (min-width: 960px) {
  .g-header {
    padding-bottom: 1.5rem;
  }
}
body:not(.is-top) .g-header {
  background-color: #fff;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.4);
}

body.is-overlay .g-header {
  z-index: 9;
}

.g-header__inner {
  display: grid;
  grid-template-columns: 1fr 52px;
  width: 100%;
}

@media all and (min-width: 640px) {
  .g-header__inner {
    grid-template-columns: auto 1fr;
  }
}
.g-header__nav {
  --hamburger-width: clamp(40px,80/750*100vw,52px);
  display: grid;
  align-items: center;
  justify-content: end;
  grid-template-columns: var(--hamburger-width);
  -moz-column-gap: var(--arz_container_safe_area);
       column-gap: var(--arz_container_safe_area);
}

@media all and (min-width: 1024px) {
  .g-header__nav {
    grid-template-columns: 1fr var(--hamburger-width);
    -moz-column-gap: var(--arz_container_safe_area);
         column-gap: var(--arz_container_safe_area);
  }
}
@media not all and (min-width: 1024px) {
  .g-header__nav .m-header-nav {
    display: none;
  }
}
.g-logo {
  display: inline-block;
}
.g-logo img {
  width: 315px;
  max-width: 46.2666666667vw;
}

.g-logo__text {
  font-size: 10px;
  line-height: 1;
}

:where(.g-header) .g-logo {
  position: relative;
}
:where(.g-header) .g-logo__text {
  position: absolute;
  top: 100%;
  padding-top: 1em;
}

@media not all and (min-width: 640px) {
  .g-logo__text {
    display: none;
  }
}
:where(.g-footer) .g-logo {
  max-width: 82.4vw;
}
:where(.g-footer) .g-logo img {
  width: 100%;
}
:where(.g-footer) .g-logo__text {
  padding-top: 1em;
}
@media all and (min-width: 1280px) {
  :where(.g-footer) .g-logo__text {
    font-size: 12px;
  }
}

.g-mobile-nav {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all var(--arz_transition_duration) var(--arz_transition_easing);
}
.g-mobile-nav.is-open {
  visibility: visible;
  opacity: 1;
}

.g-mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g-mobile-nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-block: 1rem;
  overflow-y: auto;
  padding-inline: var(--arz_container_safe_area);
}

.g-mobile-nav__content {
  width: 100%;
  transform: translateX(-50%);
  transition: transform var(--arz_transition_duration) var(--arz_transition_easing);
}
.g-mobile-nav.is-open .g-mobile-nav__content {
  transform: translateX(0);
}

.g-mobile-nav__header {
  align-items: center;
  display: grid;
  grid-template-columns: auto var(--hamburger-width);
  -moz-column-gap: var(--arz_container_safe_area);
       column-gap: var(--arz_container_safe_area);
}

.g-mobile-nav__content {
  width: 100%;
  padding: 40px 0;
}
.g-mobile-nav__content .g-footer {
  padding: 0;
}
.g-mobile-nav__content .m-footer-nav {
  gap: 40px;
}
.g-mobile-nav__content .g-footer__nav-bottom {
  margin-top: 40px;
}

@media all and (min-width: 960px) {
  .g-mobile-nav__content {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media not all and (min-width: 960px) {
  .g-mobile-nav .g-footer__info {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .g-footer__inner {
    justify-items: start;
  }
  .g-footer__nav-bottom {
    justify-content: flex-start;
  }
}
.beauty-intro > * + * {
  margin-top: 80px;
}

.beauty-intro__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media all and (min-width: 640px) {
  .beauty-intro__block {
    grid-template-columns: max(280px, 27.8571428571%) 1fr;
    -moz-column-gap: 3.1428571429%;
         column-gap: 3.1428571429%;
  }
}
@media all and (min-width: 960px) {
  .beauty-intro__block {
    align-items: center;
  }
}
.beauty-intro__block-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 390/300;
  border: 2px solid #ccc;
  border-radius: var(--arz_border_radius--lg);
  overflow: hidden;
}
.beauty-intro__block-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.beauty-intro-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  min-height: 24px;
  padding-left: 1.5833333333em;
  background-position: left bottom;
  background-size: auto 1.25em;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 500;
}
.beauty-intro-title:after {
  content: attr(data-en);
  font-size: 0.5416666667em;
}

@media all and (min-width: 960px) {
  .beauty-intro-title {
    gap: 8px;
    min-height: 30px;
    font-size: 24px;
  }
  .beauty-intro-title:after {
    content: attr(data-en);
    font-size: 0.5416666667em;
  }
}
[data-en=volnewmer].beauty-intro-title {
  background-image: url("../images/beauty-intro-title-1.png");
}

[data-en="intravenous drip"].beauty-intro-title {
  background-image: url("../images/beauty-intro-title-2.png");
}

[data-en=cosmetics].beauty-intro-title {
  background-image: url("../images/beauty-intro-title-1.png");
}

.beauty-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  line-height: 2;
}

@media all and (min-width: 960px) {
  .beauty-block {
    grid-template-columns: max(394px, 39.2857142857%) 1fr;
    -moz-column-gap: 3.1428571429%;
         column-gap: 3.1428571429%;
  }
  .beauty-block.--reverse {
    grid-template-columns: 1fr max(394px, 39.2857142857%);
  }
  .beauty-block.--reverse .beauty-block__visual {
    order: 2;
  }
}
.beauty-block__visual {
  width: 100%;
  height: auto;
  aspect-ratio: 550/360;
  border: 2px solid #ccc;
  border-radius: var(--arz_border_radius--lg);
  overflow: hidden;
}
.beauty-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 960px) {
  .beauty-block__content {
    padding-top: 10px;
  }
}
.js-flowup {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s;
}
.js-flowup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

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

.text-gray {
  color: var(--arz_gray);
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[280\/180\]{
  aspect-ratio: 280/180;
}
.aspect-\[296\/214\]{
  aspect-ratio: 296/214;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[326\/260\]{
  aspect-ratio: 326/260;
}
.aspect-\[338\/240\]{
  aspect-ratio: 338/240;
}
.aspect-\[380\/240\]{
  aspect-ratio: 380/240;
}
.aspect-\[505\/340\]{
  aspect-ratio: 505/340;
}
.aspect-\[846\/520\]{
  aspect-ratio: 846/520;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-\[--arz_container_md_width\]{
  max-width: var(--arz_container_md_width);
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.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));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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-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));
}
.self-center{
  align-self: center;
}
.text-wrap{
  text-wrap: wrap;
}
.text-pretty{
  text-wrap: pretty;
}
.rounded-\[--arz_border_radius--xl\]{
  border-radius: var(--arz_border_radius--xl);
}
.border{
  border-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#dfccb8\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 204 184 / var(--tw-border-opacity, 1));
}
.bg-\[\#ede4da\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 228 218 / var(--tw-bg-opacity, 1));
}
.bg-arz-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgb(249 241 232 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-baseline{
  vertical-align: baseline;
}
.font-garamond{
  font-family: Cormorant Garamond, sans-serif;
}
.font-jost{
  font-family: Jost, sans-serif;
}
.font-shippori{
  font-family: Shippori Mincho, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[120px\]{
  font-size: 120px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/none{
  font-size: 1.125rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6{
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/5{
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.text-xs\/none{
  font-size: 0.75rem;
  line-height: 1;
}
.text-xs\/relaxed{
  font-size: 0.75rem;
  line-height: 1.625;
}
.text-xxs{
  font-size: 0.625rem;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}
.text-\[\#774120\]{
  --tw-text-opacity: 1;
  color: rgb(119 65 32 / var(--tw-text-opacity, 1));
}
.text-arz-gray{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-arz-orange{
  --tw-text-opacity: 1;
  color: rgb(228 123 16 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media not all and (min-width: 960px){
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:px-\[\]{
    padding-left: ;
    padding-right: ;
  }
  .max-md\:text-center{
    text-align: center;
  }
  .max-md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media not all and (min-width: 640px){
  .max-sm\:inline-block{
    display: inline-block;
  }
}
@media (min-width: 640px){
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:text-center{
    text-align: center;
  }
}
@media (min-width: 960px){
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-7{
    margin-top: 1.75rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .md\:gap-y-2{
    row-gap: 0.5rem;
  }
  .md\:gap-y-4{
    row-gap: 1rem;
  }
  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\: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));
  }
  .md\: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));
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-2{
    padding-top: 0.5rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-2xl\/none{
    font-size: 1.5rem;
    line-height: 1;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-base\/none{
    font-size: 1rem;
    line-height: 1;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-sm\/9{
    font-size: 0.875rem;
    line-height: 2.25rem;
  }
  .md\:text-sm\/none{
    font-size: 0.875rem;
    line-height: 1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1280px){
  .xl\:mt-10{
    margin-top: 2.5rem;
  }
}