/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@charset "utf-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-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-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[200px\] {
    height: 200px;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-\[\#0003\] {
    background-color: #0003;
  }
  .bg-\[\#F5F7FA\] {
    background-color: #F5F7FA;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-\[url\(\'\/pub\/images\/img_popup_sample\.png\'\)\] {
    background-image: url('/pub/images/img_popup_sample.png');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[position\:50\%_50\%\] {
    background-position: 50% 50%;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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,);
  }
  .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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:animate-ping {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: var(--animate-ping);
      }
    }
  }
  .group-hover\:animate-pulse {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: var(--animate-pulse);
      }
    }
  }
  .group-hover\:animate-spin {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: var(--animate-spin);
      }
    }
  }
  .hover\:animate-pulse {
    &:hover {
      @media (hover: hover) {
        animation: var(--animate-pulse);
      }
    }
  }
  .hover\:font-\[700\] {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: 700;
        font-weight: 700;
      }
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 48rem) {
      padding: 40px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 80rem) {
      font-size: 30px;
    }
  }
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Thin.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-ExtraLight.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Light.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Regular.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Medium.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-SemiBold.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Bold.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-ExtraBold.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-style: normal;
  src: url('/pub/css/font/Pretendard-Black.woff2') format('woff2');
  font-display: auto;
}
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('/pub/css/font/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'RIDIBatang';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/RIDIBatang.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Vujahday Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/vujahdayscript/v10/RWmQoKGA8fEkrIPtSZ3_J7er2dUSBEFuMlY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Vujahday Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/vujahdayscript/v10/RWmQoKGA8fEkrIPtSZ3_J7er2dUSBUFuMlY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Vujahday Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/vujahdayscript/v10/RWmQoKGA8fEkrIPtSZ3_J7er2dUSC0Fu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: block;
  src: url('/pub/css/font/Roboto.woff2') format('woff2-variations'), url('/pub/css/font/Roboto.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'RoyaltyFree';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/pub/css/font/RoyaltyFree.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.container {
  margin-top: 100px;
}
body.ios_safe .container {
  margin-top: calc(100px + var(--safe-top));
}
body {
  --c_iden: #21358D;
}
.c_iden {
  color: #21358D;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  border-bottom: #ffffff1a 1px solid;
  background-color: transparent;
  z-index: 100;
}
.header:before {
  content: "";
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  height: calc(100% - 94px);
  background: #00000080;
  z-index: -1;
  display: none;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 80px;
  height: inherit;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  mask: url('/jpn/pub/images/logo.svg') no-repeat 50% 50% / contain;
  -webkit-mask: url('/jpn/pub/images/logo.svg') no-repeat 50% 50% / contain;
}
.header .logo img {
  opacity: 0;
}
.header .gnb .menu_list {
  display: flex;
  justify-content: center;
}
.header .gnb .menu_item {
  position: relative;
}
.header .gnb .menu_item > a {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 94px;
  padding: 0 30px;
}
.header .gnb .menu_item.on > a {
  color: #21358D;
}
.header .gnb .snb {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  height: 300px;
  background: #fff;
  display: none;
}
.header .gnb .snb .inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}
.header .gnb .snb .inner:after {
  content: "";
  position: absolute;
  top: 48px;
  right: 20px;
  width: 400px;
  aspect-ratio: 31/15;
  background: no-repeat 50% 50% / cover;
}
.header .gnb .snb .gnb_name {
  width: 320px;
  font-size: 48px;
  color: #515151;
  line-height: 1.2;
  letter-spacing: -1.44px;
  font-family: "Palatino Linotype";
}
.header .gnb .snb ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 225px;
  width: 600px;
}
.header .gnb .snb li {
  width: 50%;
}
.header .gnb .menu4 .snb ul {
  height: auto;
}
.header .gnb .snb a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #888;
  line-height: 1.2;
  padding: 12px 0;
}
.header .gnb .snb a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url('/jpn/pub/images/arrow_snb.svg') no-repeat 50% 50%;
  opacity: 0;
  transition: .2s linear;
}
.header .gnb .snb a.on {
  color: #515151;
  font-weight: 500;
}
.header .gnb .snb a.on:after {
  opacity: 1;
}
.header .gnb .menu2 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb01.png');
}
.header .gnb .menu2_hov1 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb01.png');
}
.header .gnb .menu2_hov2 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb02.png');
}
.header .gnb .menu2_hov3 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb03.png');
}
.header .gnb .menu2_hov4 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb04.png');
}
.header .gnb .menu2_hov5 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb05.png');
}
.header .gnb .menu2_hov6 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb06.png');
}
.header .gnb .menu2_hov7 .snb .inner:after {
  background-image: url('/jpn/pub/images/img_snb07.png');
}
.header .langs {
  position: absolute;
  top: 0;
  right: 200px;
}
.header .langs button {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 94px;
  padding-right: 22px;
  text-transform: uppercase;
}
.header .langs button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: #fff;
  mask: url('/jpn/pub/images/arrow_down.svg') no-repeat 50% 50% / contain;
  -webkit-mask: url('/jpn/pub/images/arrow_down.svg') no-repeat 50% 50% / contain;
  transition: .2s linear;
  pointer-events: none;
}
.header .langs.on button:after {
  transform: rotate(180deg);
}
.header .langs .con {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 100px;
  background: #fff;
  padding: 10px;
  text-align: center;
  transform: translateX(-50%);
  border: #ddd 1px solid;
  display: none;
}
.header .langs .con a {
  display: block;
  font-size: 15px;
  color: #888;
  line-height: 30px;
}
.header .langs .con a.on {
  color: #515151;
  font-weight: 500;
}
.header .btn_menu {
  position: absolute;
  top: 0;
  right: 80px;
  width: 80px;
  height: 100%;
  z-index: 10;
}
.header .btn_menu .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #ffffff4d;
  margin-left: -40px;
  border-radius: 2px;
  overflow: hidden;
  transition: .4s linear;
}
.header .btn_menu .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transition: .2s linear;
}
.header .btn_menu .t {
  margin-top: -8px;
}
.header .btn_menu .b {
  margin-top: 4px;
}
.header .btn_menu .t:before {
  width: 75%;
}
.header .btn_menu .b:before {
  width: 50%;
}
.header.fixed {
  background: #fff;
}
.header.fixed .logo,	.header.white .logo {
  background: #21358D;
}
.header.fixed .gnb .menu_item > a,	.header.fixed .langs button,	.header.white .gnb .menu_item > a,	.header.white .langs button {
  color: #515151;
}
.header.fixed .langs button:after,	.header.white .langs button:after {
  background: #515151;
}
.header.fixed .btn_menu .line,	.header.white .btn_menu .line {
  background: #5151514d;
}
.header.fixed .btn_menu .line:before,	.header.white .btn_menu .line:before {
  background: #515151;
}
.header .sitemap {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background: #21358D;
  padding: 94px 40px 0;
  transition: .5s;
}
.header .sitemap .menu_list {
  height: 100%;
  overflow: auto;
  border-top: #fff3 1px solid;
  padding-top: 15px;
}
.header .sitemap .menu_list > li > a,	.header .sitemap .menu_list > li > button {
  position: relative;
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
  padding: 15px 0;
  font-family: "Palatino Linotype";
  width: 100%;
  text-align: left;
}
.header .sitemap .menu_list > li > a i,	.header .sitemap .menu_list > li > button i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.header .sitemap .menu_list > li > a i {
  width: 24px;
  background: url('/jpn/pub/images/icon_outlink.svg') no-repeat 50% 50% / contain;
}
.header .sitemap .menu_list > li > button i {
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .sitemap .menu_list > li > button i:before,	.header .sitemap .menu_list > li > button i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: no-repeat 50% 50% / contain;
}
.header .sitemap .menu_list > li > button i:before {
  background-image: url('/jpn/pub/images/arrow_sitemap_off.svg');
}
.header .sitemap .menu_list > li > button i:after {
  background-image: url('/jpn/pub/images/arrow_sitemap_on.svg');
}
.header .sitemap .menu_list > li > button i:after {
  opacity: 0;
  transform: scaleX(0);
}
.header .sitemap .menu_list > li.open > button i:before,	.header .sitemap .menu_list > li.on > button i:before {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}
.header .sitemap .menu_list > li.open > button i:after,	.header .sitemap .menu_list > li.on > button i:after {
  opacity: 1;
  transform: scaleX(1);
}
.header .sitemap .snb {
  display: none;
}
.header .sitemap .on .snb {
  display: block;
}
.header .sitemap .snb li + li {
  margin-top: 16px;
}
.header .sitemap .snb a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  opacity: .5;
  padding-left: 12px;
}
.header .sitemap .snb a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.header .sitemap .snb a.on {
  opacity: 1;
}
.header.on .btn_menu {
  right: 40px;
}
.header.on .btn_menu .line {
  width: 40px;
  margin-left: -20px;
  background: #fff;
}
.header.on .btn_menu .line:before {
  width: 0;
  opacity: 0;
}
.header.on .btn_menu .t {
  margin-top: -1px;
  transform: rotate(-135deg);
}
.header.on .btn_menu .b {
  margin-top: -1px;
  transform: rotate(135deg);
}
.header.on .sitemap {
  right: 0;
}
.footer {
  position: relative;
  background: #292929;
  padding: 32px 0;
}
.footer #topset {
  position: absolute;
  top: calc(-100vh + 80px);
}
.footer .gotop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 80px;
  aspect-ratio: 1/1;
  background: #fff;
  font-size: 14px;
  color: #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  box-shadow: #0003 0 0 10px;
  z-index: 10;
  transition: none;
}
.footer .gotop:before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: url('/jpn/pub/images/arrow_gotop.svg') no-repeat 50% 50% / contain;
}
.footer.unfixed .gotop {
  position: absolute;
  bottom: calc(100% - 40px);
}
.footer .footer_nav {
  display: flex;
  justify-content: space-between;
}
.footer .footer_nav .term_links li a {
  font-size: 16px;
  color: #fffc;
  font-weight: 500;
  line-height: 48px;
}
.footer .footer_nav .out_links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer .footer_nav .sns_link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .footer_nav .sns_link a {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: no-repeat 50% 50% / contain;
  font-size: 0;
}
.footer .footer_nav .sns_link .i1 {
  background-image: url('/jpn/pub/images/icon_sns01.svg');
}
.footer .footer_nav .sns_link .i2 {
  background-image: url('/jpn/pub/images/icon_sns02.svg');
}
.footer .footer_nav .sns_link .i3 {
  background-image: url('/jpn/pub/images/icon_sns03.svg');
}
.footer .footer_nav .family-site {
  position: relative;
}
.footer .footer_nav .family-site.on {
  z-index: 10;
}
.footer .footer_nav .family-site button {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 48px;
  width: 245px;
  padding: 0 24px;
  background: #ffffff1a;
  border-radius: 24px;
  text-align: left;
}
.footer .footer_nav .family-site button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  aspect-ratio: 1/1;
  background: #fff;
  mask: url('/jpn/pub/images/arrow_down.svg') no-repeat 50% 50%;
  -webkit-mask: url('/jpn/pub/images/arrow_down.svg') no-repeat 50% 50%;
  transform: translateY(-50%);
  transition: .2s linear;
}
.footer .footer_nav .family-site .con {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #3f3f3f;
  border-radius: 24px 24px 0 0;
  padding: 12px 24px;
  display: none;
}
.footer .footer_nav .family-site .con a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  padding: 12px 0;
}
.footer .footer_nav .family-site.on button {
  border-radius: 0 0 24px 24px;
}
.footer .footer_nav .family-site.on button:after {
  transform: translateY(-50%) rotate(180deg);
}
.footer .address {
  border-top: #ffffff1a 1px solid;
  margin-top: 32px;
  padding-top: 32px;
}
.footer .address,	.footer .copy {
  font-size: 15px;
  color: #ffffffb3;
}
.footer .address {
  display: flex;
  justify-content: space-between;
}
.footer .info_list_area {
  width: calc(100% - 440px);
}
.footer .info_list_area:before {
  content: "";
  display: block;
  width: 206px;
  aspect-ratio: 103/40;
  background: #fff3;
  mask: url('/jpn/pub/images/logo.svg') no-repeat 0 0 / contain;
  -webkit-mask: url('/jpn/pub/images/logo.svg') no-repeat 0 0 / contain;
}
.footer .info_list_area .company_name {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin: 32px 0 16px;
}
.footer .info_list_area .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
  overflow: hidden;
}
.footer .info_list_area .info_list li {
  position: relative;
  display: flex;
  gap: 8px;
}
.footer .info_list_area .info_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 10px;
  background: #fff;
  border-radius: 1px;
  transform: translateY(-50%);
}
.footer .info_list_area .info_list li span {
  color: #fff;
  font-weight: 600;
  opacity: .9;
}
.footer .copy {
  display: block;
  margin-top: 16px;
}
.footer .ars_center {
  border: #fff3 1px solid;
  border-radius: 40px;
  padding: 40px;
  color: #fff;
  width: 440px;
}
.footer .ars_center .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  opacity: .9;
}
.footer .ars_center .phone_num {
  display: block;
  font-size: 28px;
  margin: 8px 0 24px;
}
.footer .ars_center .hours {
  font-size: 15px;
}
.footer .ars_center .hours dl {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
  color: #fff;
  opacity: .9;
}
.footer .ars_center .hours dt {
  font-weight: 600;
}
.footer .ars_center .closed {
  opacity: .7;
}
.main_title {
  font-size: 70px;
  color: #515151;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  font-family: "Palatino Linotype";
}
.tit_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: #21358d;
  font-family: "Palatino Linotype";
  margin-bottom: 80px;
}
.tit_btm.mb0 {
  margin-bottom: 0;
}
.tit_btm .vujahday {
  font-size: 36px;
}
.tac {
  text-align: center;
}
svg {
  max-width: 100%;
}
svg path, svg polyline, svg polygon {
  shape-rendering: geometricPrecision;
}
@layer base {
  html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
  }
  body {
    font-family: 'Roboto', 'Pretendard Variable', 'Pretendard', 'Dotum', '돋움', 'Arial', sans-serif;
    width: 100%;
    overflow-x: hidden;
    word-break: keep-all;
    -webkit-text-size-adjust: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  *,*:before,*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :hover {
    -webkit-tap-highlight-color: transparent;
  }
  h1,h2,h3,h4,h5,h6,input,select,textarea,button {
    font-size: inherit;
  }
  input,select,textarea,button {
    font-family: inherit;
    vertical-align: middle;
    box-sizing: border-box;
    color: inherit;
  }
  img,form,iframe,fieldset,table,table th,table td {
    border: 0 none;
  }
  img {
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
  }
  ul,ol {
    list-style: none;
  }
  i,address {
    font-style: normal;
  }
  h1,h2,h3,h4,h5,h6,th,strong {
    font-weight: 700;
  }
  b {
    font-weight: 500;
  }
  iframe {
    display: block;
  }
  sub,sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
  }
  sub {
    bottom: -5px;
  }
  sup {
    top: -5px;
  }
  table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  legend,hr,[hidden],template,caption {
    display: none;
  }
  textarea {
    resize: none;
  }
  label,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="image"] {
    cursor: pointer;
  }
  button[disabled],html input[disabled] {
    cursor: default;
  }
  button,input[type="button"],input[type="reset"],input[type="submit"],input[type="text"],input[type="password"],input[type="tel"],input[type="email"],input[type="search"],textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  button,input[type="button"] {
    display: inline-block;
    font-family: inherit;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    background: transparent;
    border: none;
  }
  :root {
    --vh: 1vh;
  }
  article,aside,figcaption,figure,footer,header,menu,nav,section {
    display: block;
  }
  audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  .poppins {
    font-family: 'Poppins';
  }
  .noto_serif {
    font-family: "Noto Serif KR", serif;
  }
  .font_Palatino {
    font-family: 'Palatino Linotype', 'Lora', serif;
  }
  .vujahday {
    font-family: "Vujahday Script";
  }
  .royalty {
    font-family: 'RoyaltyFree';
  }
  .blind {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
  }
  .show, .block {
    display: block;
  }
  .hide {
    display: none;
  }
  .clr:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .over_h {
    overflow: hidden;
    touch-action: none;
    overflow-scrolling: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right !important;
  }
  .sound_only {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  button,a {
    transition: .2s linear;
    -webkit-tap-highlight-color: transparent;
  }
  .imgfit {
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .imgfit img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .imgfit.contain img {
    width: auto;
    height: auto;
    object-fit: contain;
  }
  span.br {
    display: block;
  }
  .w100p {
    width: 100% !important;
  }
  .height_vh {
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  .blind_link a {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    z-index: 101;
  }
  .blind_link a:active,	.blind_link a:focus {
    top: 0;
    color: #fff;
    background: #000;
  }
  @media print {
    * {
      -webkit-print-color-adjust: exact;
    }
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
  }
  input:-webkit-autofill,	input:-webkit-autofill:hover,	input:-webkit-autofill:focus,	input:-webkit-autofill:active {
    transition: background-color 600000s ease-in-out 0s, color 600000s 0s;
  }
  html.over_h,body.over_h,	html.fancybox-lock, html.fancybox-lock body {
    touch-action: none;
    overflow-scrolling: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
  }
  body.ios_safe {
    --safe-top: constant(safe-area-inset-top);
    --safe-bottom: constant(safe-area-inset-bottom);
    --safe-top: env(safe-area-inset-top);
    --safe-bottom: env(safe-area-inset-bottom);
  }
  input[type="text"],	input[type="password"],	input[type="date"],	select,	textarea {
    max-width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #ddd;
  }
  input[type="text"],	input[type="password"],	input[type="date"],	select {
    height: 40px;
    padding-inline: 10px;
    padding-block: calc(var(--spacing) * 0);
  }
  select {
    appearance: none;
    background-color: var(--color-white);
    background: url('/pub/images/arrow_select.svg') no-repeat right 10px center / 10px;
  }
  textarea {
    padding: 10px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid #fff;
  }
  ::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  }
  .transition {
    transition: all 0.2s linear;
  }
  .h-full-vh {
    height: calc(var(--vh, 1vh) * 100);
  }
  .min-h-full-vh {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@layer components {
  .inner {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container {
    margin-inline: auto;
  }
  .flex-center-start {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .colm {
    flex-direction: column;
  }
  .dots_list li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    --tw-leading: 20px;
    line-height: 20px;
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: 8px;
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1);
    }
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1);
    }
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .tbl {
    border-top: #000 2px solid;
    text-align: center;
    font-size: 15px;
  }
  .tbl table th,	.tbl table td {
    border-bottom: #ddd 1px solid;
    padding: 10px 0;
  }
  .tal {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tbl a {
    display: inline-block;
    max-width: 100%;
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: 700;
        font-weight: 700;
      }
    }
  }
  .board_top {
    margin-bottom: calc(var(--spacing) * 6);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      align-items: center;
    }
    @media (width >= 48rem) {
      justify-content: space-between;
    }
    @media (width >= 48rem) {
      gap: 0;
    }
  }
  .board_total {
    display: flex;
    gap: 5px;
    font-size: 16px;
    color: #222;
  }
  .board_total strong.c_iden {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #39B54A;
  }
  .board_top .search_area {
    position: relative;
    height: 48px;
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #ddd;
    padding-right: 56px;
    &:focus-within {
      border-color: #000;
    }
    @media (width >= 48rem) {
      height: 60px;
    }
    @media (width >= 48rem) {
      width: 390px;
    }
  }
  .board_top .search_area input[type="text"] {
    height: 100%;
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-left: 16px;
    --tw-outline-style: none;
    outline-style: none;
  }
  .board_top .search_area .btn {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    height: 100%;
    width: 56px;
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding: calc(var(--spacing) * 0);
    font-size: 0px;
    background: url('/pub/images/btn_search.svg') no-repeat 50% 50%;
  }
  .board_bottom {
    margin-top: calc(var(--spacing) * 10);
  }
  .board_bottom .btns {
    margin-bottom: calc(var(--spacing) * 10);
    display: flex;
    justify-content: flex-end;
  }
  .paging {
    margin-top: calc(var(--spacing) * 20);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .paging a,	.paging span.arrow {
    display: block;
    aspect-ratio: 1/1;
    width: calc(var(--spacing) * 7);
    text-align: center;
    font-size: 16px;
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
    color: #222;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 9);
    }
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .paging a:not(.arrow) {
    &:hover {
      @media (hover: hover) {
        background-color: #515151;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .paging a.on {
    background-color: #515151;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  .paging .arrow {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .paging .two {
    background-image: url('/pub/images/page_two.svg');
  }
  .paging .one {
    background-image: url('/pub/images/page_one.svg');
  }
  .paging .prev {
    margin-right: 5px;
    @media (width >= 48rem) {
      margin-right: 10px;
    }
  }
  .paging .next {
    margin-left: 5px;
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    @media (width >= 48rem) {
      margin-left: 10px;
    }
  }
  .paging .last {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .board_write {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: #222;
  }
  .board_view img {
    height: auto !important;
  }
  .board_view_title {
    margin-bottom: calc(var(--spacing) * 6);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #E6E6E6;
    padding-bottom: calc(var(--spacing) * 6);
    text-align: center;
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .board_view_title .type {
    margin-bottom: 10px;
    display: flex;
    display: inline-block;
    gap: calc(var(--spacing) * 1);
    background-color: #E9EBF4;
    padding-inline: calc(var(--spacing) * 3);
    font-size: 13px;
    --tw-leading: 28px;
    line-height: 28px;
    color: #21358D;
    @media (width >= 48rem) {
      margin-bottom: 15px;
    }
    @media (width >= 48rem) {
      font-size: 15px;
    }
    @media (width >= 64rem) {
      margin-bottom: 25px;
    }
    @media (width >= 64rem) {
      font-size: 16px;
    }
    font-family: 'Palatino Linotype', 'Lora';
  }
  .board_view_title .tit {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: 20px;
    --tw-leading: 26px;
    line-height: 26px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    overflow-wrap: break-word;
    color: #222;
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
    @media (width >= 48rem) {
      font-size: 28px;
    }
    @media (width >= 48rem) {
      --tw-leading: 34px;
      line-height: 34px;
    }
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
    @media (width >= 64rem) {
      font-size: 32px;
    }
    @media (width >= 64rem) {
      --tw-leading: 46px;
      line-height: 46px;
    }
  }
  .board_view_title .date {
    font-size: 13px;
    color: #666;
    @media (width >= 48rem) {
      font-size: 15px;
    }
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .board_biew_con {
    padding-bottom: calc(var(--spacing) * 10);
    font-size: 14px;
    --tw-leading: 1.3;
    line-height: 1.3;
    overflow-wrap: break-word;
    color: #666;
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 15);
    }
    @media (width >= 48rem) {
      font-size: 16px;
    }
    @media (width >= 48rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .board_biew_con img {
    height: auto;
    max-width: 100%;
  }
  .view_file {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
    padding-top: calc(var(--spacing) * 10);
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .view_file a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
    padding: calc(var(--spacing) * 4);
    padding-left: 52px;
    font-size: 13px;
    --tw-leading: 28px;
    line-height: 28px;
    color: #222;
    @media (width >= 48rem) {
      font-size: 15px;
    }
    @media (width >= 64rem) {
      font-size: 16px;
    }
    background: #F8F8F8 url('/pub/images/icon_down.svg') no-repeat 24px 50%;
  }
  .board_btm {
    position: relative;
    margin-top: calc(var(--spacing) * 6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: #E6E6E6;
    padding-top: calc(var(--spacing) * 0);
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .board_btm .arrow {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    --tw-leading: 50px;
    line-height: 50px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: #21358D;
      }
    }
    @media (width >= 48rem) {
      position: absolute;
    }
    @media (width >= 48rem) {
      width: calc(50% - 100px);
    }
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    @media (width >= 48rem) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .board_btm .arrow:before {
    content: "";
    position: absolute;
    top: calc(1/2 * 100%);
    aspect-ratio: 1 / 1;
    width: 30px;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #ebebeb;
    background: url('/pub/images/arrow_page.svg') no-repeat 50% 50%;
  }
  .board_btm .prev {
    left: calc(var(--spacing) * 0);
    padding-left: 40px;
    @media (width >= 48rem) {
      padding-left: 46px;
    }
  }
  .board_btm .prev:before {
    left: calc(var(--spacing) * 0);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: calc(-90deg * -1);
    @media (width >= 48rem) {
      rotate: calc(0deg * -1);
    }
  }
  .board_btm .next {
    right: calc(var(--spacing) * 0);
    padding-left: 40px;
    @media (width >= 48rem) {
      padding-right: 46px;
    }
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .board_btm .next:before {
    left: calc(var(--spacing) * 0);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    rotate: calc(90deg * -1);
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
    @media (width >= 48rem) {
      left: auto;
    }
    @media (width >= 48rem) {
      --tw-scale-x: calc(100% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    @media (width >= 48rem) {
      rotate: calc(0deg * -1);
    }
  }
  .board_btm .btn {
    display: flex;
    height: 48px;
    width: 160px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 48rem) {
      height: 54px;
    }
    @media (width >= 48rem) {
      width: 180px;
    }
    @media (width >= 64rem) {
      height: 60px;
    }
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .board_btm .btn_list {
    margin-top: calc(var(--spacing) * 10);
    background-color: #21358D;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: #fff;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: #21358D;
      }
    }
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .board_btm .btn_wkk {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .board_write th,	.board_write td {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #ccc;
    padding-block: calc(var(--spacing) * 4);
  }
  .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 24px;
  }
  .gallery_list li {
    width: calc((100% - 72px)/4);
  }
  .gallery_list a {
    font-family: 'Roboto';
  }
  .gallery_list .imgfit {
    display: block;
    aspect-ratio: 307/205;
  }
  .gallery_list .txt {
    display: block;
    padding-top: calc(var(--spacing) * 4);
  }
  .gallery_list .txt span {
    display: block;
  }
  .gallery_list .txt .tt {
    display: block;
    font-size: 24px;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: 700;
    font-weight: 700;
    color: #515151;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, 'RIDIBatang', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .gallery_list .txt p {
    margin-top: 12px;
    font-size: 18px;
    color: #464C53;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .gallery_list .txt .date {
    margin-top: 12px;
    display: block;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-top-color: #E6E8EA;
    padding-top: 12px;
    font-size: 16px;
    color: #6D7882;
  }
  .btns_btm {
    margin-top: 80px;
    display: flex;
    justify-content: center;
  }
  .btns_btm.mt6 {
    margin-top: 60px;
  }
  .btns_btm.flex_center {
    gap: calc(var(--spacing) * 4);
  }
  .btn {
    display: flex;
    height: 40px;
    width: 240px;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: 20px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: solid;
    border-style: solid;
    font-size: 13px;
    --tw-leading: 38px;
    line-height: 38px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 48rem) {
      font-size: 15px;
    }
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .btn_wkk {
    border-color: #222 !important;
    background-color: #222;
    color: var(--color-white);
  }
  .btn_kwk {
    border-color: #222 !important;
    background-color: var(--color-white);
    color: #222;
  }
  .btn_wbb {
    border-color: #0E4A84;
    background-color: #0E4A84;
    color: var(--color-white);
  }
  .btn_kwa {
    border-color: #ccc !important;
    background-color: var(--color-white);
    color: #222;
  }
  .btn_disabled {
    pointer-events: none;
    border-color: #ccc !important;
    background-color: #f8f8f8 !important;
    color: #999 !important;
  }
  .btn_modify, .btn_delete, .btn_write {
    gap: calc(var(--spacing) * 2);
  }
  .btn_modify:after, .btn_delete:after, .btn_write:after,	.btn_print:after, .btn_download:after, .btn_payment:after {
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
    width: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .btn_modify:after {
    background-image: url('/pub/images/btn_modify.svg');
  }
  .btn_delete:after {
    background-image: url('/pub/images/btn_delete.svg');
  }
  .btn_write:after {
    background-image: url('/pub/images/btn_write_w.svg');
  }
  .btn_print:after, .btn_download:after {
    background-color: currentcolor;
    mask: no-repeat 50% 50% / contain;
    -webkit-mask: no-repeat 50% 50% / contain;
  }
  .btn_print:after {
    mask-image: url('/pub/images/btn_print.svg');
    -webkit-mask-image: url('/pub/images/btn_print.svg');
  }
  .btn_download:after {
    mask-image: url('/pub/images/btn_download.svg');
    -webkit-mask-image: url('/pub/images/btn_download.svg');
  }
  .btn_payment {
    margin-left: calc(var(--spacing) * 2);
    height: 44px;
    width: auto;
    gap: calc(var(--spacing) * 2);
    border-radius: 22px;
    padding-inline: 30px;
    font-size: 16px;
    --tw-leading: 44px;
    line-height: 44px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .btn_payment:after {
    height: 15px;
    width: 19px;
    background-image: url('/pub/images/icon_payment.svg');
  }
  .btn_disabled:after {
    background-color: #999 !important;
  }
  @media screen and (min-width:1024px) {
    .gallery_list a:hover .txt .tt {
      text-decoration: underline;
    }
    .btn_wkk:hover {
      border-color: #444 !important;
      background-color: #444;
      color: #eee;
    }
    .btn_kwk:hover {
      border-color: #444 !important;
      background-color: #eee;
      color: #444;
    }
    .btn_wbb:hover {
      border-color: #013669;
      background-color: #013669;
      color: #eee;
    }
  }
  @media screen and (max-width:1023px) {
    .gallery_list {
      gap: 60px 20px;
    }
    .gallery_list li {
      width: calc((100% - 60px)/4);
    }
    .gallery_list .txt {
      padding-top: calc(var(--spacing) * 3);
    }
    .gallery_list .txt .tt {
      font-size: 22px;
    }
    .gallery_list .txt p {
      margin-top: 10px;
      font-size: 16px;
    }
    .gallery_list .txt .date {
      margin-top: 10px;
      padding-top: 10px;
      font-size: 15px;
    }
  }
  @media screen and (min-width:768px) {
    .mo_vw {
      display: none !important;
    }
  }
  @media screen and (max-width:767px) {
    .gallery_list {
      gap: 40px 10px;
    }
    .gallery_list li {
      width: calc(50% - 5px);
    }
    .gallery_list .txt {
      padding-top: calc(var(--spacing) * 2);
    }
    .gallery_list .txt .tt {
      font-size: 20px;
    }
    .gallery_list .txt p {
      margin-top: 8px;
      font-size: 14px;
    }
    .gallery_list .txt .date {
      margin-top: 8px;
      padding-top: 8px;
      font-size: 13px;
    }
  }
}
.mcon {
  padding: 120px 0;
  overflow: hidden;
}
.mcon.pb0 {
  padding-bottom: 0;
}
.mcon .inner {
  position: relative;
}
.mcon .more {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 18px;
  color: #21358D;
  line-height: 48px;
  height: 50px;
  padding: 0 32px;
  border-radius: 25px;
  border: #21358D 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.mcon .more:after {
  content: "";
  width: 8px;
  height: 14px;
  background: #21358D;
  mask: url('/jpn/pub/images/arrow_more.svg') no-repeat 50% 50% / contain;
  -webkit-mask: url('/jpn/pub/images/arrow_more.svg') no-repeat 50% 50% / contain;
  transition: .2s linear;
}
.mvisual {
  position: relative;
  overflow: hidden;
}
.mvisual,	.mvisual .swiper-slide {
  height: 613px;
  overflow: hidden;
}
.mvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvisual .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 95px;
  pointer-events: none;
  user-select: none;
}
.mvisual .pagination {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.mvisual .pagination .swiper-pagination-bullet,	.mvisual .pagination .swiper-pagination-bullet:before {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: none;
  transition: .2s linear;
}
.mvisual .pagination .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  border: #ffffff4a 0px solid;
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
  margin: 0 !important;
}
.mvisual .pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  background: #fff;
  transform: translate(-50%,-50%);
  opacity: .4;
}
.mvisual .pagination .swiper-pagination-bullet-active {
  border-width: 2px;
  background: none;
}
.mvisual .pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.mvisual p {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.main_product {
  background: #F5F7FA;
}
.main_product .tit_btm {
  margin-bottom: 0;
}
.product_slide_wrap,	.product_slide_txt,	.product_slide_img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.product_slide_wrap {
  gap: 80px;
  align-items: center;
  max-height: calc(100vh - 217px);
}
.product_slide_txt {
  width: 700px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}
.product_slide_txt .logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 70px;
}
.product_slide_txt .logo img {
  max-height: 30px;
}
.product_slide_txt .logo.logo_density img {
  max-height: 59px;
}
.product_slide_txt .logo.logo_potenza img {
  max-height: 20px;
}
.product_slide_txt p {
  font-size: 20px;
  color: #464C53;
  line-height: 1.6;
  margin-top: 44px;
}
.product_slide_txt_area .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  color: #1E212466;
  line-height: 1.2;
}
.product_slide_txt_area .pagination .currentClass {
  color: #1E2124;
}
.product_slide_txt_area .arrows {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.product_slide_txt_area .arrow {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff url('/pub/images/arrow_slide.svg') no-repeat 50% 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0 4px 20px;
  font-size: 0;
}
.product_slide_txt_area .next {
  transform: scaleX(-1);
}
.product_slide_img {
  width: 340px;
  align-items: flex-end;
}
.product_slide_img .swiper-wrapper {
  align-items: flex-end;
}
.treatment_marquee {
  overflow: hidden;
}
.marquee-wrapper {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-content {
  display: flex;
  flex-shrink: 0;
}
.marquee-content {
  display: flex;
  flex-shrink: 0;
  gap: .5rem;
  padding: 0 0.25rem;
}
.marquee-item {
  position: relative;
  width: 400px;
  aspect-ratio: 4/5;
  flex-shrink: 0;
  border: #fff 1px solid;
  background: #fff;
  margin: 0 -1rem;
}
.marquee-item .pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.marquee-item .pointer i {
  position: absolute;
}
.marquee-item .pointer i[class*="t"] {
  top: 0;
}
.marquee-item .pointer i[class*="b"] {
  bottom: 0;
}
.marquee-item .pointer i[class*="l"] {
  left: 0;
}
.marquee-item .pointer i[class*="r"] {
  right: 0;
}
.marquee-item.shape-1 .pointer .tl,	.marquee-item.shape-2 .pointer .bl {
  left: 10%;
}
.marquee-item.shape-1 .pointer .tr,	.marquee-item.shape-2 .pointer .br {
  right: 10%;
}
.marquee-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.marquee-item path,	.marquee-item polygon {
  fill: none;
  stroke: #ccc;
  stroke-width: 0.5px;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.marquee-item .img {
  padding: 1px;
}
.marquee-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.marquee-item.shape-1 {
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
}
.marquee-item.shape-2 {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.marquee-item .txt {
  text-align: center;
  padding: 32px;
  font-size: 24px;
  color: #515151;
  font-weight: 700;
}
.marquee-item .txt i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 0 auto 10px;
}
.marquee-item .txt strong {
  font-family: 'Palatino Linotype', 'Lora';
}
.company_area {
  position: relative;
  background: url('/pub/images/bg_maincompany1.jpg') no-repeat 50% 50% / cover;
  transition: .2s linear;
}
.company_area.bg_image1 {
  background-image: url('/pub/images/bg_maincompany1.jpg');
}
.company_area.bg_image2 {
  background-image: url('/pub/images/bg_maincompany2.jpg');
}
.company_area.bg_image3 {
  background-image: url('/pub/images/bg_maincompany3.jpg');
}
.company_area.bg_image4 {
  background-image: url('/pub/images/bg_maincompany4.jpg');
}
.company_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  mix-blend-mode: multiply;
}
.company-list {
  display: flex;
  justify-content: center;
  padding: 0 2%;
  height: calc(100vh - 281px);
}
.company-item {
  position: relative;
  flex: 1 1 25%;
  padding: 4rem 2rem;
  text-align: center;
  margin: 0 -2%;
  color: #ffffff80;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  transition: .2s linear;
}
.company-item dl {
  padding: 0 20px;
}
.company-item dl dt {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Palatino Linotype', 'Lora';
}
.company-item dl dd {
  font-size: 20px;
  margin-top: 24px;
}
.company-item.shape-wide-top {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.company-item.shape-narrow-top {
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
}
.company-item:first-child {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.company-item:last-child {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.company_area.bg_image1 .company1,	.company_area.bg_image2 .company2,	.company_area.bg_image3 .company3,	.company_area.bg_image4 .company4 {
  color: #fff;
}
.border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  fill: none;
  stroke: #ccc;
  stroke-width: 1px;
  pointer-events: none;
  vector-effect: non-scaling-stroke;
}
.border-svg polyline {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
  transition: stroke 0.4s ease;
  opacity: .3;
}
.main_gall_wrap .gallery_list {
  min-width: 100%;
  flex-wrap: nowrap;
}
.main_gall_wrap .gallery_list li {
  width: calc((100% - 72px)/4) !important;
}
.main_gall_wrap .gallery_list .txt {
  padding-top: 30px;
}
.main_gall_wrap .gallery_list .txt p {
  height: 54px;
  -webkit-line-clamp: 2;
}
.main_worldwide {
  background: #F5F7FA;
}
.main_worldwide svg {
  height: auto !important;
  max-height: calc(100vh - 300px);
  margin: 0 auto;
}
.main_worldwide .world {
  transform: translateY(50px);
  opacity: 0;
  transition: .5s linear;
}
.main_worldwide.start .world {
  transform: translate(0);
  opacity: 1;
}
.main_worldwide .world[class*="world_a"] {
  cursor: pointer;
  pointer-evevts: bounding-box;
}
.main_worldwide .world_a2 {
  transition-delay: .2s;
}
.main_worldwide .world_a3 {
  transition-delay: .3s;
}
.main_worldwide .world_a4 {
  transition-delay: .4s;
}
.main_worldwide .world_a5 {
  transition-delay: .5s;
}
.main_worldwide .world_b1 {
  transition-delay: .4s;
}
.main_worldwide .world_b2 {
  transition-delay: .5s;
}
.main_worldwide .world_b3 {
  transition-delay: .6s;
}
.main_worldwide .world_b4 {
  transition-delay: .7s;
}
.main_contactus {
  background: url('/pub/images/bg_main_contactus.jpg') no-repeat 50% 50% / cover;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.main_contactus .main_title {
  color: #fff;
}
.main_contactus p {
  font-size: 20px;
  margin: 16px 0 32px;
}
.main_contactus .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main_contactus a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  height: 50px;
  width: 230px;
  border-radius: 25px;
  border: #fff 1px solid;
}
.main_contactus a:after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: #fff;
  mask: url('/pub/images/arrow_more.svg') no-repeat 50% 50%;
  -webkit-mask: url('/pub/images/arrow_more.svg') no-repeat 50% 50%;
}
.svisual {
  position: relative;
  height: 490px;
  padding-top: 30px;
  background: no-repeat 50% 50% / cover;
}
body.ios_safe .svisual {
  margin-top: var(--safe-top);
}
.svisual.g01 {
  background-image: url('/jpn/pub/images/img_svisual01.jpg');
}
.svisual.g02 {
  background-image: url('/jpn/pub/images/img_svisual02.jpg');
}
.svisual.g03 {
  background-image: url('/jpn/pub/images/img_svisual03.jpg');
}
.svisual.g04 {
  background-image: url('/jpn/pub/images/img_svisual04.jpg');
}
.svisual.g05 {
  background-image: url('/jpn/pub/images/img_svisual05.jpg');
}
.svisual.g09 {
  background-image: url('/jpn/pub/images/img_svisual09.jpg');
}
.svisual .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.svisual .tit {
  font-size: 68px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: 'Palatino Linotype', 'Lora';
}
.svisual .lnb_area {
  position: absolute;
  bottom: 48px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.svisual .lnb_area .home {
  width: 18px;
  height: 15px;
  background: url('/jpn/pub/images/icon_home.svg') no-repeat 50% 50% / contain;
}
.svisual .lnb_area .menu_group {
  position: relative;
}
.svisual .lnb_area .menu_group:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 4px;
  height: 4px;
  background: #ffffff80;
  border-radius: 50%;
  transform: translateY(-50%);
}
.svisual .lnb_area .trigger {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding-right: 42px;
}
.svisual .lnb_area .trigger:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: url('/jpn/pub/images/arrow_aside.svg') no-repeat 50% 50% / contain;
  transition: .2s linear;
}
.svisual .lnb_area .menu_group.on .trigger:after {
  transform: rotate(180deg);
}
.svisual .lnb_area .dropdown_list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 160px;
  background: #0009;
  border-radius: 4px;
  padding: 10px;
  display: none;
}
.svisual .lnb_area .dropdown_list a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
}
.container_wrap {
  padding-bottom: 200px;
  min-height: 100vh;
}
.container_wrap.pb0 {
  padding-bottom: 0;
}
.container_wrap .inner {
  max-width: 1340px;
}
.scon {
  padding: 120px 0;
}
.scon.pt0 {
  padding-top: 0;
}
.scon.pb0 {
  padding-bottom: 0;
}
.main_title.mb {
  margin-bottom: 80px;
}
.bg_blue {
  background: #F5F7FA;
}
.wbox {
  background: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  margin-top: 40px;
}
.sub_worldwide01 svg {
  height: auto;
}
.sub_worldwide01 .world {
  transform: translateY(50px);
  opacity: 0;
  transition: .5s linear;
  pointer-events: none;
}
.sub_worldwide01.start .world {
  transform: translate(0);
  opacity: 1;
}
.sub_worldwide01 .world_a2 {
  transition-delay: .2s;
}
.sub_worldwide01 .world_a3 {
  transition-delay: .3s;
}
.sub_worldwide01 .world_a4 {
  transition-delay: .4s;
}
.sub_worldwide01 .world_a5 {
  transition-delay: .5s;
}
.sub_worldwide01 .world_b1 {
  transition-delay: .4s;
}
.sub_worldwide01 .world_b2 {
  transition-delay: .5s;
}
.sub_worldwide01 .world_b3 {
  transition-delay: .6s;
}
.sub_worldwide01 .world_b4 {
  transition-delay: .7s;
}
.sub_worldwide02 .global-network-detail {
  display: flex;
  justify-content: space-between;
  gap: 98px;
}
.sub_worldwide02 .global-network-detail > li {
  position: relative;
}
.sub_worldwide02 .global-network-detail > li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -49px;
  width: 1px;
  height: 100%;
  border-left: #ddd 1px dashed;
}
.sub_worldwide02 .global-network-detail h3 {
  font-size: 30px;
  color: #515151;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: 'Palatino Linotype', 'Lora';
}
.sub_worldwide02 .global-network-detail li ul {
  display: grid;
  gap: 16px;
}
.sub_worldwide02 .global-network-detail li.line1 ul {
  grid-template-columns: repeat(1, 1fr);
}
.sub_worldwide02 .global-network-detail li.line2 ul {
  grid-template-columns: repeat(2, 1fr);
}
.sub_worldwide02 .global-network-detail li.line3 ul {
  grid-template-columns: repeat(3, 1fr);
}
.sub_worldwide02 .global-network-detail li li {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.sub_worldwide03 svg {
  height: auto;
}
.sub_worldwide04 .location_area {
  display: flex;
}
.sub_worldwide04 .location_area .map {
  width: 50.77%;
}
.sub_worldwide04 .location_area .map iframe {
  max-width: 100%;
}
.sub_worldwide04 .location_list {
  width: 49.23%;
  background: #ddd 1px solid;
  padding: 23px 8px 23px 30px;
  background: #fff;
}
.sub_worldwide04 .scroll_list {
  padding-right: 16px;
  height: 370px;
  overflow-y: scroll;
}
.sub_worldwide04 .scroll_list li {
  padding: 24px 0;
}
.sub_worldwide04 .scroll_list li:first-child {
  padding-top: 0;
}
.sub_worldwide04 .scroll_list li:last-child {
  padding-bottom: 0;
}
.sub_worldwide04 .scroll_list li + li {
  border-top: #ddd 1px solid;
}
.sub_worldwide04 .scroll_list li .tit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.sub_worldwide04 .scroll_list li .tit strong {
  font-size: 24px;
  color: #666;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Palatino Linotype', 'Lora';
}
.sub_worldwide04 .scroll_list li .tit .link {
  width: 30px;
  height: 30px;
  background: #21358D url('/jpn/pub/images/icon_link.svg') no-repeat 50% 50%;
  border-radius: 50%;
  font-size: 0;
}
.sub_worldwide04 .scroll_list li p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  padding-left: 32px;
  background: url('/jpn/pub/images/icon_mappoint.svg') no-repeat 0 0;
}
.svisual.g02 {
  height: 687px;
  overflow: hidden;
}
.svisual.g02 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}
.mojo_aos {
  transform: translateY(100px);
  animation: mojo_aos 1s forwards;
}
@keyframes mojo_aos {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.svisual.g02 .img_item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  animation: mojo_aos2 2s forwards;
  animation-delay: .8s;
}
@keyframes mojo_aos2 {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.svisual.g02 .img_item img {
  max-height: calc(100% - 104px);
  margin: 0 auto;
}
.svisual.g02.s01 {
  background: linear-gradient(180deg, #FDFBF9 19.1%, #EFEAE5 87.31%);
}
.svisual.g02.s01 .bg {
  background: linear-gradient(180deg, #EFEAE500 0%, #EFEAE580 100%);
}
.svisual.g02.s02 {
  background: linear-gradient(180deg, #F6FAFB 19.1%, #D4E7EB 87.31%);
}
.svisual.g02.s02 .bg {
  background: linear-gradient(180deg, #D4E7EB00 0%, #D4E7EB80 100%);
}
.svisual.g02.s03 {
  background: linear-gradient(180deg, #FEF9F6 46.87%, #E1CDC2 112.66%);
}
.svisual.g02.s03 .bg {
  background: linear-gradient(180deg, #E1CDC200 0%, #E1CDC2cc 100%);
}
.svisual.g02.s04 {
  background: linear-gradient(180deg, #FFFAF1 -11.06%, #FFF 23.52%, #CEE0EE 161.86%);
}
.svisual.g02.s04 .bg {
  background: linear-gradient(180deg, rgba(206, 224, 238, 0) 0%, #CEE0EE 84.54%);
}
.svisual.g02.s05 {
  background: linear-gradient(180deg, #FFF 25.04%, #D7DCE2 88.24%, #D4D8E1 122.27%);
}
.svisual.g02.s05 .bg {
  background: linear-gradient(180deg, #D4D8E100 0%, #D4D8E1cc 100%);
}
.svisual.g02.s06 {
  background: linear-gradient(180deg, #FFF 19.51%, #FADEDB 110.33%);
}
.svisual.g02.s06 .bg {
  background: linear-gradient(180deg, #FADEDB00 0%, #FADEDBcc 100%);
}
.svisual.g02.s07 {
  background: linear-gradient(180deg, #F5F0F1 1.75%, #F1F5F6 36.14%, #DADDE1 100%);
}
.svisual.g02.s07 .bg {
  background: linear-gradient(180deg, #F1F5F600 0%, #F1F5F6cc 100%);
}
.svisual.g02:before,	.svisual.g02:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: no-repeat 50% 50% / contain;
  filter: blur(5px);
  z-index: 0;
  animation: mojo_aos 1s forwards;
  opacity: 0;
}
.svisual.g02:after {
  transform: scaleY(-1);
}
.svisual.g02.s01:before,.svisual.g02.s01:after {
  background-image: url('/jpn/pub/images/txt_svisual21.svg');
  height: 200px;
}
.svisual.g02.s01:before {
  bottom: 115px;
  opacity: 0.7;
}
.svisual.g02.s01:after {
  bottom: -85px;
  opacity: 0.38;
}
.svisual.g02.s02:before,.svisual.g02.s02:after {
  background-image: url('/jpn/pub/images/txt_svisual22.svg');
  height: 141px;
}
.svisual.g02.s02:before {
  bottom: 97px;
  opacity: 0.6;
}
.svisual.g02.s02:after {
  bottom: -56px;
  opacity: 0.2;
}
.svisual.g02.s03:before,.svisual.g02.s03:after {
  background-image: url('/jpn/pub/images/txt_svisual23.svg');
  height: 245px;
}
.svisual.g02.s03:before {
  bottom: 113px;
  opacity: 0.8;
}
.svisual.g02.s03:after {
  bottom: -145px;
  opacity: 0.5;
}
.svisual.g02.s04:before,.svisual.g02.s04:after {
  background-image: url('/jpn/pub/images/txt_svisual24.svg');
  height: 409px;
}
.svisual.g02.s04:before {
  bottom: 114px;
  opacity: 0.8;
}
.svisual.g02.s04:after {
  bottom: -310px;
  opacity: 0.5;
}
.svisual.g02.s05:before,.svisual.g02.s05:after {
  background-image: url('/jpn/pub/images/txt_svisual25.svg');
  height: 266px;
}
.svisual.g02.s05:before {
  bottom: 114px;
  opacity: 0.8;
}
.svisual.g02.s05:after {
  bottom: -165px;
  opacity: 0.5;
}
.svisual.g02.s06:before,.svisual.g02.s06:after {
  background-image: url('/jpn/pub/images/txt_svisual26.svg');
  height: 215px;
}
.svisual.g02.s06:before {
  bottom: 116px;
  opacity: 0.8;
}
.svisual.g02.s06:after {
  bottom: -90px;
  opacity: 0.5;
}
.svisual.g02.s07:before,.svisual.g02.s07:after {
  background-image: url('/jpn/pub/images/txt_svisual27.svg');
  height: 275px;
}
.svisual.g02.s07:before {
  bottom: 116px;
  opacity: 0.8;
}
.svisual.g02.s07:after {
  bottom: -185px;
  opacity: 0.5;
}
.container_wrap.g02 {
  background: #FDFBF9;
}
.sub_product {
  padding-bottom: 160px;
  animation-delay: 1.8s;
  opacity: 0;
}
.sub_product.pt {
  padding-top: 160px;
}
.sub_product p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
.tit_product {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.tit_product strong {
  font-size: 48px;
  color: #515151;
  font-family: 'Palatino Linotype', 'Lora';
}
.tit_product span {
  position: relative;
  font-size: 56px;
  font-weight: 400;
  font-family: "Vujahday Script";
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.g02.s01 .tit_product span {
  background: linear-gradient(98deg, #0F7A6D 17.59%, #003B55 106.79%);
}
.g02.s02 .tit_product span {
  background: linear-gradient(98deg, #18ABAD 17.59%, #007476 106.79%);
}
.g02.s03 .tit_product span {
  background: linear-gradient(90deg, #EA531A 0%, #DA3C00 100%);
}
.g02.s04 .tit_product span {
  background: #FFA631;
}
.g02.s05 .tit_product span {
  background: #17509B;
}
.g02.s06 .tit_product span {
  background: #730021;
}
.g02.s07 .tit_product span {
  background: #E60012;
}
.tit_product span:before {
  content: "";
  position: absolute;
  mask: no-repeat 100% 50% / contain;
  pointer-events: none;
}
.g02.s01 .tit_product span:before {
  background: #0B5B60;
}
.g02.s02 .tit_product span:before {
  background: #18ABAD;
}
.g02.s03 .tit_product span:before {
  background: #EA531A;
}
.g02.s04 .tit_product span:before {
  background: #FFA631;
}
.g02.s05 .tit_product span:before {
  background: #17509B;
}
.g02.s06 .tit_product span:before {
  background: #730021;
}
.g02.s07 .tit_product span:before {
  background: #E60012;
}
.tit_product span.t1:before {
  width: 100%;
  height: 82px;
  bottom: 0;
  right: 0;
  mask-image: url('/jpn/pub/images/icon_tit_product01.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product01.svg');
}
.tit_product span.t1_1:before {
  width: 125px;
  height: 63px;
  bottom: 0;
  right: 0;
  mask-image: url('/jpn/pub/images/icon_tit_product01_1.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product01_1.svg');
}
.tit_product span.t1_2:before {
  width: 154px;
  height: 79px;
  bottom: 0;
  right: 0;
  mask-image: url('/jpn/pub/images/icon_tit_product01_2.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product01_2.svg');
}
.tit_product span.t2 {
  margin-right: 30px;
}
.tit_product span.t2:before {
  width: 140%;
  height: 82px;
  top: 55%;
  left: 50%;
  mask-image: url('/jpn/pub/images/icon_tit_product02.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product02.svg');
  transform: translate(-50%,-50%);
}
.tit_product span.t2_1:before {
  width: 110%;
  min-width: 240px;
  height: 40px;
  bottom: 0;
  left: 55%;
  mask-image: url('/jpn/pub/images/icon_tit_product02_1.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product02_1.svg');
  transform: translateX(-50%);
}
.tit_product span.t3:before {
  width: 100%;
  height: 82px;
  bottom: 0;
  right: -18px;
  mask-image: url('/jpn/pub/images/icon_tit_product03.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product03.svg');
}
.tit_product span.t3_1:before {
  width: 128px;
  height: 75px;
  bottom: 0;
  right: -35px;
  mask-image: url('/jpn/pub/images/icon_tit_product03_1.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product03_1.svg');
}
.tit_product span.t4:before {
  width: 110%;
  height: 82px;
  right: 0;
  mask-image: url('/jpn/pub/images/icon_tit_product04.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product04.svg');
}
.tit_product span.t5:before {
  width: 47px;
  height: 47px;
  top: -30px;
  right: -42px;
  mask-image: url('/jpn/pub/images/icon_tit_product05.svg');
  -webkit-mask-image: url('/jpn/pub/images/icon_tit_product05.svg');
}
.tit_product span.mr5 {
  margin-right: 50px;
}
.tit_product span.mr2 {
  margin-right: 20px;
}
.tit_product span.ml3 {
  margin-left: 30px;
}
.tit_product span.ml2 {
  margin-left: 20px;
}
.tit_product span.pd1 {
  padding: 0 10px;
}
.tit_product span.pd2 {
  padding: 0 20px;
}
.tit_product span.w160:before {
  width: 160%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%,-50%);
  mask-position: 50% 50%;
  -webkit- mask-position: 50% 50%;
}
.tit_product span.w120:before {
  width: 120%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%,-50%);
  mask-position: 50% 50%;
  -webkit- mask-position: 50% 50%;
}
.tit_product span.center:before {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%,-50%);
  mask-position: 50% 50%;
  -webkit- mask-position: 50% 50%;
}
.sub_product_start {
  text-align: center;
  padding-top: 30px;
}
.sub_product_start .logo {
  margin-bottom: 30px;
}
.sub_product_start .logo.mb-0 {
  margin-bottom: 0 !important;
}
.sub_product_start strong {
  display: block;
  font-size: 20px;
  color: #515151;
  line-height: 1.6;
  text-align: center;
  font-family: 'Palatino Linotype', 'Lora';
  margin: 20px 0 30px;
}
.sub_product_start .img_representative {
  margin-top: 160px;
}
.sub_product_start .img_representative video {
  border-radius: 6px;
}
.sub_product_start p img {
  margin: 0 auto;
}
.sub_product .principles {
  padding: 40px 0;
  display: flex;
}
.sub_product .principles li {
  width: 20%;
  text-align: center;
}
.sub_product .principles li + li {
  border-left: #ddd 1px dashed;
}
.sub_product .principles .icon {
  height: 60px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sub_product .principles p {
  font-size: 20px;
  color: #444;
  line-height: 1.3;
}
.sub_product .txt_img {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}
.sub_product .txt_img .txt {
  width: 51.5%;
}
.sub_product .txt_img .txt > li + li {
  margin-top: 36px;
}
.sub_product .txt_img li strong {
  display: block;
  font-size: 24px;
  color: #444;
  line-height: 30px;
  padding-left: 38px;
  background: url('/jpn/pub/images/icon_check.svg') no-repeat 0 0;
  margin-bottom: 12px;
  font-family: 'Palatino Linotype', 'Lora';
}
.sub_product .txt_img li li {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  padding-left: 38px;
  letter-spacing: -.5px;
}
.sub_product .txt_img li li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
}
.sub_product .txt_img .img {
  width: 49.5%;
}
.sub_product .txt_img .img video {
  border-radius: 6px;
}
.skin_controls {
  padding: 40px;
}
.skin_controls .img_area {
  display: flex;
  align-items: center;
  gap: 2px;
}
.skin_controls .img_area li {
  border-radius: 4px;
  width: calc((100% - 240px)/5);
  overflow: hidden;
}
.skin_controls .img_area .txt {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: #ddd 1px solid;
}
.skin_controls .img_area .colm {
  border: #ddd 1px solid;
}
.skin_controls .img_area .colm .txt {
  flex-direction: column;
  color: #515151;
}
.skin_controls .img_area .colm strong {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.skin_controls .img_area .colm p {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.skin_controls .img_area .row {
  border: #666 1px solid;
}
.skin_controls .img_area .row .txt {
  color: #fff;
  background: #666;
}
.skin_controls .img_area .best {
  width: 226px;
  margin-left: 14px;
  border-color: #0B5B60;
  box-shadow: rgba(11, 91, 96, 0.20) 0 4px 10px;
}
.skin_controls .img_area .best .txt {
  background: #0B5B60;
}
.skin_controls .img_area .best .txt_btm {
  font-size: 20px;
  color: #0B5B60;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 9px;
  border-top: #0B5B60 1px solid;
}
.skin_controls .stain_area {
  margin-top: 16px;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 16px;
}
.skin_controls .stain_area .tit {
  font-size: 15px;
  color: #0B5B60;
  font-weight: 600;
  line-height: 1.6;
}
.skin_controls .stain_list {
  display: flex;
  gap: 20px;
}
.skin_controls .stain_list li {
  font-size: 15px;
  color: #515151;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.skin_controls .stain_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: no-repeat 50% 50% / contain;
}
.skin_controls .stain_list li.c1:before {
  background: #f00;
  border-radius: 50%;
}
.skin_controls .stain_list li.c2:before {
  background: #00f;
  border-radius: 50%;
}
.skin_controls .stain_list li.c3:before {
  background-image: url('/jpn/pub/images/icon_stain_list3.svg');
  width: 33px;
}
.skin_controls .stain_list li.c4:before {
  background-image: url('/jpn/pub/images/icon_stain_list4.svg');
  width: 33px;
}
.skin_controls .stain_list li.c1 span {
  color: #f00;
}
.skin_controls .stain_list li.c2 span {
  color: #00f;
}
.level5_area .tit_product span {
  padding-left: 10px;
}
.level5_list {
  padding: 60px;
}
.level5_list .flex {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.level5_list .check_list li {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  padding-left: 28px;
  background: url('/jpn/pub/images/icon_check.svg') no-repeat 0 50% / 20px;
}
.level5_list .check_list li + li {
  margin-top: 6px;
}
.level5_list .arrow {
  width: 20px;
  height: 18px;
  background: url('/jpn/pub/images/arrow_level5.svg') no-repeat 50% 50% / contain;
}
.level5_list strong {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.66px;
}
.handpiecetips_area .wbox {
  padding: 0 80px 80px;
}
.handpiecetips_area .wbox img {
  margin: 0 auto;
  transform: translateY(-30px);
}
.faq_list {
  margin-top: 40px;
}
.faq_wrap li {
  border: #fff 0 solid;
  border-bottom: #ddd 1px solid;
  border-radius: 0;
  transition: .2s linear;
}
.faq_wrap .tit,	.faq_wrap .con {
  position: relative;
  line-height: 30px;
}
.faq_wrap .tit {
  font-size: 24px;
  color: #444;
  width: 100%;
  text-align: left;
  padding: 30px 72px;
  white-space: normal;
}
.faq_wrap .con {
  font-size: 18px;
  color: #666;
  padding: 25px 72px;
  display: none;
}
.faq_wrap .tit:before,	.faq_wrap .con:before {
  position: absolute;
  left: 24px;
  width: 32px;
  aspect-ratio: 1/1;
  border: 1px solid;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.faq_wrap .tit:before {
  content: "Q";
  top: 27px;
  color: #fff;
  transition: .2s linear;
}
.faq_wrap .con:before {
  content: "A";
  top: 24px;
  color: #0C3A47;
  background: #fff;
}
.faq_wrap .tit i {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.faq_wrap .tit i:before,	.faq_wrap .tit i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #444;
  border-radius: 2px;
  transform: translate(-50%,-50%);
  transition: .2s linear;
}
.faq_wrap .tit i:before {
  width: 14px;
  height: 2px;
}
.faq_wrap .tit i:after {
  width: 2px;
  height: 14px;
}
.faq_wrap li.on {
  border: #0B5B60 1px solid;
  border-radius: 4px;
}
.faq_wrap li.on .tit {
  color: #fff;
}
.faq_wrap li.on .tit:before {
  background: #fff3 !important;
}
.faq_wrap li.on .tit i:before,	.faq_wrap li.on .tit i:after {
  background: #fff;
}
.faq_wrap li.on .tit i:after {
  width: 14px;
  height: 2px;
}
.g02.s01 .faq_wrap .tit:before {
  background: #0B5B60;
  border-color: #0B5B60;
}
.g02.s01 .faq_wrap .tit:after {
  border-color: #0B5B60;
}
.g02.s01 .faq_wrap .con:before {
  color: #0B5B60;
  border-color: #0B5B60;
}
.g02.s01 .faq_wrap li.on {
  border-color: #0B5B60;
}
.g02.s01 .faq_wrap li.on .tit {
  background: #0B5B60;
}
.g02.s02 .faq_wrap .tit:before {
  background: #18ABAD;
  border-color: #18ABAD;
}
.g02.s02 .faq_wrap .tit:after {
  border-color: #18ABAD;
}
.g02.s02 .faq_wrap .con:before {
  color: #18ABAD;
  border-color: #18ABAD;
}
.g02.s02 .faq_wrap li.on {
  border-color: #18ABAD;
}
.g02.s02 .faq_wrap li.on .tit {
  background: #18ABAD;
}
.g02.s03 .faq_wrap .tit:before {
  background: #EA531A;
  border-color: #EA531A;
}
.g02.s03 .faq_wrap .tit:after {
  border-color: #EA531A;
}
.g02.s03 .faq_wrap .con:before {
  color: #EA531A;
  border-color: #EA531A;
}
.g02.s03 .faq_wrap li.on {
  border-color: #EA531A;
}
.g02.s03 .faq_wrap li.on .tit {
  background: #EA531A;
}
.sub_product.priduct_item_bar {
  padding: 0;
  background: no-repeat 50% 50% / cover;
  display: flex;
  align-items: center;
  height: 230px;
}
.g02.s01 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar21.jpg');
}
.g02.s02 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar22.jpg');
}
.g02.s03 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar23.jpg');
}
.g02.s04 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar24.jpg');
}
.g02.s05 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar25.jpg');
}
.g02.s06 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar26.jpg');
}
.g02.s07 .priduct_item_bar {
  background-image: url('/jpn/pub/images/bg_priduct_item_bar27.jpg');
}
.priduct_item_bar .inner {
  gap: 20px;
  font-size: 20px;
  color: #444;
  line-height: 1.2;
  font-family: 'Palatino Linotype', 'Lora';
}
.before_after_slide {
  position: relative;
  overflow: hidden;
}
.result_area .swiper-slide {
  display: flex !important;
  justify-content: center;
  gap: 40px;
}
.result_area .swiper-slide .img {
  padding: 20px;
  width: 384px;
  background: #fff;
  border: 2px solid;
  border-radius: 6px;
  margin-bottom: 20px;
}
.result_area .swiper-slide p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Palatino Linotype', 'Lora';
  text-align: center;
}
.result_area .swiper-slide .before .img {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.03);
  border-color: #fff;
}
.result_area .swiper-slide .after .img {
  box-shadow: 0 4px 10px 0 rgba(11, 91, 96, 0.15);
  border-color: #0F7A6D;
}
.result_area .swiper-slide .before p {
  color: #888;
}
.result_area .swiper-slide .after p {
  color: #0F7A6D;
}
.result_area .arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  margin-top: -30px;
  border: #ddd 1px solid;
  border-radius: 50%;
  background: #fff url('/jpn/pub/images/arrow_slide2.svg') no-repeat 50% 50%;
  font-size: 0;
  z-index: 1;
}
.result_area .prev {
  left: 0;
}
.result_area .next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.tbl_colm {
  margin: 40px 0 22px;
}
.tbl_colm table {
  table-layout: auto;
}
.tbl_colm th,	.tbl_colm td {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 24px;
  border-bottom: #dddddd80 1px solid;
}
.tbl_colm th {
  color: #fff;
  background: #A1A1A1;
  font-weight: 700;
  font-family: 'Palatino Linotype', 'Lora';
  width: 200px;
  text-align: left;
}
.tbl_colm td {
  color: #444;
  background: #fff;
}
.specifications_area p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -.5px;
}
.specifications_area p + p {
  margin-top: 16px;
}
.potenza01_list {
  display: flex;
  gap: 100px;
}
.potenza01_list > li {
  width: calc(50% - 50px);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.potenza01_list .img {
  display: block;
  width: 280px;
  aspect-ratio: 1/1;
  border: #EBEBEB 1px solid;
  border-radius: 50%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.potenza01_list .tit {
  font-size: 24px;
  color: #18ABAD;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.potenza01_list p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  text-align: center;
  margin: 16px 0 40px;
  letter-spacing: -.5px;
}
.potenza01_list .check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.potenza01_list .check li {
  font-size: 18px;
  color: #444;
  line-height: 1.4;
  min-height: 26px;
  padding-left: 34px;
  background: url('/jpn/pub/images/icon_check2.svg') no-repeat 0 1px / 24px;
}
.product_img_half {
  display: flex;
  gap: 70px;
  margin-top: 44px;
}
.product_img_half .right video {
  border-radius: 6px;
}
p.ne {
  position: relative;
  font-size: 15px;
  color: #888;
  line-height: 1.6;
  padding-left: 20px;
}
p.ne:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  background: url('/jpn/pub/images/icon_ne.svg') no-repeat 50% 50%;
}
p.ne.mt4 {
  margin-top: 40px;
}
.potenza_program_list {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.potenza_program_list li {
  width: calc((100% - 140px)/3);
  text-align: center;
  letter-spacing: -.54px;
}
.potenza_program_list li img {
  display: block;
  margin: 0 auto;
}
.potenza_program_list strong {
  display: block;
  font-size: 24px;
  color: #18ABAD;
  font-weight: 700;
  line-height: 1;
  font-family: 'Palatino Linotype', 'Lora';
  margin-top: 32px;
}
.potenza_program_list strong.normal {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
}
.potenza_program_list p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  margin-top: 12px;
}
.step_list {
  gap: 54px;
}
.step_list li {
  width: calc((100% - 108px)/3);
}
.step_list li i {
  position: relative;
  display: block;
}
.step_list li + li i:before {
  content: "";
  position: absolute;
  top: 0;
  left: -54px;
  width: 54px;
  height: 100%;
  background: url('/jpn/pub/images/arrow_step.svg') no-repeat 50% 50%;
}
.step_list li .step {
  font-size: 14px;
  color: #18ABAD;
  font-weight: 700;
  line-height: 26px;
  height: 28px;
  width: 110px;
  text-align: center;
  font-family: 'Palatino Linotype', 'Lora';
  border: #18ABAD 1px solid;
  border-radius: 4px;
  margin: 0 auto 20px;
}
.potenza_type {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 40px;
  margin-bottom: 18px;
}
.potenza_type li {
  width: calc(50% - 30px);
}
.potenza_type p {
  font-size: 24px;
  color: #444;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: 'Palatino Linotype', 'Lora';
  margin-top: 32px;
}
.over_bdrs {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.what_potenza_table {
  margin: 40px 0 20px;
}
.tbl_color th,	.tbl_color td {
  border: #F1F1F1 1px solid;
}
.tbl_color th:first-child,	.tbl_color td:first-child {
  border-left: 0;
}
.tbl_color th:last-child,	.tbl_color td:last-child {
  border-right: 0;
}
.tbl_color thead th {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Palatino Linotype', 'Lora';
  background: #18ABAD;
  padding: 10px;
  text-align: center;
}
.tbl_color tbody td {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0;
}
.tbl_color tbody .bg {
  color: #444;
  background: #F1FAFA;
}
.tbl_color tbody .bg_g {
  color: #fff;
  background: #515151;
  border-color: #00000008;
  border-color: #F1F1F133;
}
.imgtac img {
  margin: 0 auto;
}
.over_bdrs + p.ne {
  margin-top: 20px;
}
.linearz_lift {
  padding: 40px;
  display: flex;
  font-family: 'Palatino Linotype', 'Lora';
}
.linearz_lift > li {
  width: 50%;
}
.linearz_lift > li + li {
  border-left: #ddd 1px solid;
}
.linearz_lift strong {
  display: block;
  font-size: 24px;
  color: #EA531A;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.linearz_lift .icons {
  display: flex;
}
.linearz_lift .icons li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.linearz_lift .icons p {
  font-size: 20px;
  color: #444;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.linearz_type {
  display: flex;
  gap: 70px;
}
.linearz_type .left {
  width: calc(50.4616% - 70px);
  display: flex;
  align-items: center;
}
.linearz_type .left .txt {
  max-width: calc(100% - 200px);
  padding-right: 10px;
}
.linearz_type .left strong {
  display: block;
  font-size: 24px;
  color: #EA531A;
  line-height: 1;
  font-family: 'Palatino Linotype', 'Lora';
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.linearz_type .left strong:after {
  content: "";
  display: block;
  width: 86px;
  height: 10px;
  background: url('/jpn/pub/images/icon_dot_type.svg') no-repeat 50% 50% / contain;
}
.linearz_type .left .img {
  width: 200px;
}
.linearz_type .right {
  width: 49.5384%;
}
.linearz_type .right video {
  border-radius: 6px;
}
.linearz_half_area .flex {
  gap: 80px;
}
.linearz_half_area .box {
  width: calc(50% - 40px);
}
.linearz_half_area .tit_product {
  flex-direction: column;
  gap: 10px;
}
.linearz_half_area i {
  display: block;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.03);
  margin-top: 40px;
  padding: 20px;
}
.g02.s03 .potenza_program_list strong {
  color: #EA531A;
}
.g02.s03 p.ne:before {
  background: #EA531A;
  mask: url('/jpn/pub/images/icon_ne.svg') no-repeat 50% 50% / contain;
  -webkit-mask: url('/jpn/pub/images/icon_ne.svg') no-repeat 50% 50% / contain;
}
.mode_area_motion .top_area {
  display: flex;
}
.mode_area_motion .category {
  width: 200px;
}
.mode_area_motion .category .tit {
  font-size: 18px;
  color: #EA531A;
  font-weight: 600;
  height: 1.3;
  margin-bottom: 12px;
}
.mode_area_motion .category ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mode_area_motion .category li {
  display: flex;
  align-items: center;
}
.mode_area_motion .category li span {
  width: 50px;
  letter-spacing: -.5px;
}
.mode_area_motion .category li:after {
  content: "";
  width: 80px;
}
.mode_area_motion .category li.l1:after {
  border-top: #EA531A 1px dashed;
}
.mode_area_motion .category li.l2:after {
  border-top: #EA531A 1px solid;
}
.mode_area_motion .mode_list {
  position: relative;
  width: calc(100% - 200px);
  display: flex;
  gap: 40px;
  z-index: 2;
}
.mode_area_motion .mode_list li {
  width: calc((100% - 120px)/4);
}
.mode_area_motion .mode_list button {
  display: block;
}
.mode_area_motion .mode_list .tt {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: "Palatino Linotype";
  margin-bottom: 14px;
}
.mode_area_motion .mode_list .cbox {
  padding: 20px 16px;
  border-radius: 4px;
  margin-bottom: 13px;
  text-align: left;
}
.mode_area_motion .mode_list p {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
}
.mode_area_motion .mode_list p + p {
  margin-top: 12px;
}
.mode_area_motion .mode_list p strong {
  font-weight: 600;
}
.mode_area_motion .mode_list .img {
  position: relative;
  width: 100%;
}
.mode_area_motion .mode_list .img .item {
  position: relative;
  z-index: 1;
}
.mode_area_motion .mode_list .img .arrow {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-63%);
  z-index: 0;
  background: #0003;
  mask: no-repeat 50% 50% / contain;
  -webkit-mask: no-repeat 50% 50% / contain;
}
.mode_area_motion .mode_list .img .arrow img {
  opacity: 0;
}
.mode_area_motion .mode_list .img .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: .2s linear;
}
.mode_area_motion .mode_list .c1 .cbox {
  background: #1A87500D;
}
.mode_area_motion .mode_list .c2 .cbox {
  background: #EE86300D;
}
.mode_area_motion .mode_list .c3 .cbox {
  background: #5583BB0D;
}
.mode_area_motion .mode_list .c4 .cbox {
  background: #A523830D;
}
.mode_area_motion .mode_list .c1 .tt {
  color: #1A8750;
}
.mode_area_motion .mode_list .c2 .tt {
  color: #EE8630;
}
.mode_area_motion .mode_list .c3 .tt {
  color: #5583BB;
}
.mode_area_motion .mode_list .c4 .tt {
  color: #A52383;
}
.mode_area_motion .mode_list .c1 .img .arrow {
  top: 134px;
  mask-image: url('/jpn/pub/images/img_cartridge01_arrow.svg');
  -webkit-mask-image: url('/jpn/pub/images/img_cartridge01_arrow.svg');
}
.mode_area_motion .mode_list .c2 .img .arrow {
  top: 132px;
  mask-image: url('/jpn/pub/images/img_cartridge02_arrow.svg');
  -webkit-mask-image: url('/jpn/pub/images/img_cartridge02_arrow.svg');
}
.mode_area_motion .mode_list .c3 .img .arrow {
  top: 128px;
  mask-image: url('/jpn/pub/images/img_cartridge03_arrow.svg');
  -webkit-mask-image: url('/jpn/pub/images/img_cartridge03_arrow.svg');
}
.mode_area_motion .mode_list .c4 .img .arrow {
  top: 130px;
  mask-image: url('/jpn/pub/images/img_cartridge04_arrow.svg');
  -webkit-mask-image: url('/jpn/pub/images/img_cartridge04_arrow.svg');
}
.mode_area_motion .mode_list .c1 .img .arrow:before {
  background: #1A8750;
}
.mode_area_motion .mode_list .c2 .img .arrow:before {
  background: #EE8630;
}
.mode_area_motion .mode_list .c3 .img .arrow:before {
  background: #5583BB;
}
.mode_area_motion .mode_list .c4 .img .arrow:before {
  background: #A52383;
}
.mode_area_motion .btm_area {
  position: relative;
  margin-top: 16px;
}
.mode_area_motion .btm_area .bg_area {
  display: flex;
  justify-content: flex-end;
}
.mode_area_motion .btm_area .name,	.mode_area_motion .btm_area .size {
  position: absolute;
  top: 0;
}
.mode_area_motion .btm_area .name li,	.mode_area_motion .btm_area .size li {
  position: relative;
  font-size: 16px;
  line-height: 1;
}
.mode_area_motion .btm_area .name {
  left: 0;
  width: 110px;
}
.mode_area_motion .btm_area .name li {
  color: #888;
  display: flex;
  align-items: center;
}
.mode_area_motion .btm_area .name li + li {
  margin-top: 3px;
}
.mode_area_motion .btm_area .name li.set1 {
  height: 47px;
}
.mode_area_motion .btm_area .name li.set2 {
  height: 48px;
  margin-top: 6px;
}
.mode_area_motion .btm_area .name li.set3 {
  height: 77px;
}
.mode_area_motion .btm_area .name li.set_side1 {
  height: 12px;
}
.mode_area_motion .btm_area .name li.set_side2 {
  height: 36px;
}
.mode_area_motion .btm_area .name li i {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  border: #444 1px solid;
  border-right: 0;
}
.mode_area_motion .btm_area .name li i:before,	.mode_area_motion .btm_area .name li i:after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  background: #444;
  border-radius: 50%;
}
.mode_area_motion .btm_area .name li i:before {
  top: -2px;
}
.mode_area_motion .btm_area .name li i:after {
  bottom: -2px;
}
.mode_area_motion .btm_area .size {
  left: 124px;
  width: calc(100% - 124px);
  padding-top: 10px;
}
.mode_area_motion .btm_area .size li {
  position: relative;
  color: #fff;
  font-weight: 500;
  text-shadow: rgba(0, 0, 0, 0.70) 0 0 4px;
  padding: 2px 0;
  z-index: 1;
  transition: .2s linear;
}
.mode_area_motion .btm_area .size li.mt {
  margin-top: 10px;
}
.mode_area_motion .btm_area .size li span {
  display: block;
  width: 82px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  text-align: right;
  padding: 0 10px;
  border-radius: 15px;
  transition: .2s linear;
}
.mode_area_motion .btm_area .size li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 82px;
  width: calc(100% - 82px);
  border-top: #fff 1px dashed;
  transition: .2s linear;
}
.mode_area_motion .mode_list li .on .img .arrow:before {
  height: 100%;
}
.mode_area_motion.mode_c1 .btm_area .size li.type1,	.mode_area_motion.mode_c2 .btm_area .size li.type2,	.mode_area_motion.mode_c3 .btm_area .size li.type3,	.mode_area_motion.mode_c4 .btm_area .size li.type4 {
  text-shadow: none;
}
.mode_area_motion.mode_c1 .btm_area .size li.type1 span {
  background: #1A8750;
  box-shadow: #fff 0 0 10px;
}
.mode_area_motion.mode_c2 .btm_area .size li.type2 span {
  background: #EE8630;
  box-shadow: #fff 0 0 10px;
}
.mode_area_motion.mode_c3 .btm_area .size li.type3 span {
  background: #5583BB;
  box-shadow: #fff 0 0 10px;
}
.mode_area_motion.mode_c4 .btm_area .size li.type4 span {
  background: #A52383;
  box-shadow: #fff 0 0 10px;
}
.mode_area_motion.mode_c1 .btm_area .size li.type1:after {
  border-color: #1A8750;
}
.mode_area_motion.mode_c2 .btm_area .size li.type2:after {
  border-color: #EE8630;
}
.mode_area_motion.mode_c3 .btm_area .size li.type3:after {
  border-color: #5583BB;
}
.mode_area_motion.mode_c4 .btm_area .size li.type4:after {
  border-color: #A52383;
}
.linearz_cartridge_area .tb_vw {
  display: none;
}
.dliv_modes {
  display: flex;
  padding: 40px;
}
.dliv_modes > li {
  width: 50%;
}
.dliv_modes > li + li {
  border-left: #ddd 1px solid;
}
.dliv_modes > li > strong {
  display: block;
  font-size: 24px;
  color: #FFA631;
  line-height: 1;
  text-align: center;
  margin-bottom: 52px;
}
.dliv_modes .imgs {
  display: flex;
  justify-content: center;
}
.dliv_modes .imgs li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.dliv_modes .imgs p {
  font-size: 16px;
  color: #515151;
  line-height: 1;
  font-family: 'Palatino Linotype', 'Lora';
}
.dliv_modes .imgs strong {
  font-size: 28px;
}
.dliv_imgtxt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.dliv_imgtxt > div {
  width: calc(50% - 25px);
}
.dliv_imgtxt .img {
  display: flex;
  justify-content: flex-end;
}
.dliv_imgtxt .txt .tt {
  font-size: 24px;
  color: #444;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
  padding-left: 34px;
  margin-bottom: 12px;
  background: url('/jpn/pub/images/icon_check3.svg') no-repeat 0 4px;
}
.dliv_imgtxt .txt li {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 1.3;
  padding-left: 34px;
}
.dliv_imgtxt .txt li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  aspect-ratio: 1/1;
  background: #666;
  border-radius: 50%;
}
.dliv_imgtxt + .potenza_program_list {
  margin-top: 80px;
}
.g02.s04 .step_list li .step {
  color: #FFA631;
  border-color: #FFA631;
}
.g02.s04 .step_list li + li i:before {
  background: #FFA631;
  mask: url('/jpn/pub/images/arrow_step.svg') no-repeat 50% 50%;
  -webkit-mask: url('/jpn/pub/images/arrow_step.svg') no-repeat 50% 50%;
}
.g02.s04 .step_list li p {
  letter-spacing: -.5px;
}
.cellecv_interchangeable_area .wbox {
  display: flex;
  flex-direction: column;
}
.cellecv_interchangeable_area dl {
  display: flex;
  align-items: center;
}
.cellecv_interchangeable_area dt,	.cellecv_interchangeable_area dd {
  display: flex;
  align-items: center;
}
.cellecv_interchangeable_area dt {
  width: 160px;
  height: 180px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  font-family: 'Palatino Linotype', 'Lora';
  border-radius: 8px;
}
.cellecv_interchangeable_area .c1 dt {
  background: #FFD82F;
}
.cellecv_interchangeable_area .c2 dt {
  background: #F9BA00;
}
.cellecv_interchangeable_area .c3 dt {
  background: #EF7D52;
}
.cellecv_interchangeable_area dl + dl dd {
  border-top: #0000001a 1px dashed;
}
.cellecv_interchangeable_area dd {
  width: calc(100% - 160px);
  height: 196px;
  padding: 0 0 0 45px;
}
.cellecv_interchangeable_area ul {
  display: flex;
  gap: 56px;
}
.cellecv_interchangeable_area img {
  margin: 0 auto 12px;
}
.cellecv_interchangeable_area p {
  font-size: 18px;
  color: #515151;
  line-height: 1;
  text-align: center;
}
.cellecv_interchangeable_area strong {
  display: block;
  margin-bottom: 5px;
}
.g02.s05 .dliv_imgtxt .img {
  flex-direction: column;
  gap: 16px;
}
.g02.s05 .dliv_imgtxt .ice {
  font-size: 24px;
  color: #17509B;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
  padding-left: 30px;
  background: url('/jpn/pub/images/icon_ice.svg') no-repeat 0 50%;
}
.g02.s05 .dliv_imgtxt .txt .tt {
  background-image: url('/jpn/pub/images/icon_check4.svg');
}
.g02.s05 .dliv_imgtxt .txt .tt ~ .tt {
  margin-top: 30px;
}
.g02.s05 .dliv_imgtxt .txt .pl {
  padding-left: 34px;
}
.g02.s05 .dliv_imgtxt p.ne {
  margin-top: 24px;
}
.g02.s05 p.ne:before {
  background: #17509B;
  mask: url('/jpn/pub/images/icon_ne.svg') no-repeat 50% 50% / contain;
  -webkit-mask: url('/jpn/pub/images/icon_ne.svg') no-repeat 50% 50% / contain;
}
.g02.s05 .tbl_color thead th {
  background: #17509B;
}
.g02.s05 .tbl_color tbody td strong {
  color: #17509B;
}
.linearz_cartridge_tbl {
  display: flex;
}
.linearz_cartridge_tbl table {
  width: 50%;
}
.linearz_cartridge_tbl table + table {
  border-left: #f1f1f1 1px solid;
}
.icon_txt_area ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.icon_txt_area li {
  display: flex;
  align-items: flex-start;
}
.icon_txt_area .icon {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #17509B0D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_txt_area .txt {
  width: calc(100% - 100px);
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.icon_txt_area .txt strong {
  font-size: 24px;
  color: #444;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
}
.icon_txt_area .txt p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}
.icon_txt_area .graph {
  margin-top: 80px;
}
.g02.s05 .result_area .swiper-slide .after .img {
  border-color: #17509B;
}
.g02.s05 .result_area .swiper-slide .after p {
  color: #17509B;
}
.g02.s06 .icon_txt_area .icon {
  background: #F8F2F4;
}
.g02.s06 .img_half {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 60px;
}
.g02.s06 .img_half > li {
  width: calc(50% - 10px);
  background: #7300210D;
  border-radius: 4px;
  padding: 40px;
  gap: 0;
}
.g02.s06 .img_half .left > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g02.s06 .img_half .left .left1 {
  padding-right: 30px;
  border-right: #0003 1px dashed;
}
.g02.s06 .img_half .left .left2 {
  padding-left: 30px;
}
.g02.s06 .img_half .left .imgtop {
  height: 192px;
}
.g02.s06 .img_half .left .logo {
  width: 114px;
  margin: 54px auto 0;
}
.g02.s06 .img_half p {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}
.g02.s06 .img_half .left p {
  margin-bottom: 6px;
  text-align: center;
}
.g02.s06 .img_half .left1 p {
  font-weight: 600;
}
.g02.s06 .img_half .half {
  flex-direction: row;
  gap: 10px;
}
.g02.s06 .img_half .half li {
  width: calc(50% - 5px);
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.g02.s06 .img_half .right {
  padding-left: 0;
  padding-right: 0;
}
.g02.s06 .img_half .right > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g02.s06 .img_half .right .tt {
  font-size: 24px;
  color: #730021;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
.g02.s06 .img_half .right img {
  margin: 16px 0 30px;
}
.g02.s06 .img_half .right p:last-child {
  line-height: 1.2;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.g02.s06 .img_half .right2 {
  border-left: #0003 1px dashed;
}
.tri_beam_handpiece_tbl table th {
  border-color: #ffffff80;
}
.g02.s06 .tbl_color thead th {
  background: #730021;
  border-bottom: 0;
}
.g02.s06 .tbl_color tbody td {
  text-align: center;
}
.g02.s06 .tbl_color .pd0 {
  padding: 0 !important;
  text-align: right;
  font-size: 0;
  vertical-align: top;
  border-top: 0;
}
.g02.s06 .tbl_color .pd0 img {
  display: inline-block;
}
.g02.s06 .result_area .swiper-slide .after .img {
  border-color: #730021;
}
.g02.s06 .result_area .swiper-slide .after p {
  color: #730021;
}
.edgeone_surgicalmode_area .wbox {
  display: flex;
  gap: 100px;
}
.edgeone_surgicalmode_area li {
  width: calc(50% - 50px);
}
.edgeone_surgicalmode_area .tit {
  font-size: 24px;
  color: #444;
  font-weight: 700;
  line-height: 60px;
  padding-left: 76px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: #ebebeb 1px solid;
  background: no-repeat 0 0;
}
.edgeone_surgicalmode_area p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  word-break: break-word;
  white-space: normal;
}
.edgeone_surgicalmode_area .i1 .tit {
  background-image: url('/jpn/pub/images/icon_edgeone_01.svg');
}
.edgeone_surgicalmode_area .i2 .tit {
  background-image: url('/jpn/pub/images/icon_edgeone_02.svg');
}
.edgeone_rractional_area .dliv_imgtxt .img {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px 50px;
}
.edgeone_rractional_area .dliv_imgtxt .img .left {
  width: calc(50% - 20px);
}
.edgeone_rractional_area .dliv_imgtxt .img .right {
  width: calc(50% - 60px);
  padding-right: 10px;
}
.edgeone_rractional_area .dliv_imgtxt .img .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
}
.edgeone_rractional_area .dliv_imgtxt .img .right li {
  width: calc(50% - 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: #ebebeb 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.edgeone_rractional_area .dliv_imgtxt .img .right li p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.edgeone_rractional_area .dliv_imgtxt .img .center {
  font-size: 16px;
  color: #888;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.edgeone_rractional_area .dliv_imgtxt .txt .tit_red {
  font-size: 24px;
  color: #E60012;
  font-weight: 700;
  line-height: 1;
  font-family: 'Palatino Linotype', 'Lora';
  margin: 40px 0 16px;
}
.edgeone_rractional_area .half_img_area {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.edgeone_rractional_area .half_img_area > li {
  width: calc(50% - 20px);
  padding: 30px 38px;
  background: #E600120A;
}
.edgeone_rractional_area .half_img_area .tt {
  font-size: 24px;
  color: #E60012;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
.edgeone_rractional_area .half_img_area .imgs {
  display: flex;
  gap: 16px;
}
.edgeone_rractional_area .half_img_area .imgs li {
  width: calc((100% - 64px)/5);
}
.edgeone_rractional_area .half_img_area .imgs li img {
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 10px;
}
.edgeone_rractional_area .half_img_area .imgs p {
  margin-top: 8px;
  text-align: center;
}
.edgeone_rractional_area .half_img_area .itbox {
  display: flex;
}
.edgeone_rractional_area .half_img_area .itbox .img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.edgeone_rractional_area .half_img_area .itbox .img + .img {
  padding-left: 29px;
  margin-left: 30px;
  border-left: #0003 1px solid;
}
.edgeone_rractional_area .half_img_area .itbox .img strong {
  font-size: 18px;
  color: #E60012;
  line-height: 1;
  margin: 16px 0 2px;
}
.edgeone_rractional_area .half_img_area .itbox .img p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.edgeone_rractional_area .half_img_area .itbox .txt {
  width: calc(100% - 279px);
  padding-left: 19px;
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  letter-spacing: -.5px;
}
.g02.s07 .result_area .swiper-slide .after .img {
  border-color: #E60012;
}
.g02.s07 .result_area .swiper-slide .after p {
  color: #E60012;
}
.company_tit {
  font-size: 60px;
  color: #515151;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
  font-family: 'Palatino Linotype', 'Lora';
}
.company_tit strong {
  font-size: 45px;
  color: #21358D;
  font-weight: 400;
}
.company_tit.mb0 {
  margin-bottom: 0 !important;
}
.out_vision01 {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.out_vision01 .img {
  width: 100%;
}
.out_vision01 .txt {
  display: flex;
  gap: 80px;
}
.out_vision01 .txt > * {
  width: calc(50% - 40px);
}
.out_vision01 .txt .tt {
  font-size: 40px;
  color: #515151;
  line-height: 1.3;
  margin-bottom: 36px;
  font-family: 'Palatino Linotype', 'Lora';
  letter-spacing: -1.2px;
}
.out_vision01 .txt .tt strong {
  color: #21358D;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 20px;
}
.out_vision01 .txt p {
  font-size: 20px;
  color: #666;
  line-height: 1.4;
}
.out_vision01 p + p {
  margin-top: 12px;
}
.out_vision01 .sign_area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.out_vision01 .sign_area + p {
  border-top: #ddd 1px solid;
  padding-top: 40px;
  margin-top: 40px;
}
.out_vision01 .sign_area .name {
  font-size: 18px;
  color: #515151;
  line-height: 1.4;
}
.out_vision02 {
  background: #F5F7FA;
}
.out_vision02 .flex {
  gap: 40px;
}
.out_vision02 dl {
  width: calc(50% - 20px);
  padding: 30px 60px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
}
.out_vision02 dt {
  display: block;
  font-size: 60px;
  color: #21358D;
  font-family: "Vujahday Script";
  margin-bottom: 16px;
}
.out_vision02 dd p {
  font-size: 20px;
  color: #666;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.out_vision03 article ~ article {
  margin-top: 80px;
}
.out_vision03 .tit {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  color: #21358D;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 24px;
}
.out_vision03 .tit span {
  font-size: 40px;
  color: #515151;
  font-family: "Vujahday Script";
}
.out_vision03 .sqr_area {
  display: flex;
  gap: 10px;
}
.out_vision03 .sqr_area > li {
  width: calc((100% - 20px)/3);
  background: #F8F8F8;
  height: 290px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .2s linear;
}
.out_vision03 .sqr_area .t1 {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.out_vision03 .sqr_area .t2 {
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}
.out_vision03 .sqr_area > li:before {
  content: "";
  display: flex;
  width: 100%;
  height: 50px;
  background: no-repeat 50% 50%;
  margin-bottom: 25px;
  transition: .2s linear;
}
.out_vision03 .sqr_area .i1:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_01.svg');
}
.out_vision03 .sqr_area .i2:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_02.svg');
}
.out_vision03 .sqr_area .i3:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_03.svg');
}
.out_vision03 .sqr_area .i4:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_04.svg');
}
.out_vision03 .sqr_area .i5:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_05.svg');
}
.out_vision03 .sqr_area .i6:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_06.svg');
}
.out_vision03 .sqr_area > li h4 {
  display: block;
  font-size: 24px;
  color: #444;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
  margin-bottom: 12px;
  transition: .2s linear;
}
.out_vision03 .sqr_area ul li {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  padding-left: 14px;
  transition: .2s linear;
}
.out_vision03 .sqr_area ul li + li {
  margin-top: 4px;
}
.out_vision03 .sqr_area ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  transition: .2s linear;
}
.out_vision03 .sqr_area > li:hover {
  background: #21358D;
}
.out_vision03 .sqr_area > li:hover h4,	.out_vision03 .sqr_area > li:hover ul li {
  color: #fff;
}
.out_vision03 .sqr_area > li:hover ul li:before {
  background: #fff;
}
.out_vision03 .sqr_area .i1:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_01_hover.svg');
}
.out_vision03 .sqr_area .i2:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_02_hover.svg');
}
.out_vision03 .sqr_area .i3:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_03_hover.svg');
}
.out_vision03 .sqr_area .i4:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_04_hover.svg');
}
.out_vision03 .sqr_area .i5:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_05_hover.svg');
}
.out_vision03 .sqr_area .i6:hover:before {
  background-image: url('/jpn/pub/images/icon_out_vision03_06_hover.svg');
}
.history_top {
  margin-bottom: 80px;
}
.history_area .tit_btm {
  margin: 3px 0 80px;
}
.bg_color {
  background: #F5F7FA;
}
.history_list_area {
  position: relative;
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
  padding: 0 94px;
}
.history_list_area .line {
  position: absolute;
  top: 0;
  left: 280px;
  width: 1px;
  height: 100%;
}
.history_list_area .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: #ddd 1px dashed;
}
.history_list_area .line .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  background: #21358D;
  overflow: hidden;
  background: linear-gradient(180deg, #21358D calc(100% - 100px), rgba(33, 53, 141, 0) 100%);
}
.history_list {
  position: relative;
  z-index: 1;
}
.history_list > div {
  position: relative;
  padding-left: 260px;
}
.history_list dt {
  position: absolute;
  top: 40px;
  left: 0;
  width: 186px;
  font-size: 48px;
  color: #515151;
  font-weight: 700;
  line-height: 1;
  font-family: 'Palatino Linotype', 'Lora';
}
.history_list dt:before,	.history_list dt:after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.history_list dt:before {
  right: -6px;
  width: 11px;
  background: #21358D1A;
  transition: .2s linear;
}
.history_list dt:after {
  right: -6px;
  width: 11px;
  background: #21358D;
}
.history_list .on dt:before {
  right: -16px;
  width: 31px;
}
.history_list dd {
  padding: 40px 0;
  border-top: #F4F5F6 1px solid;
}
.history_list div:first-child:before,	.history_list div:last-child:before {
  content: "";
  position: absolute;
  left: 185px;
  width: 3px;
  background: #fff;
}
.history_list div:first-child:before {
  top: 0;
  height: 24px;
}
.history_list div:last-child:before {
  bottom: 0;
  height: calc(100% - 64px);
}
.history_list div:first-child dt {
  top: 0;
}
.history_list div:first-child dd {
  padding-top: 0;
  border-top: 0;
}
.history_list ul {
  padding: 8px 0;
}
.history_list li {
  position: relative;
  font-size: 20px;
  color: #515151;
  line-height: 1.6;
  padding-left: 14px;
}
.history_list li + li {
  margin-top: 16px;
}
/* .history_list li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
} */
.history_list li strong {
  font-weight: 600;
}
.bg_color .history_list div:first-child:before,	.bg_color .history_list div:last-child:before {
  background: #F5F7FA;
}
.esg_management01 p {
  font-size: 24px;
  color: #515151;
  line-height: 1.3;
  margin-top: 24px;
  text-align: center;
}
.esg5directions_list {
  display: flex;
}
.esg5directions_list li {
  width: 20%;
}
.esg5directions_list li figure {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.esg5directions_list li:nth-child(2n) figure {
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}
.esg5directions_list li p {
  font-size: 20px;
  color: #444;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-family: 'Palatino Linotype', 'Lora';
  padding-top: 16px;
}
.esg5directions_list li p:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: no-repeat 50% 50% / contain;
  margin-bottom: 12px;
}
.esg5directions_list li.i1 p:before {
  background-image: url('/jpn/pub/images/icon_esg5directions01.svg');
}
.esg5directions_list li.i2 p:before {
  background-image: url('/jpn/pub/images/icon_esg5directions02.svg');
}
.esg5directions_list li.i3 p:before {
  background-image: url('/jpn/pub/images/icon_esg5directions03.svg');
}
.esg5directions_list li.i4 p:before {
  background-image: url('/jpn/pub/images/icon_esg5directions04.svg');
}
.esg5directions_list li.i5 p:before {
  background-image: url('/jpn/pub/images/icon_esg5directions05.svg');
}
.strategic_tasks_list {
  display: flex;
  gap: 24px;
}
.strategic_tasks_list article {
  width: calc((100% - 48px)/3);
}
.strategic_tasks_list .txt {
  padding-top: 25px;
}
.strategic_tasks_list .tit {
  position: relative;
  font-size: 24px;
  color: #444;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 34px;
  margin-bottom: 12px;
  font-family: 'Palatino Linotype', 'Lora';
}
.strategic_tasks_list .tit span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #21358D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
.strategic_tasks_list li {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  padding-left: 37px;
}
.strategic_tasks_list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  aspect-ratio: 1/1;
  background: #666;
  border-radius: 50%;
}
.esg_management_area {
  display: flex;
}
.esg_management_area li {
  position: relative;
  width: calc(100%/3);
  text-align: center;
}
.esg_management_area li i {
  position: relative;
  display: block;
  width: 220px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff no-repeat 50% 50%;
  margin: 0 auto 30px;
}
.esg_management_area li + li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 220px;
  background: url('/jpn/pub/images/dot_three.svg') no-repeat 50% 50% / contain;
}
.esg_management_area li strong {
  display: block;
  font-size: 24px;
  color: #515151;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
}
.esg_management_area li .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.esg_management_area li p {
  position: relative;
  font-size: 18px;
  color: #666;
  line-height: 1.3;
  padding-top: 11px;
  margin-top: 10px;
}
.esg_management_area li p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  border-top: #00000026 1px dashed;
  transform: translateX(-50%);
}
.esg_management_area li.i1 i {
  background-image: url('/jpn/pub/images/icon_esg_management01.svg');
}
.esg_management_area li.i2 i {
  background-image: url('/jpn/pub/images/icon_esg_management02.svg');
}
.esg_management_area li.i3 i {
  background: #21358D1a;
}
.esg_management_area li.i3 i:before,	.esg_management_area li.i3 i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  pointer-events: none;
}
.esg_management_area li.i3 i:before {
  width: 250px;
  border: #21358D1a 5px solid;
}
.esg_management_area li.i3 i:after {
  width: 160px;
  background: url('/jpn/pub/images/icon_esg_management03.svg') no-repeat 50% 50% / contain;
  box-shadow: rgba(0, 0, 0, 0.08) 0 4px 10px;
}
.esg_management_area li.i3 strong {
  color: #21358D;
}
.glbox {
  border: #ddd 1px solid;
  padding: 60px;
}
.advancement_list li + li {
  margin-top: 30px;
}
.advancement_list strong,	.advancement_list p {
  position: relative;
  padding-left: 37px;
}
.advancement_list strong {
  display: block;
  font-size: 24px;
  color: #515151;
  line-height: 32px;
  font-family: 'Palatino Linotype', 'Lora';
  background: url('/jpn/pub/images/icon_check4.svg') no-repeat 0 4px;
  margin-bottom: 12px;
}
.advancement_list p {
  font-size: 18px;
  color: #666;
  line-height: 1.4;
}
.advancement_list p:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 4px;
  aspect-ratio: 1/1;
  background: #666;
  border-radius: 50%;
}
.governance03 .img {
  border-top: #00000026 1px solid;
  padding-top: 60px;
  margin-top: 60px;
}
.governance04 .bgtxt {
  background: url('/jpn/pub/images/bg_governance04.jpg') no-repeat 50% 50% / cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 20px;
}
.governance04 p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.54px;
}
.responsibility_list {
  margin-top: 80px;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 0;
}
.responsibility_list li {
  position: relative;
  padding-left: 110px;
  width: 50%;
}
.responsibility_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F2F5F9 no-repeat 50% 50%;
  transform: translateY(-50%);
}
.responsibility_list li:nth-child(n+3):after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00000026;
}
.responsibility_list li:nth-child(2n) {
  padding-left: 120px;
}
.responsibility_list li:nth-child(2n):before {
  left: 10px;
}
.responsibility_list .tt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.responsibility_list .tt span {
  font-size: 30px;
  color: #21358D;
}
.responsibility_list .tt strong {
  font-size: 24px;
  color: #515151;
}
.responsibility_list p {
  font-size: 16px;
}
.responsibility_list .i1:before {
  background-image: url('/jpn/pub/images/icon_responsibility01.svg');
}
.responsibility_list .i2:before {
  background-image: url('/jpn/pub/images/icon_responsibility02.svg');
}
.responsibility_list .i3:before {
  background-image: url('/jpn/pub/images/icon_responsibility03.svg');
}
.responsibility_list .i4:before {
  background-image: url('/jpn/pub/images/icon_responsibility04.svg');
}
.governance05 .main_title_wrap {
  position: relative;
}
.governance05 .main_title_wrap .btns {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}
.governance05 .main_title_wrap .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  line-height: 48px;
  padding: 0 32px;
  border: #21358D 1px solid;
  border-radius: 25px;
  color: #21358D;
}
.governance05 .main_title_wrap .btns a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url('/jpn/pub/images/icon_down2.svg') no-repeat 50% 50% / contain;
}
.governance05 img {
  margin: 0 auto;
}
.ethics_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ethics_list li {
  position: relative;
  width: calc(50% - 12px);
  background: #F8F8F8;
  height: 200px;
  padding-left: 200px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #515151;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Palatino Linotype', 'Lora';
}
.ethics_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 142px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translateY(-50%);
  background: no-repeat 50% 50%;
}
.ethics_list li.i1:before {
  background-image: url('/jpn/pub/images/img_ethics01.png');
}
.ethics_list li.i2:before {
  background-image: url('/jpn/pub/images/img_ethics02.png');
}
.ethics_list li.i3:before {
  background-image: url('/jpn/pub/images/img_ethics03.png');
}
.ethics_list li.i4:before {
  background-image: url('/jpn/pub/images/img_ethics04.png');
}
.governance06 .top {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: #00000026 1px dashed;
  text-align: center;
}
.governance06 .top .tit {
  font-size: 40px;
  color: #515151;
  line-height: 1.2;
  font-family: 'Palatino Linotype', 'Lora';
}
.governance06 .top p {
  font-size: 20px;
  color: #666;
  line-height: 1.2;
  margin-top: 16px;
}
.btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  width: 210px;
  background: #21358D;
  border-radius: 25px;
  border: 0;
  margin: 48px auto 0;
}
.btn_submit:after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url('/jpn/pub/images/icon_report.svg') no-repeat 50% 50% / contain;
}
.btn_submit.mt0 {
  margin-top: 0 !important;
}
.inputs_area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.inputs_area > li {
  width: calc(50% - 20px);
}
.inputs_area > li .tit {
  font-size: 20px;
  color: #515151;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  margin-bottom: 16px;
  font-family: 'Palatino Linotype', 'Lora';
}
.inputs_area > li .tit span {
  color: #21358D;
}
.inputs_area > li .text {
  width: 100%;
  font-size: 16px;
}
.inputs_area > li .text::placeholcer {
  color: #888;
}
.inputs_area > li input.text {
  height: 60px;
  padding: 0 20px;
}
.inputs_area > li textarea.text {
  height: 350px;
  padding: 20px;
}
.inputs_area .radios {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.inputs_area .radios li {
  position: relative;
  width: calc((100% - 128px)/9);
}
.inputs_area .radios .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.inputs_area .radios .radio span {
  display: block;
  font-size: 18px;
  color: #515151;
  line-height: 46px;
  height: 48px;
  background: #F8F8F8;
  border: #F8F8F8 1px solid;
  width: 100%;
  text-align: center;
  transition: .2s linear;
}
.inputs_area .radios .radio input:focus-visible + span {
  outline: 2px solid #21358D;
  outline-offset: 2px;
}
.inputs_area .radios .radio input:checked + span {
  color: #21358D;
  background: #fff;
  border-color: #21358D;
  box-shadow: rgba(33, 53, 141, 0.08) 0 4px 10px;
}
.captcha_area {
  display: flex;
  gap: 10px;
}
.captcha_area * {
  height: 60px;
}
.captcha_area .img {
  width: 300px;
  border: #ddd 1px solid;
}
.captcha_area .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.captcha_area .btn_re {
  width: 60px;
  background: #222 url('/jpn/pub/images/btn_reset.svg') no-repeat 50% 50%;
  font-size: 0;
}
.captcha_area .text {
  width: calc(100% - 380px);
  max-width: 600px;
}
.agree_area {
  margin: 80px 0 24px;
  gap: 16px;
}
label.check {
  position: relative;
  padding-left: 36px;
}
label.check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label.check i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border: #666 1px solid;
  border-radius: 4px;
  background: url('/jpn/pub/images/icon_chk.svg') no-repeat 55% 50%;
  transition: .2s linear;
}
label.check input:checked + i {
  background-color: #666;
}
.agree_area .btn_link {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.agree_area .btn_link:after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background: url('/jpn/pub/images/icon_link_agree.svg') no-repeat 50% 50% / contain;
}
.privacy_policy_wrap {
  line-height: 1.6;
  color: #333;
  word-break: keep-all;
}
.privacy_policy_wrap .top {
  font-size: 18px;
  color: #515151;
  line-height: 1.7;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.privacy_policy_wrap .tit {
  font-size: 24px;
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  margin: 80px 0 24px;
}
.privacy_policy_wrap strong {
  display: block;
  font-size: 19px;
  color: #444;
  margin: 30px 0 15px;
  font-weight: 600;
}
.privacy_policy_wrap li {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  padding-left: 22px;
  text-indent: -22px;
}
.privacy_policy_wrap .tbl {
  margin: 20px 0 40px;
}
.privacy_policy_wrap .tbl table {
  width: 100%;
  border-collapse: collapse;
}
.privacy_policy_wrap .tbl th,
.privacy_policy_wrap .tbl td {
  padding: 14px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  text-align: center;
}
.privacy_policy_wrap .tbl th {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #333;
}
.mt20 { margin-top: 20px !important; }
@media screen and (max-width:1640px) {
  .header .logo {
    left: 20px;
  }
  .header .gnb .menu_item > a {
    font-size: 16px;
    padding: 0 1.8vw;
  }
  .header .gnb .snb .inner:after {
    width: 30%;
  }
  .header .gnb .snb .gnb_name {
    width: 30%;
    font-size: 40px;
  }
  .header .gnb .snb ul {
    width: 400px;
  }
  .header .langs {
    right: 120px;
  }
  .header .btn_menu {
    right: 20px;
    width: 70px;
  }
  .header .btn_menu .line {
    width: 60px;
    height: 2px;
    margin-left: -30px;
  }
  .footer .gotop {
    right: 20px;
  }
  .footer .info_list_area {
    width: calc(100% - 360px);
  }
  .footer .info_list_area .company_name {
    font-size: 15px;
  }
  .footer .ars_center {
    border-radius: 35px;
    padding: 30px;
    width: 360px;
  }
  .footer .ars_center .hours {
    font-size: 14px;
  }
  .main_title {
    font-size: 60px;
  }
  .tit_btm {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .tit_btm .vujahday {
    font-size: 30px;
  }
  .mcon {
    padding: 100px 0;
  }
  .mcon .more {
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding: 0 32px;
    gap: 30px;
  }
  .mvisual,	.mvisual .swiper-slide {
    height: 600px;
  }
  .mvisual .txt {
    padding-bottom: 80px;
  }
  .mvisual .pagination {
    gap: 14px;
  }
  .mvisual p {
    font-size: 50px;
  }
  .product_slide_wrap {
    gap: 60px;
  }
  .product_slide_txt {
    width: 60vw;
    margin-bottom: 60px;
  }
  .product_slide_txt .logo {
    height: 60px;
  }
  .product_slide_txt p {
    font-size: 18px;
    margin-top: 40px;
  }
  .product_slide_txt_area .pagination {
    font-size: 18px;
  }
  .product_slide_txt_area .arrows {
    margin-top: 60px;
    gap: 14px;
  }
  .product_slide_img {
    width: calc(100% - 60vw - 60px);
  }
  .marquee-content {
    gap: .5rem;
    padding: 0 0.2rem;
  }
  .marquee-item {
    width: 300px;
    margin: 0 -.75rem;
  }
  .marquee-item .txt {
    padding: 24px;
    font-size: 20px;
  }
  .marquee-item .txt i {
    margin-bottom: 8px;
  }
  .company-item dl dt {
    font-size: 36px;
  }
  .company-item dl dd {
    font-size: 18px;
    margin-top: 22px;
  }
  .main_gall_wrap .gallery_list .txt {
    padding-top: 25px;
  }
  .main_contactus {
    padding: 50px 0;
  }
  .main_contactus p {
    font-size: 18px;
  }
  .scon {
    padding: 100px 0;
  }
  .sub_worldwide02 .global-network-detail {
    gap: 40px;
  }
  .sub_worldwide02 .global-network-detail > li {
    flex: 1 1 auto;
  }
  .sub_worldwide02 .global-network-detail > li + li:before {
    left: -20px;
  }
  .sub_worldwide02 .global-network-detail h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .sub_worldwide02 .global-network-detail li ul {
    gap: 8px;
  }
  .sub_worldwide02 .global-network-detail li li {
    font-size: 14px;
  }
  .sub_worldwide04 .location_area .map {
    width: 50%;
  }
  .sub_worldwide04 .location_list {
    width: 50%;
    padding: 20px 8px 20px 30px;
  }
  .svisual.g02 {
    height: 660px;
  }
  .sub_product {
    padding-bottom: 140px;
  }
  .sub_product.pt {
    padding-top: 140px;
  }
  .sub_product p {
    font-size: 16px;
  }
  .tit_product strong {
    font-size: 36px;
  }
  .tit_product span {
    font-size: 48px;
  }
  .sub_product_start .img_representative {
    margin-top: 140px;
  }
  .sub_product .principles p {
    font-size: 17px;
  }
  .sub_product .txt_img .txt {
    width: 55%;
  }
  .sub_product .txt_img li li {
    font-size: 16px;
    padding-left: 34px;
  }
  .sub_product .txt_img .img {
    width: 45%;
  }
  .skin_controls .img_area li {
    width: calc((100% - 16vw - 20px)/5);
  }
  .skin_controls .img_area .colm .txt {
    height: 121px;
  }
  .skin_controls .img_area .colm strong {
    font-size: 14px;
  }
  .skin_controls .img_area .colm p {
    font-size: 13px;
  }
  .skin_controls .img_area .row .txt {
    height: 93px;
    font-size: 14px;
    padding: 12px 2px;
  }
  .skin_controls .img_area .best {
    width: 16vw;
    margin-left: 10px;
  }
  .faq_wrap .tit {
    font-size: 22px;
  }
  .faq_wrap .con {
    font-size: 16px;
  }
  .potenza01_list {
    gap: 40px;
  }
  .potenza01_list > li {
    width: calc(50% - 20px);
    padding: 30px 25px;
  }
  .potenza01_list .img {
    width: 240px;
    margin-bottom: 25px;
  }
  .potenza01_list .tit {
    font-size: 22px;
  }
  .potenza01_list p {
    font-size: 16px;
    margin: 14px 0 35px;
  }
  .potenza01_list .check {
    gap: 10px;
  }
  .potenza01_list .check li {
    font-size: 16px;
    padding-left: 32px;
  }
  .product_img_half {
    gap: 40px;
    margin-top: 40px;
  }
  .potenza_program_list {
    gap: 40px;
  }
  .potenza_program_list li {
    width: calc((100% - 80px)/3);
  }
  .potenza_program_list strong {
    font-size: 20px;
    margin-top: 30px;
  }
  .potenza_program_list p {
    font-size: 16px;
    margin-top: 10px;
  }
  .potenza_type {
    gap: 40px;
    padding: 30px;
    margin-bottom: 15px;
  }
  .potenza_type li {
    width: calc(50% - 20px);
  }
  .potenza_type p {
    font-size: 20px;
    margin-top: 30px;
  }
  .tbl_color thead th,	.tbl_color tbody td {
    font-size: 16px;
  }
  .linearz_type {
    gap: 40px;
  }
  .linearz_type .left {
    width: calc(55% - 40px);
  }
  .linearz_type .left .txt {
    width: calc(100% - 160px);
    max-width: none;
    padding-right: 20px;
  }
  .linearz_type .left .img {
    width: 160px;
  }
  .linearz_type .right {
    width: 45%;
  }
  .linearz_half_area .flex {
    gap: 40px;
  }
  .linearz_half_area .box {
    width: calc(50% - 20px);
  }
  .dliv_imgtxt {
    gap: 40px;
  }
  .dliv_imgtxt > div {
    width: calc(50% - 20px);
  }
  .dliv_imgtxt .txt .tt {
    font-size: 22px;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .dliv_imgtxt .txt li {
    font-size: 16px;
    padding-left: 32px;
  }
  .dliv_imgtxt + .potenza_program_list {
    margin-top: 60px;
  }
  .cellecv_interchangeable_area ul {
    gap: 30px;
    width: 100%;
  }
  .cellecv_interchangeable_area li {
    max-width: calc((100% - 90px)/4);
  }
  .icon_txt_area .txt strong {
    font-size: 22px;
  }
  .icon_txt_area .txt p {
    font-size: 16px;
  }
  .g02.s06 .img_half {
    margin-top: 40px;
  }
  .g02.s06 .img_half > li {
    padding: 30px;
  }
  .g02.s06 .img_half .left .left1 {
    padding-right: 20px;
  }
  .g02.s06 .img_half .left .left2 {
    padding-left: 20px;
  }
  .g02.s06 .img_half .left .imgtop {
    height: 180px;
  }
  .g02.s06 .img_half .left .imgtop img:first-child {
    height: 60px;
  }
  .g02.s06 .img_half .left .logo {
    width: 90px;
    margin-top: 40px;
  }
  .g02.s06 .img_half p {
    font-size: 16px;
  }
  .g02.s06 .img_half .left p {
    margin-bottom: 4px;
  }
  .g02.s06 .img_half .right .tt {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .g02.s06 .img_half .right img {
    margin: 12px 0 25px;
  }
  .g02.s06 .img_half .right p:last-child {
    height: 40px;
  }
  .edgeone_rractional_area .half_img_area {
    gap: 20px;
  }
  .edgeone_rractional_area .half_img_area .imgs {
    gap: 10px;
    flex-wrap: wrap;
  }
  .edgeone_rractional_area .half_img_area .imgs li {
    width: calc((100% - 20px)/3);
  }
  .edgeone_rractional_area .half_img_area .imgs li img {
    margin: 0 auto;
  }
  .edgeone_rractional_area .half_img_area .itbox .img + .img {
    padding-left: 16px;
    margin-left: 15px;
  }
  .edgeone_rractional_area .half_img_area .itbox .img strong {
    font-size: 16px;
    margin: 14px 0 2px;
  }
  .edgeone_rractional_area .half_img_area .itbox .img p {
    font-size: 14px;
  }
  .edgeone_rractional_area .half_img_area .itbox .txt {
    width: calc(100% - 242px);
    padding-left: 16px;
    font-size: 15px;
  }
  .company_tit {
    font-size: 54px;
    margin-bottom: 70px;
  }
  .company_tit strong {
    font-size: 40px;
  }
  .out_vision01 {
    gap: 40px;
  }
  .out_vision01 .txt {
    gap: 40px;
  }
  .out_vision01 .txt > * {
    width: calc(50% - 20px);
  }
  .out_vision01 .txt .tt {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .out_vision01 .txt .tt strong {
    padding-left: 16px;
  }
  .out_vision01 .txt p {
    font-size: 18px;
  }
  .out_vision01 p + p {
    margin-top: 10px;
  }
  .out_vision01 .sign_area {
    margin-top: 35px;
    gap: 30px;
  }
  .out_vision01 .sign_area + p {
    padding-top: 35px;
    margin-top: 35px;
  }
  .out_vision01 .sign_area .name {
    font-size: 16px;
  }
  .out_vision02 .flex {
    gap: 20px;
  }
  .out_vision02 dl {
    width: calc(50% - 10px);
    padding: 20px 40px;
  }
  .out_vision02 dt {
    font-size: 50px;
    margin-bottom: 14px;
  }
  .out_vision02 dd p {
    font-size: 18px;
  }
  .out_vision02 dd p br {
    display: none;
  }
  .out_vision03 article ~ article {
    margin-top: 60px;
  }
  .out_vision03 .tit {
    gap: 20px;
    font-size: 16px;
    margin-bottom: 22px;
  }
  .out_vision03 .tit span {
    font-size: 36px;
  }
  .out_vision03 .sqr_area > li:before {
    width: 60px;
    height: 40px;
    margin-bottom: 20px;
    background-size: contain;
  }
  .out_vision03 .sqr_area > li h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .out_vision03 .sqr_area ul li {
    font-size: 16px;
    padding-left: 12px;
  }
  .history_top {
    margin-bottom: 60px;
  }
  .history_area .tit_btm {
    margin: 3px 0 60px;
  }
  .history_list_area {
    padding: 0 80px;
  }
  .history_list_area .line {
    left: 240px;
  }
  .history_list > div {
    padding-left: 250px;
  }
  .history_list dt {
    width: 160px;
    font-size: 44px;
  }
  .history_list div:first-child:before,	.history_list div:last-child:before {
    left: 160px;
  }
  .history_list li {
    font-size: 18px;
  }
  .history_list li + li {
    margin-top: 14px;
  }
  .history_list li:before {
    top: 12px;
  }
  .esg_management01 p {
    font-size: 22px;
    margin-top: 22px;
  }
  .esg5directions_list li p {
    font-size: 18px;
    padding-top: 14px;
  }
  .esg5directions_list li p:before {
    margin-bottom: 10px;
  }
  .strategic_tasks_list {
    gap: 20px;
  }
  .strategic_tasks_list article {
    width: calc((100% - 40px)/3);
  }
  .strategic_tasks_list .txt {
    padding-top: 20px;
  }
  .strategic_tasks_list .tit {
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .strategic_tasks_list .tit span {
    width: 22px;
    font-size: 13px;
  }
  .strategic_tasks_list li {
    font-size: 16px;
    padding-left: 30px;
  }
  .strategic_tasks_list li:before {
    top: 8px;
    left: 8px;
  }
  .esg_management_area li strong {
    font-size: 22px;
  }
  .esg_management_area li p {
    font-size: 16px;
  }
  .glbox {
    padding: 40px;
  }
  .advancement_list li + li {
    margin-top: 25px;
  }
  .advancement_list strong,	.advancement_list p {
    padding-left: 30px;
  }
  .advancement_list strong {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .advancement_list p {
    font-size: 16px;
  }
  .governance04 .bgtxt br {
    display: none;
  }
  .governance04 p br {
    display: none;
  }
  .responsibility_list {
    margin-top: 60px;
    padding: 40px;
    gap: 40px 0;
  }
  .responsibility_list li {
    padding-left: 100px;
  }
  .privacy_policy_wrap .top {
    font-size: 18px;
    padding-bottom: 35px;
  }
  .privacy_policy_wrap .tit {
    font-size: 18px;
    margin: 35px 0 14px;
  }
  .privacy_policy_wrap li {
    font-size: 16px;
    padding-left: 16px;
    text-indent: -16px;
  }
}
@media screen and (max-width:1300px) {
  .linearz_cartridge_area .pc_vw {
    display: none !important;
  }
  .linearz_cartridge_area .tb_vw {
    display: block !important;
  }
}
@media screen and (min-width:1024px) {
  .header .gnb .menu_item:hover > a {
    color: #21358D;
  }
  .header .gnb .snb a:hover {
    color: #515151;
    font-weight: 500;
  }
  .header .gnb .snb a:hover:after {
    opacity: 1;
  }
  .header .langs .con a:hover {
    color: #515151;
    font-weight: 500;
  }
  .header.hover {
    background: #fff;
  }
  .header.hover:before {
    display: block;
  }
  .header.hover .logo {
    background: #21358D;
  }
  .header.hover .gnb .menu_item > a,	.header.hover .langs button {
    color: #515151;
  }
  .header.hover .langs button:after {
    background: #515151;
  }
  .header.hover .btn_menu .line {
    background: #5151514d;
  }
  .header.hover .btn_menu .line:before {
    background: #515151;
  }
  .header .sitemap .snb a:hover {
    opacity: 1;
  }
  .footer .footer_nav .family-site .con a:hover {
    opacity: .7;
  }
  .mcon .more:hover {
    color: #fff;
    background: #21358D;
  }
  .mcon .more:hover:after {
    background: #fff;
  }
  .marquee-wrapper:hover {
    animation-play-state: paused;
  }
  .main_contactus a:hover {
    background: #21358D;
    border-color: #21358D;
  }
}
@media screen and (max-width:1023px) {
  br.pc_vw {
    display: none;
  }
  .header {
    height: 80px;
  }
  .header .gnb {
    display: none;
  }
  .header .langs button {
    font-size: 15px;
    line-height: 80px;
  }
  .header.on .btn_menu {
    right: 20px;
  }
  .header .sitemap {
    right: -500px;
    width: 500px;
    padding: 80px 40px 0;
  }
  .footer {
    padding: 30px 0;
  }
  .footer #topset {
    top: calc(-100vh + 60px);
  }
  .footer .gotop {
    bottom: 30px;
    width: 60px;
    font-size: 13px;
  }
  .footer.unfixed .gotop {
    bottom: calc(100% - 30px);
  }
  .footer .footer_nav .term_links li a {
    font-size: 15px;
    line-height: 44px;
  }
  .footer .footer_nav .out_links {
    gap: 30px;
  }
  .footer .footer_nav .sns_link {
    gap: 12px;
  }
  .footer .footer_nav .family-site button {
    font-size: 15px;
    line-height: 44px;
    width: 230px;
    padding: 0 20px;
  }
  .footer .footer_nav .family-site button:after {
    right: 20px;
  }
  .footer .footer_nav .family-site .con {
    border-radius: 20px 20px 0 0;
    padding: 12px 20px;
  }
  .footer .footer_nav .family-site .con a {
    font-size: 14px;
  }
  .footer .footer_nav .family-site.on button {
    border-radius: 0 0 20px 20px;
  }
  .footer .address {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .footer .address,	.footer .copy {
    font-size: 14px;
  }
  .footer .info_list_area {
    width: 100%;
  }
  .footer .info_list_area:before {
    width: 180px;
  }
  .footer .ars_center {
    border-radius: 30px;
    padding: 25px;
    width: 100%;
  }
  .footer .ars_center .title {
    font-size: 18px;
  }
  .footer .ars_center .phone_num {
    font-size: 24px;
    margin: 8px 0 20px;
  }
  .main_title {
    font-size: 50px;
  }
  .tit_btm {
    gap: 8px;
    font-size: 22px;
    margin-bottom: 50px;
  }
  .tit_btm .vujahday {
    font-size: 24px;
  }
  .mcon {
    padding: 80px 0;
  }
  .mcon .more {
    font-size: 16px;
    line-height: 44px;
    height: 46px;
    padding: 0 28px;
    gap: 20px;
  }
  .mvisual .txt {
    padding-bottom: 60px;
  }
  .mvisual .pagination {
    gap: 12px;
  }
  .mvisual p {
    font-size: 42px;
  }
  .product_slide_wrap {
    gap: 40px;
  }
  .product_slide_txt {
    margin-bottom: 50px;
  }
  .product_slide_txt .logo {
    height: 50px;
  }
  .product_slide_txt p {
    font-size: 15px;
    margin-top: 30px;
  }
  .product_slide_txt_area .pagination {
    gap: 6px;
    font-size: 16px;
  }
  .product_slide_txt_area .arrows {
    margin-top: 50px;
    gap: 12px;
  }
  .product_slide_txt_area .arrow {
    width: 50px;
  }
  .product_slide_img {
    width: calc(100% - 60vw - 40px);
  }
  .marquee-item {
    width: 260px;
  }
  .marquee-item .txt {
    padding: 22px;
    font-size: 18px;
  }
  .marquee-item .txt i {
    margin-bottom: 6px;
  }
  .company-list {
    height: calc(100vh - 80px);
  }
  .company-item dl dt {
    font-size: 32px;
  }
  .company-item dl dd {
    font-size: 16px;
    margin-top: 20px;
  }
  .main_gall_wrap .gallery_list {
    flex-wrap: nowrap;
  }
  .main_gall_wrap .gallery_list li {
    width: calc((100% - 60px)/4) !important;
  }
  .main_contactus {
    padding: 40px 0;
  }
  .main_contactus p {
    font-size: 16px;
    margin: 12px 0 28px;
  }
  .main_contactus .btns {
    gap: 8px;
  }
  .main_contactus a {
    gap: 12px;
    font-size: 16px;
    line-height: 46px;
    height: 48px;
    width: 200px;
  }
  .svisual {
    height: 440px;
    padding-top: 80px;
  }
  .svisual .tit {
    font-size: 56px;
  }
  .svisual .lnb_area {
    bottom: 30px;
    gap: 30px;
  }
  .svisual .lnb_area .trigger {
    font-size: 15px;
    padding-right: 40px;
  }
  .container_wrap {
    padding-bottom: 160px;
  }
  .scon {
    padding: 80px 0;
  }
  .main_title.mb {
    margin-bottom: 60px;
  }
  .wbox {
    margin-top: 30px;
  }
  .sub_worldwide02 .global-network-detail {
    gap: 60px 0;
    flex-wrap: wrap;
  }
  .sub_worldwide02 .global-network-detail > li + li:before {
    left: 0;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(1) {
    width: 40%;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(2) {
    width: 60%;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(3) {
    width: 24%;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(3):before {
    display: none;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(4) {
    width: 38%;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(5) {
    width: 38%;
  }
  .sub_worldwide02 .global-network-detail h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sub_worldwide04 .scroll_list {
    padding-right: 14px;
  }
  .sub_worldwide04 .scroll_list li {
    padding: 20px 0;
  }
  .sub_worldwide04 .scroll_list li .tit {
    gap: 8px;
    margin-bottom: 14px;
  }
  .sub_worldwide04 .scroll_list li .tit strong {
    font-size: 20px;
    line-height: 26px;
  }
  .sub_worldwide04 .scroll_list li .tit .link {
    width: 26px;
    height: 26px;
  }
  .sub_worldwide04 .scroll_list li p {
    font-size: 16px;
    padding-left: 30px;
  }
  .svisual.g02 {
    height: 500px;
  }
  .svisual.g02:before,	.svisual.g02:after {
    background-size: 80%;
    filter: blur(4px);
  }
  .svisual.g02.s01:before, .svisual.g02.s01:after {
    height: 100px;
  }
  .svisual.g02.s01:before {
    bottom: 80px;
  }
  .svisual.g02.s01:after {
    bottom: -15px;
  }
  .svisual.g02.s02:before, .svisual.g02.s02:after {
    height: 80px;
  }
  .svisual.g02.s02:before {
    bottom: 80px;
  }
  .svisual.g02.s02:after {
    bottom: -15px;
  }
  .svisual.g02.s03:before, .svisual.g02.s03:after {
    height: 100px;
  }
  .svisual.g02.s03:before {
    bottom: 80px;
  }
  .svisual.g02.s03:after {
    bottom: -45px;
  }
  .svisual.g02.s04:before, .svisual.g02.s04:after {
    height: 200px;
  }
  .svisual.g02.s04:before {
    bottom: 120px;
  }
  .svisual.g02.s04:after {
    bottom: -85px;
  }
  .svisual.g02.s05:before, .svisual.g02.s05:after {
    height: 180px;
  }
  .svisual.g02.s05:before {
    bottom: 60px;
  }
  .svisual.g02.s05:after {
    bottom: -75px;
  }
  .svisual.g02.s06:before, .svisual.g02.s06:after {
    height: 180px;
  }
  .svisual.g02.s06:before {
    bottom: 60px;
  }
  .svisual.g02.s06:after {
    bottom: -45px;
  }
  .svisual.g02.s07:before, .svisual.g02.s07:after {
    height: 150px;
  }
  .svisual.g02.s07:before {
    bottom: 80px;
  }
  .svisual.g02.s07:after {
    bottom: -75px;
  }
  .svisual.g02 .bg {
    height: 60px;
  }
  .sub_product {
    padding-bottom: 100px;
  }
  .sub_product.pt {
    padding-top: 100px;
  }
  .sub_product p {
    font-size: 15px;
  }
  .tit_product strong {
    font-size: 30px;
  }
  .tit_product span {
    font-size: 40px;
  }
  .tit_product span.t1:before {
    height: 60px;
  }
  .sub_product_start {
    padding-top: 25px;
  }
  .sub_product_start .logo {
    margin-bottom: 20px;
  }
  .sub_product_start .img_representative {
    margin-top: 100px;
  }
  .sub_product .principles {
    padding: 30px 0;
  }
  .sub_product .principles li {
    padding: 0 5px;
  }
  .sub_product .principles .icon {
    height: 50px;
    margin-bottom: 15px;
  }
  .sub_product .principles p {
    font-size: 15px;
  }
  .sub_product .txt_img {
    padding-top: 15px;
    gap: 10px;
  }
  .sub_product .txt_img li strong {
    font-size: 20px;
    line-height: 26px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .sub_product .txt_img li li {
    font-size: 15px;
    padding-left: 30px;
  }
  .skin_controls {
    padding: 30px;
  }
  .skin_controls .stain_list {
    gap: 5px 20px;
    flex-wrap: wrap;
  }
  .skin_controls .stain_list li {
    font-size: 14px;
  }
  .level5_list {
    padding: 40px;
  }
  .level5_list .flex {
    margin-top: 40px;
    gap: 20px;
  }
  .level5_list .check_list li {
    font-size: 16px;
    padding-left: 24px;
  }
  .level5_list .check_list li + li {
    margin-top: 4px;
  }
  .level5_list strong {
    font-size: 18px;
  }
  .handpiecetips_area .wbox {
    padding: 0 50px 50px;
  }
  .faq_list {
    margin-top: 30px;
  }
  .faq_wrap .tit,	.faq_wrap .con {
    line-height: 26px;
  }
  .faq_wrap .tit {
    font-size: 18px;
    padding: 25px 60px;
  }
  .faq_wrap .con {
    font-size: 15px;
    padding: 20px 60px;
  }
  .faq_wrap .tit:before,	.faq_wrap .con:before {
    left: 20px;
    width: 28px;
    font-size: 15px;
  }
  .faq_wrap .tit:before {
    top: 25px;
  }
  .faq_wrap .con:before {
    top: 20px;
  }
  .faq_wrap .tit i {
    right: 20px;
    width: 20px;
  }
  .faq_wrap .tit i:before {
    width: 12px;
  }
  .faq_wrap .tit i:after {
    height: 12px;
  }
  .faq_wrap li.on .tit i:after {
    width: 12px;
  }
  .sub_product.priduct_item_bar {
    height: 200px;
    background-position: 70% 50%;
  }
  .priduct_item_bar .inner {
    gap: 15px;
    font-size: 18px;
  }
  .result_area .swiper-slide {
    gap: 20px;
  }
  .result_area .swiper-slide .img {
    padding: 16px;
    width: 300px;
    margin-bottom: 15px;
  }
  .result_area .swiper-slide p {
    font-size: 20px;
  }
  .result_area .arrow {
    width: 50px;
    margin-top: -25px;
  }
  .tbl_colm {
    margin: 30px 0 15px;
  }
  .tbl_colm th,	.tbl_colm td {
    font-size: 15px;
    padding: 8px 20px;
  }
  .tbl_colm th {
    width: 120px;
  }
  .specifications_area p {
    font-size: 15px;
  }
  .specifications_area p + p {
    margin-top: 14px;
  }
  .potenza01_list {
    gap: 20px;
  }
  .potenza01_list > li {
    width: calc(50% - 10px);
    padding: 25px 20px;
  }
  .potenza01_list .img {
    width: 200px;
    margin-bottom: 20px;
  }
  .potenza01_list .tit {
    font-size: 20px;
  }
  .potenza01_list p {
    font-size: 15px;
    margin: 12px 0 30px;
  }
  .potenza01_list .check li {
    font-size: 15px;
    padding-left: 28px;
  }
  .product_img_half {
    gap: 20px;
    margin-top: 30px;
  }
  p.ne:before {
    top: 3px;
  }
  p.ne.mt4 {
    margin-top: 30px;
  }
  .potenza_program_list {
    gap: 20px;
  }
  .potenza_program_list li {
    width: calc((100% - 40px)/3);
  }
  .potenza_program_list strong {
    font-size: 18px;
    margin-top: 20px;
  }
  .potenza_program_list p {
    font-size: 15px;
  }
  .step_list {
    gap: 40px;
  }
  .step_list li {
    width: calc((100% - 80px)/3);
  }
  .step_list li + li i:before {
    left: -40px;
    width: 40px;
    background-size: 80%;
  }
  .step_list li .step {
    font-size: 13px;
    line-height: 24px;
    height: 26px;
    width: 100px;
    margin-bottom: 15px;
  }
  .potenza_type {
    gap: 20px;
    padding: 30px;
    margin-bottom: 10px;
  }
  .potenza_type li {
    width: calc(50% - 10px);
  }
  .potenza_type p {
    font-size: 18px;
    margin-top: 25px;
  }
  .what_potenza_table {
    margin: 30px 0 15px;
  }
  .tbl_color thead th {
    font-size: 15px;
    line-height: 26px;
    padding: 8px;
  }
  .tbl_color tbody td {
    font-size: 15px;
    padding: 8px 0;
  }
  .tbl_color tbody .bg_g {
    line-height: 20px;
  }
  .over_bdrs + p.ne {
    margin-top: 15px;
  }
  .linearz_lift {
    padding: 30px;
  }
  .linearz_lift strong {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .linearz_lift .icons p {
    font-size: 18px;
    margin-top: 15px;
  }
  .linearz_type {
    gap: 20px;
  }
  .linearz_type .left {
    width: calc(60% - 20px);
  }
  .linearz_type .left .txt {
    width: calc(100% - 140px);
    padding-right: 15px;
  }
  .linearz_type .left strong {
    font-size: 20px;
    margin-bottom: 15px;
    gap: 15px;
  }
  .linearz_type .left strong:after {
    width: 80px;
  }
  .linearz_type .left .img {
    width: 140px;
  }
  .linearz_type .right {
    width: 40%;
  }
  .linearz_half_area .flex {
    gap: 20px;
  }
  .linearz_half_area .box {
    width: calc(50% - 10px);
  }
  .linearz_half_area .tit_product {
    gap: 8px;
  }
  .linearz_half_area i {
    margin-top: 30px;
    padding: 16px;
  }
  .dliv_modes {
    padding: 30px;
  }
  .dliv_modes > li > strong {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .dliv_modes .imgs li {
    gap: 10px;
  }
  .dliv_modes .imgs i {
    width: 80px;
  }
  .dliv_modes .imgs p {
    font-size: 15px;
  }
  .dliv_modes .imgs strong {
    font-size: 20px;
  }
  .dliv_imgtxt {
    gap: 20px;
  }
  .dliv_imgtxt > div {
    width: calc(50% - 10px);
  }
  .dliv_imgtxt .txt .tt {
    font-size: 20px;
    padding-left: 30px;
    background-size: 20px;
  }
  .dliv_imgtxt .txt li {
    font-size: 15px;
    padding-left: 30px;
  }
  .dliv_imgtxt .txt li:before {
    top: 8px;
    left: 8px;
  }
  .dliv_imgtxt + .potenza_program_list {
    margin-top: 40px;
  }
  .cellecv_interchangeable_area dt {
    width: 120px;
    height: 140px;
    font-size: 18px;
  }
  .cellecv_interchangeable_area dd {
    width: calc(100% - 120px);
    height: 170px;
    padding: 0 0 0 20px;
  }
  .cellecv_interchangeable_area ul {
    gap: 20px;
    width: 100%;
  }
  .cellecv_interchangeable_area li {
    max-width: calc((100% - 60px)/4);
  }
  .cellecv_interchangeable_area img {
    margin-bottom: 10px;
  }
  .cellecv_interchangeable_area p {
    font-size: 16px;
  }
  .g02.s05 .dliv_imgtxt .img {
    gap: 10px;
  }
  .g02.s05 .dliv_imgtxt .ice {
    font-size: 20px;
    padding-left: 26px;
  }
  .g02.s05 .dliv_imgtxt .txt .tt ~ .tt {
    margin-top: 20px;
  }
  .g02.s05 .dliv_imgtxt .txt .pl {
    padding-left: 30px;
  }
  .g02.s05 .dliv_imgtxt p.ne {
    margin-top: 20px;
  }
  .icon_txt_area ul {
    gap: 20px;
  }
  .icon_txt_area .txt {
    padding-left: 20px;
    gap: 10px;
  }
  .icon_txt_area .txt strong {
    font-size: 20px;
  }
  .icon_txt_area .txt p {
    font-size: 15px;
  }
  .icon_txt_area .graph {
    margin-top: 60px;
  }
  .g02.s06 .img_half {
    gap: 10px;
    margin-top: 30px;
  }
  .g02.s06 .img_half > li {
    width: calc(50% - 5px);
    padding: 20px;
  }
  .g02.s06 .img_half .left .left1 {
    padding-right: 15px;
  }
  .g02.s06 .img_half .left .left2 {
    padding-left: 15px;
  }
  .g02.s06 .img_half .left .imgtop {
    height: 160px;
  }
  .g02.s06 .img_half .left .imgtop img:first-child {
    height: 50px;
  }
  .g02.s06 .img_half .left .logo {
    width: 80px;
    margin-top: 30px;
  }
  .g02.s06 .img_half p {
    font-size: 15px;
  }
  .g02.s06 .img_half .half {
    gap: 4px;
  }
  .g02.s06 .img_half .half li {
    width: calc(50% - 2px);
  }
  .g02.s06 .img_half .right .tt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .g02.s06 .img_half .right img {
    margin: 10px 0 20px;
  }
  .g02.s06 .tri_beam_handpiece_area .mo_vw th,	.g02.s06 .tri_beam_handpiece_area .mo_vw td {
    border: #F1F1F1 1px solid;
  }
  .g02.s06 .tri_beam_handpiece_area .mo_vw th {
    background: #730021;
    color: #fff;
    border-color: #ffffff80;
    padding: 10px;
  }
  .g02.s06 .tri_beam_handpiece_area .mo_vw td.pd0 {
    padding: 0;
  }
  .g02.s06 .tri_beam_handpiece_area .mo_vw td {
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
  }
  .g02.s06 .tri_beam_handpiece_area .mo_vw table:not(:last-child) {
    margin-bottom: 20px;
  }
  .edgeone_surgicalmode_area .wbox {
    gap: 40px;
  }
  .edgeone_surgicalmode_area li {
    width: calc(50% - 20px);
  }
  .edgeone_surgicalmode_area .tit {
    font-size: 20px;
    line-height: 40px;
    padding-left: 50px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    background-size: 40px;
  }
  .edgeone_surgicalmode_area p {
    font-size: 14px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img {
    gap: 10px 30px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .left {
    width: calc(50% - 10px);
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right {
    width: calc(50% - 20px);
    padding-right: 5px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right ul {
    gap: 10px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right li {
    width: calc(50% - 5px);
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right li img {
    max-width: 30px;
    max-height: 30px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right li p {
    font-size: 12px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .center {
    font-size: 14px;
  }
  .edgeone_rractional_area .dliv_imgtxt .txt .tit_red {
    font-size: 20px;
    margin: 30px 0 12px;
  }
  .edgeone_rractional_area .half_img_area {
    margin-top: 30px;
    flex-direction: column;
  }
  .edgeone_rractional_area .half_img_area > li {
    width: 100%;
  }
  .edgeone_rractional_area .half_img_area .tt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .edgeone_rractional_area .half_img_area .imgs li {
    width: calc((100% - 40px)/5);
  }
  .company_tit {
    font-size: 42px;
    margin-bottom: 60px;
  }
  .company_tit strong {
    font-size: 35px;
  }
  .out_vision01,	.out_vision01 .txt {
    gap: 20px;
  }
  .out_vision01 .txt > * {
    width: calc(50% - 10px);
  }
  .out_vision01 .txt .tt {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .out_vision01 .txt .tt strong {
    padding-left: 12px;
  }
  .out_vision01 .txt p {
    font-size: 16px;
  }
  .out_vision01 p + p {
    margin-top: 8px;
  }
  .out_vision01 .sign_area {
    margin-top: 30px;
    gap: 20px;
  }
  .out_vision01 .sign_area + p {
    padding-top: 30px;
    margin-top: 30px;
  }
  .out_vision01 .sign_area .name {
    font-size: 15px;
  }
  .out_vision01 .sign_area img {
    max-width: 140px;
  }
  .out_vision02 .flex {
    gap: 10px;
  }
  .out_vision02 dl {
    width: calc(50% - 5px);
    padding: 20px 30px;
  }
  .out_vision02 dt {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .out_vision02 dd p {
    font-size: 16px;
  }
  .out_vision03 article ~ article {
    margin-top: 50px;
  }
  .out_vision03 .tit {
    gap: 16px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .out_vision03 .tit span {
    font-size: 32px;
  }
  .out_vision03 .sqr_area {
    gap: 4px;
  }
  .out_vision03 .sqr_area > li {
    width: calc((100% - 8px)/3);
    height: 270px;
    padding: 50px 20px 0;
  }
  .out_vision03 .sqr_area > li:before {
    height: 35px;
    width: 50px;
    margin-bottom: 15px;
  }
  .out_vision03 .sqr_area > li h4 {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
  }
  .out_vision03 .sqr_area ul li {
    font-size: 15px;
    padding-left: 10px;
  }
  .out_vision03 .sqr_area ul li:before {
    top: 8px;
  }
  .history_top {
    margin-bottom: 40px;
  }
  .history_area .tit_btm {
    margin: 3px 0 40px;
  }
  .history_list_area {
    padding: 0 40px;
  }
  .history_list_area .line {
    left: 190px;
  }
  .history_list > div {
    padding-left: 220px;
  }
  .history_list dt {
    top: 30px;
    width: 150px;
    font-size: 40px;
  }
  .history_list dd {
    padding: 30px 0;
  }
  .history_list div:first-child:before,	.history_list div:last-child:before {
    left: 150px;
  }
  .history_list div:first-child:before {
    height: 20px;
  }
  .history_list div:last-child:before {
    height: calc(100% - 50px);
  }
  .history_list ul {
    padding: 7px 0;
  }
  .history_list li {
    font-size: 16px;
    padding-left: 12px;
  }
  .history_list li + li {
    margin-top: 12px;
  }
  .history_list li:before {
    top: 11px;
  }
  .esg_management01 p {
    font-size: 20px;
    margin-top: 20px;
  }
  .esg5directions_list li p {
    font-size: 16px;
    padding-top: 10px;
  }
  .esg5directions_list li p:before {
    height: 26px;
    margin-bottom: 8px;
  }
  .strategic_tasks_list {
    gap: 10px;
  }
  .strategic_tasks_list article {
    width: calc((100% - 20px)/3);
  }
  .strategic_tasks_list .txt {
    padding-top: 16px;
  }
  .strategic_tasks_list .tit {
    font-size: 20px;
    padding-left: 28px;
    margin-bottom: 8px;
  }
  .strategic_tasks_list li {
    font-size: 14px;
    padding-left: 28px;
  }
  .esg_management_area li i {
    width: 170px;
    margin-bottom: 25px;
  }
  .esg_management_area li + li:after {
    left: -20px;
    width: 40px;
    height: 170px;
  }
  .esg_management_area li strong {
    font-size: 20px;
  }
  .esg_management_area li p {
    font-size: 15px;
    padding-top: 9px;
    margin-top: 8px;
  }
  .esg_management_area li.i3 i:before {
    width: 200px;
  }
  .esg_management_area li.i3 i:after {
    width: 140px;
  }
  .glbox {
    padding: 30px;
  }
  .advancement_list li + li {
    margin-top: 20px;
  }
  .advancement_list strong,	.advancement_list p {
    padding-left: 28px;
  }
  .advancement_list strong {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .advancement_list p {
    font-size: 15px;
  }
  .advancement_list p:before {
    top: 9px;
    left: 8px;
  }
  .governance03 .img {
    padding-top: 40px;
    margin-top: 40px;
  }
  .governance04 .bgtxt {
    height: 300px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .governance04 p {
    font-size: 16px;
  }
  .responsibility_list {
    margin-top: 40px;
    padding: 30px;
    gap: 30px 0;
  }
  .responsibility_list li {
    width: 100%;
    padding-left: 100px;
  }
  .responsibility_list li:before {
    width: 70px;
  }
  .responsibility_list li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00000026;
  }
  .responsibility_list li:nth-child(2n) {
    padding-left: 100px;
  }
  .responsibility_list li:nth-child(2n):before {
    left: 0;
  }
  .responsibility_list .tt span {
    font-size: 26px;
  }
  .responsibility_list .tt strong {
    font-size: 20px;
  }
  .responsibility_list p {
    font-size: 15px;
  }
  .governance05 .main_title_wrap .btns {
    margin-top: 25px;
  }
  .governance06 .top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .governance06 .top .tit {
    font-size: 32px;
  }
  .governance06 .top p {
    font-size: 18px;
    margin-top: 14px;
  }
  .btn_submit {
    gap: 12px;
    font-size: 16px;
    margin-top: 40px;
  }
  .inputs_area {
    gap: 20px;
  }
  .inputs_area > li {
    width: calc(50% - 10px);
  }
  .inputs_area > li .tit {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .inputs_area > li .text {
    font-size: 14px;
  }
  .inputs_area > li input.text {
    height: 54px;
  }
  .inputs_area > li textarea.text {
    height: 320px;
  }
  .inputs_area .radios {
    gap: 10px;
    flex-wrap: wrap;
  }
  .inputs_area .radios li {
    width: calc((100% - 40px)/5);
  }
  .inputs_area .radios .radio span {
    font-size: 16px;
  }
  .captcha_area * {
    height: 54px;
  }
  .captcha_area .img {
    width: 262px;
  }
  .captcha_area .btn_re {
    width: 54px;
  }
  .captcha_area .text {
    max-width: calc(100% - 336px);
  }
  .agree_area {
    margin: 60px 0 20px;
    gap: 12px;
  }
  label.check {
    padding-left: 32px;
  }
  .agree_area .btn_link {
    font-size: 15px;
  }
  .privacy_policy_wrap .top {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .privacy_policy_wrap .tit {
    font-size: 16px;
    margin: 30px 0 12px;
  }
  .privacy_policy_wrap li {
    font-size: 15px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
@media screen and (max-width:767px) {
  .pc_vw {
    display: none !important;
  }
  .mo_vw {
    display: block !important;
  }
  .header {
    height: 56px;
    border-bottom: 0;
  }
  .header .logo img {
    height: 26px;
  }
  .header .langs {
    right: 84px;
  }
  .header .langs button {
    font-size: 13px;
    line-height: 56px;
    padding-right: 20px;
  }
  .header .langs .con {
    top: 50px;
    width: 80px;
  }
  .header .langs .con a {
    font-size: 13px;
    line-height: 24px;
  }
  .header .btn_menu {
    width: 50px;
  }
  .header .btn_menu .line {
    width: 50px;
    margin-left: -25px;
  }
  .header.on .btn_menu .line {
    width: 30px;
    margin-left: -15px;
  }
  .header .sitemap {
    right: -100%;
    width: 100%;
    max-width: 500px;
    padding: 56px 20px 0;
  }
  .header .sitemap .menu_list {
    padding-top: 10px;
  }
  .header .sitemap .menu_list > li > a,	.header .sitemap .menu_list > li > button {
    font-size: 24px;
    line-height: 32px;
  }
  .header .sitemap .menu_list > li > a i {
    width: 18px;
  }
  .header .sitemap .menu_list > li > button i {
    width: 15px;
  }
  .header .sitemap .snb a {
    font-size: 14px;
  }
  .footer {
    padding: 10px 0 36px;
  }
  .footer .gotop {
    font-size: 12px;
  }
  .footer .footer_nav {
    flex-direction: column;
  }
  .footer .footer_nav .term_links li a {
    font-size: 13px;
    line-height: 48px;
  }
  .footer .footer_nav .family-site {
    width: 100%;
  }
  .footer .footer_nav .family-site button {
    font-size: 13px;
    width: 100%;
    padding: 0 24px;
  }
  .footer .footer_nav .family-site button:after {
    right: 24px;
    width: 14px;
  }
  .footer .footer_nav .family-site .con {
    border-radius: 22px 22px 0 0;
    padding: 12px 24px;
  }
  .footer .footer_nav .family-site .con a {
    font-size: 13px;
    padding: 10px 0;
  }
  .footer .footer_nav .family-site.on button {
    border-radius: 0 0 22px 22px;
  }
  .footer .address {
    margin-top: 24px;
    padding-top: 24px;
    gap: 18px;
  }
  .footer .address,	.footer .copy {
    font-size: 12px;
  }
  .footer .info_list_area:before {
    width: 130px;
  }
  .footer .info_list_area .company_name {
    font-size: 13px;
    margin: 16px 0 12px;
  }
  .footer .info_list_area .info_list {
    gap: 4px;
  }
  .footer .info_list_area .info_list li {
    width: 100%;
  }
  .footer .info_list_area .info_list li:before {
    display: none;
  }
  .footer .address .sns_link {
    display: flex !important;
    gap: 16px;
  }
  .footer .address .sns_link a {
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    background: no-repeat 50% 50% / contain;
    font-size: 0;
  }
  .footer .address .sns_link .i1 {
    background-image: url('/pub/images/icon_sns01.svg');
  }
  .footer .address .sns_link .i2 {
    background-image: url('/pub/images/icon_sns02.svg');
  }
  .footer .address .sns_link .i3 {
    background-image: url('/pub/images/icon_sns03.svg');
  }
  .footer .copy {
    margin-top: 12px;
  }
  .footer .ars_center {
    border-radius: 20px;
    padding: 20px;
  }
  .footer .ars_center .title {
    font-size: 15px;
  }
  .footer .ars_center .phone_num {
    font-size: 24px;
    margin: 8px 0 16px;
  }
  .footer .ars_center .hours {
    font-size: 13px;
  }
  .main_title {
    font-size: 36px;
  }
  .tit_btm {
    gap: 6px;
    font-size: 18px;
    margin-bottom: 32px;
  }
  .tit_btm .vujahday {
    font-size: 30px;
  }
  .mcon {
    padding: 60px 0;
  }
  .mcon .more {
    font-size: 14px;
    padding: 0 32px;
    gap: 16px;
  }
  .mcon .more.mo_vw {
    position: relative;
    right: 0;
    margin: 48px auto 0;
    display: flex !important;
    width: 130px;
  }
  .mcon .more:after {
    width: 6px;
    height: 10px;
  }
  .mvisual,	.mvisual .swiper-slide {
    height: 100vh;
    max-height: 556px;
  }
  .mvisual .txt {
    padding-bottom: 80px;
  }
  .mvisual .pagination {
    gap: 16px;
  }
  .mvisual .pagination .swiper-pagination-bullet {
    width: 20px;
  }
  .mvisual .pagination .swiper-pagination-bullet:before {
    width: 6px;
  }
  .mvisual p {
    font-size: 36px;
  }
  .main_product {
    position: relative;
    margin-top: -36px;
    z-index: 1;
    border-radius: 36px 36px 0 0;
    padding-bottom: 60px !important;
  }
  .product_slide_wrap {
    position: relative;
    gap: 20px;
    flex-direction: column-reverse;
    overflow: visible;
  }
  .product_slide_txt {
    width: 100%;
    margin-bottom: 24px;
  }
  .product_slide_txt .logo {
    height: 40px;
  }
  .product_slide_txt .logo img {
    max-width: 60%;
    max-height: 50%;
  }
  .product_slide_txt p {
    font-size: 15px;
    margin-top: 24px;
  }
  .product_slide_txt .logo.logo_density img {
    max-height: 100%;
  }
  .product_slide_txt .logo.logo_potenza img {
    max-height: 40%;
  }
  .product_slide_txt_area {
    width: 100%;
  }
  .product_slide_txt_area .pagination {
    gap: 5px;
    font-size: 15px;
  }
  .product_slide_txt_area .arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .product_slide_txt_area .arrow {
    position: absolute;
    top: 100px;
    width: 40px;
    z-index: 10;
  }
  .product_slide_txt_area .prev {
    left: 0;
  }
  .product_slide_txt_area .next {
    right: 0;
  }
  .product_slide_img {
    width: 100%;
    height: 240px;
  }
  .product_slide_img img {
    width: 100%;
    height: 240px;
    object-fit: contain;
  }
  .marquee-content {
    gap: .2rem;
    padding: 0 0.2rem;
  }
  .marquee-item {
    width: 200px;
    margin: 0 -.6rem;
  }
  .marquee-item .txt {
    padding: 10px;
    font-size: 16px;
  }
  .marquee-item .txt i {
    height: 24px;
    margin-bottom: 4px;
  }
  .marquee-item .txt i img {
    max-height: 100%;
  }
  .company_area {
    background: none;
  }
  .company-list {
    height: calc(80vh - 56px);
    min-height: 560px;
    flex-direction: column;
    padding: 0;
  }
  .company-item {
    flex: 1 1 25%;
    padding: 2rem 20px;
    margin: 0;
    background: no-repeat 50% 50% / cover;
    margin: -10px 0;
  }
  .company-item.shape-wide-top {
    clip-path: polygon(0 0, 100% 20px, 100% calc(100% - 20px), 0 100%);
  }
  .company-item.shape-narrow-top {
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .company-item:first-child {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0 100%);
  }
  .company-item:last-child {
    margin-bottom: 0;
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
  }
  .company-item.company1 {
    background-image: url('/pub/images/bg_maincompany1_mo.jpg');
  }
  .company-item.company2 {
    background-image: url('/pub/images/bg_maincompany2_mo.jpg');
  }
  .company-item.company3 {
    background-image: url('/pub/images/bg_maincompany3_mo.jpg');
  }
  .company-item.company4 {
    background-image: url('/pub/images/bg_maincompany4_mo.jpg');
  }
  .company-item dl dt {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
  }
  .company-item dl dd {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin-top: 0;
  }
  .company-item .border-svg {
    display: none;
  }
  .main_gall_wrap .gallery_list {
    flex-wrap: nowrap;
    gap: 0;
  }
  .main_gall_wrap .gallery_list li {
    width: calc(100vw - 140px) !important;
  }
  .main_gall_wrap .gallery_list .txt {
    padding-top: 16px;
  }
  .main_gall_wrap .gallery_list .txt p {
    height: 42px;
  }
  .main_contactus {
    padding: 40px 0;
    background-image: url('/pub/images/bg_main_contactus_mo.jpg');
  }
  .main_contactus p {
    font-size: 15px;
    margin: 8px 0 16px;
  }
  .main_contactus a {
    gap: 8px;
    font-size: 14px;
    line-height: 44px;
    height: 46px;
    width: calc(50% - 4px);
    max-width: 200px;
  }
  .svisual {
    height: 350px;
    padding-top: 60px;
  }
  .svisual .inner {
    flex-direction: column;
    gap: 20px;
  }
  .svisual .tit {
    font-size: 40px;
  }
  .svisual .lnb_area {
    position: relative;
    bottom: 0;
    right: 0;
    gap: 20px;
  }
  .svisual .lnb_area .home {
    width: 14px;
    height: 12px;
  }
  .svisual .lnb_area .menu_group:before {
    left: -11px;
  }
  .svisual .lnb_area .trigger {
    font-size: 14px;
    padding-right: 25px;
  }
  .svisual .lnb_area .trigger:after {
    width: 10px;
  }
  .svisual .lnb_area .dropdown_list {
    min-width: 140px;
    padding: 10px;
  }
  .svisual .lnb_area .home + .menu_group .dropdown_list {
    left: 0;
    right: auto;
  }
  .svisual .lnb_area .dropdown_list a {
    font-size: 13px;
    padding: 5px;
  }
  .container_wrap {
    padding-bottom: 100px;
  }
  .scon {
    padding: 60px 0;
  }
  .main_title.mb {
    margin-bottom: 32px;
  }
  .wbox {
    margin-top: 20px;
  }
  .sub_worldwide02 .global-network-detail {
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .sub_worldwide02 .global-network-detail > li {
    width: 100% !important;
    padding: 24px 0;
  }
  .sub_worldwide02 .global-network-detail > li + li:before {
    left: 0;
    width: 100%;
    height: 0;
    border-left: 0;
    border-top: #ddd 1px dashed;
  }
  .sub_worldwide02 .global-network-detail > li:nth-child(3):before {
    display: block;
  }
  .sub_worldwide02 .global-network-detail > li:first-child {
    padding-top: 0;
  }
  .sub_worldwide02 .global-network-detail > li:last-child {
    padding-bottom: 0;
  }
  .sub_worldwide02 .global-network-detail h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sub_worldwide02 .global-network-detail li ul {
    gap: 4px 0;
  }
  .sub_worldwide02 .global-network-detail li li {
    font-size: 14px;
  }
  .sub_worldwide02 .global-network-detail li.line1 ul,	.sub_worldwide02 .global-network-detail li.line2 ul,	.sub_worldwide02 .global-network-detail li.line3 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .sub_worldwide04 .location_area {
    flex-direction: column;
  }
  .sub_worldwide04 .location_area .map {
    width: 100%;
  }
  .sub_worldwide04 .location_area .map iframe {
    height: 205px;
  }
  .sub_worldwide04 .location_list {
    width: 100%;
    padding: 20px 6px 20px 20px;
  }
  .sub_worldwide04 .scroll_list {
    padding-right: 10px;
  }
  .sub_worldwide04 .scroll_list li {
    padding: 12px 0;
  }
  .sub_worldwide04 .scroll_list li .tit {
    gap: 10px;
    margin-bottom: 8px;
  }
  .sub_worldwide04 .scroll_list li .tit strong {
    font-size: 20px;
    line-height: 24px;
  }
  .sub_worldwide04 .scroll_list li .tit .link {
    width: 24px;
    height: 24px;
    background-size: 10px;
  }
  .sub_worldwide04 .scroll_list li p {
    font-size: 14px;
    padding-left: 28px;
    background-size: 20px;
  }
  .svisual.g02 {
    height: 400px;
  }
  .svisual.g02:before,	.svisual.g02:after {
    background-size: 90%;
    filter: blur(2px);
  }
  .svisual.g02.s01:before, .svisual.g02.s01:after {
    height: 60px;
  }
  .svisual.g02.s01:before {
    bottom: 60px;
  }
  .svisual.g02.s01:after {
    bottom: -10px;
  }
  .svisual.g02.s02:before, .svisual.g02.s02:after {
    height: 60px;
  }
  .svisual.g02.s02:before {
    bottom: 50px;
  }
  .svisual.g02.s02:after {
    bottom: -5px;
  }
  .svisual.g02.s03:before, .svisual.g02.s03:after {
    height: 60px;
  }
  .svisual.g02.s03:before {
    bottom: 60px;
  }
  .svisual.g02.s03:after {
    bottom: -15px;
  }
  .svisual.g02.s04:before, .svisual.g02.s04:after {
    height: 100px;
  }
  .svisual.g02.s04:before {
    bottom: 80px;
  }
  .svisual.g02.s04:after {
    bottom: -30px;
  }
  .svisual.g02.s05:before, .svisual.g02.s05:after {
    height: 100px;
  }
  .svisual.g02.s05:before {
    bottom: 50px;
  }
  .svisual.g02.s05:after {
    bottom: -30px;
  }
  .svisual.g02.s06:before, .svisual.g02.s06:after {
    height: 100px;
  }
  .svisual.g02.s06:before {
    bottom: 40px;
  }
  .svisual.g02.s06:after {
    bottom: -15px;
  }
  .svisual.g02.s07:before, .svisual.g02.s07:after {
    height: 100px;
  }
  .svisual.g02.s07:before {
    bottom: 40px;
  }
  .svisual.g02.s07:after {
    bottom: -30px;
  }
  .svisual.g02 .bg {
    height: 40px;
  }
  .sub_product {
    padding-bottom: 60px;
  }
  .sub_product.pt {
    padding-top: 60px;
  }
  .sub_product p {
    font-size: 13px;
  }
  .tit_product {
    gap: 4px;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 15px;
  }
  .tit_product.mo_inline {
    display: inline-block;
    text-align: center;
  }
  .tit_product strong {
    font-size: 20px;
  }
  .tit_product span {
    font-size: 30px;
  }
  .tit_product span.t1:before {
    height: 46px;
  }
  .tit_product span.t2 {
    margin-right: 16px;
  }
  .tit_product span.t3:before {
    height: 40px;
    right: -8px;
  }
  .tit_product span.t3_1:before {
    width: 90px;
    height: 40px;
    right: -10px;
  }
  .tit_product span.t4:before {
    height: 50px;
  }
  .tit_product span.t5:before {
    width: 30px;
    height: 30px;
    top: -20px;
    right: -30px;
  }
  .tit_product span.mr5 {
    margin-right: 15px;
  }
  .tit_product span.ml3 {
    margin-left: 15px;
  }
  .tit_product span.ml2 {
    margin-left: 10px;
  }
  .tit_product span.pd1 {
    padding: 0 5px;
  }
  .tit_product span.pd2 {
    padding: 0 10px;
  }
  .tit_product span {
    padding-right: 5px;
  }
  .sub_product_start {
    padding-top: 25px;
  }
  .sub_product_start .logo {
    margin-bottom: 15px;
  }
  .sub_product_start .logo img {
    max-width: 200px;
    max-height: 50px;
  }
  .sub_product_start .img_representative {
    margin-top: 60px;
  }
  .sub_product .principles {
    padding: 5px 20px;
    flex-direction: column;
  }
  .sub_product .principles li {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sub_product .principles li + li {
    border-left: 0;
    border-top: #ddd 1px dashed;
  }
  .sub_product .principles .icon {
    height: 40px;
    width: 66px;
    margin-bottom: 0;
  }
  .sub_product .principles p {
    font-size: 13px;
    text-align: left;
    width: calc(100% - 76px);
  }
  .sub_product .principles p br {
    display: none;
  }
  .sub_product .txt_img {
    padding-top: 10px;
    gap: 20px;
    flex-direction: column;
  }
  .sub_product .txt_img .txt {
    width: 100%;
  }
  .sub_product .txt_img .txt > li + li {
    margin-top: 24px;
  }
  .sub_product .txt_img li strong {
    font-size: 18px;
    line-height: 22px;
    padding-left: 26px;
    margin-bottom: 8px;
    background-size: 20px;
  }
  .sub_product .txt_img li li {
    font-size: 13px;
    padding-left: 26px;
  }
  .sub_product .txt_img li li:before {
    top: 7px;
    left: 8px;
  }
  .sub_product .txt_img .img {
    width: 100%;
  }
  .skin_controls {
    padding: 20px;
  }
  .skin_controls .img_area {
    gap: 4px;
    flex-wrap: wrap;
  }
  .skin_controls .img_area li {
    width: calc(50% - 2px);
  }
  .skin_controls .img_area .txt {
    padding: 10px;
  }
  .skin_controls .img_area .img img {
    margin: 0 auto;
  }
  .skin_controls .img_area .colm .txt {
    height: auto;
  }
  .skin_controls .img_area .colm strong {
    font-size: 11px;
  }
  .skin_controls .img_area .colm p {
    font-size: 13px;
  }
  .skin_controls .img_area .row .txt {
    height: auto;
    font-size: 11px;
    padding: 10px;
    flex-direction: column;
  }
  .skin_controls .img_area .best {
    width: calc(50% - 2px);
    margin: 0;
  }
  .skin_controls .img_area .best .txt_btm {
    font-size: 11px;
    padding: 5px 10px;
  }
  .skin_controls .stain_area {
    margin-top: 10px;
    padding: 12px;
  }
  .skin_controls .stain_area .tit {
    font-size: 14px;
  }
  .skin_controls .stain_list {
    gap: 5px;
  }
  .skin_controls .stain_list li {
    font-size: 13px;
    gap: 6px;
  }
  .level5_area .tit_product span {
    padding-left: 8px;
  }
  .level5_list {
    padding: 30px;
  }
  .level5_list .flex {
    margin-top: 30px;
    gap: 10px;
    flex-direction: column;
  }
  .level5_list .check_list li {
    font-size: 14px;
    padding-left: 24px;
    background-size: 18px;
    background-position: 0 2px;
  }
  .level5_list .arrow {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
  }
  .level5_list strong {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
  }
  .handpiecetips_area .wbox {
    padding: 0 30px 30px;
    margin-top: calc(4vw + 10px);
  }
  .handpiecetips_area .wbox img {
    transform: translateY(-4vw);
  }
  .faq_list {
    margin-top: 20px;
  }
  .faq_wrap .tit,	.faq_wrap .con {
    line-height: 22px;
  }
  .faq_wrap .tit {
    font-size: 14px;
    padding: 20px 40px;
  }
  .faq_wrap .con {
    font-size: 13px;
    padding: 15px 40px;
  }
  .faq_wrap .tit:before,	.faq_wrap .con:before {
    left: 10px;
    width: 24px;
    font-size: 13px;
  }
  .faq_wrap .tit:before {
    top: 20px;
  }
  .faq_wrap .con:before {
    top: 15px;
  }
  .faq_wrap .tit i {
    right: 10px;
    width: 16px;
  }
  .faq_wrap .tit i:before {
    width: 10px;
  }
  .faq_wrap .tit i:after {
    height: 10px;
  }
  .faq_wrap li.on .tit i:after {
    width: 10px;
  }
  .sub_product.priduct_item_bar {
    height: 120px;
    background-position: 70% 50%;
  }
  .g02.s01 .priduct_item_bar {
    background-image: url('/pub/images/bg_priduct_item_bar21_m.jpg');
  }
  .g02.s02 .priduct_item_bar {
    background-image: url('/pub/images/bg_priduct_item_bar22_m.jpg');
  }
  .g02.s03 .priduct_item_bar {
    background-image: url('/pub/images/bg_priduct_item_bar23_m.jpg');
  }
  .priduct_item_bar .inner {
    gap: 10px;
    font-size: 15px;
  }
  .priduct_item_bar img {
    max-width: 200px;
    max-height: 50px;
  }
  .result_area .swiper-slide {
    gap: 10px;
  }
  .result_area .swiper-slide .before,	.result_area .swiper-slide .after {
    width: calc(50% - 5px);
  }
  .result_area .swiper-slide .img {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .result_area .swiper-slide p {
    font-size: 14px;
  }
  .result_area .arrow {
    width: 30px;
    margin-top: -15px;
  }
  .tbl_colm {
    margin: 20px 0 10px;
  }
  .tbl_colm table,	.tbl_colm tbody,	.tbl_colm th,	.tbl_colm td {
    display: block;
  }
  .tbl_colm tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tbl_colm th,	.tbl_colm td {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 10px;
  }
  .tbl_colm th {
    width: 100px;
  }
  .tbl_colm td {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
  }
  .specifications_area p {
    font-size: 13px;
  }
  .specifications_area p + p {
    margin-top: 10px;
  }
  .potenza01_list {
    gap: 20px;
    flex-direction: column;
  }
  .potenza01_list > li {
    width: 100%;
    padding: 20px;
  }
  .potenza01_list .img {
    width: 160px;
    margin-bottom: 15px;
  }
  .potenza01_list .tit {
    font-size: 16px;
  }
  .potenza01_list p {
    font-size: 13px;
    margin: 10px 0 20px;
  }
  .potenza01_list .check li {
    font-size: 13px;
    padding-left: 24px;
    line-height: 22px;
    background-size: 20px;
  }
  .product_img_half {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  p.ne {
    font-size: 13px;
    padding-left: 16px;
  }
  p.ne:before {
    top: 3px;
    width: 12px;
    background-size: contain;
  }
  p.ne.mt4 {
    margin-top: 20px;
  }
  .potenza_program_list {
    flex-direction: column;
  }
  .potenza_program_list li {
    width: 100%;
  }
  .potenza_program_list strong {
    font-size: 16px;
    margin-top: 15px;
  }
  .potenza_program_list p {
    font-size: 13px;
    margin-top: 5px;
  }
  .step_list {
    gap: 40px;
  }
  .step_list li {
    width: 100%;
  }
  .step_list li + li i:before {
    left: 50%;
    top: -74px;
    width: 40px;
    height: 40px;
    transform: translateX(-50%) rotate(90deg);
    background-size: 60%;
  }
  .step_list li .step {
    font-size: 12px;
    line-height: 22px;
    height: 24px;
    width: 80px;
    margin-bottom: 10px;
  }
  .potenza_type {
    gap: 20px;
    flex-direction: column;
    padding: 20px;
  }
  .potenza_type li {
    width: 100%;
  }
  .potenza_type p {
    font-size: 14px;
    margin-top: 10px;
  }
  .what_potenza_table {
    margin: 20px 0 10px;
  }
  .tbl_color .set4 .intbl {
    border-bottom: 0;
  }
  .tbl_color thead th {
    font-size: 14px;
    line-height: 22px;
    padding: 7px;
  }
  .tbl_color tbody td {
    font-size: 14px;
    padding: 7px;
  }
  .tbl_color tbody .intbl {
    padding: 0;
  }
  .tbl_color tbody .bg.top {
    background: none;
    border-bottom: 0;
    padding: 20px 0 0;
  }
  .tbl_color tbody .nbd_t {
    border-top: 0;
  }
  .tbl_color tbody .nbd_b {
    border-bottom: 0;
  }
  .tbl_color tbody .bg_g {
    line-height: 22px;
    height: 81px;
  }
  .tbl_color table {
    border-radius: 6px;
    overflow: hidden;
  }
  .what_potenza_table .set4 {
    margin-top: 20px;
  }
  .what_potenza_table .set4 .flex {
    flex-direction: column;
  }
  .over_bdrs + p.ne {
    margin-top: 8px;
  }
  .linearz_lift {
    padding: 0 20px;
    flex-direction: column;
  }
  .linearz_lift > li {
    width: 100%;
    padding: 20px 0;
  }
  .linearz_lift > li + li {
    border-left: 0;
    border-top: #ddd 1px solid;
  }
  .linearz_lift img {
    height: 40px;
  }
  .linearz_lift strong {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .linearz_lift .icons p {
    font-size: 13px;
    margin-top: 10px;
  }
  .linearz_type {
    gap: 10px;
    flex-direction: column;
  }
  .linearz_type .left {
    width: 100%;
  }
  .linearz_type .left .txt {
    width: calc(100% - 100px);
    padding-right: 10px;
  }
  .linearz_type .left strong {
    font-size: 16px;
    margin-bottom: 10px;
    gap: 5px;
  }
  .linearz_type .left strong:after {
    width: 40px;
  }
  .linearz_type .left .img {
    width: 100px;
  }
  .linearz_type .right {
    width: 100%;
  }
  .linearz_half_area .flex {
    gap: 30px;
    flex-direction: column;
  }
  .linearz_half_area .box {
    width: 100%;
  }
  .linearz_half_area .tit_product {
    gap: 6px;
  }
  .linearz_half_area i {
    margin-top: 20px;
    padding: 12px;
  }
  .linearz_cartridge_area .mode_area .flex {
    flex-direction: column;
    gap: 16px;
  }
  .linearz_cartridge_area .mode_area .category .tit {
    font-size: 14px;
    color: #EA531A;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .linearz_cartridge_area .mode_area .category ul {
    display: flex;
    gap: 30px;
  }
  .linearz_cartridge_area .mode_area .category li {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
  }
  .linearz_cartridge_area .mode_area .category li span {
    width: 50px;
    font-size: 13px;
    color: #666;
    line-height: 1.3;
  }
  .linearz_cartridge_area .mode_area .category li:after {
    content: "";
    width: calc(100% - 50px);
    border-top: #EA531A 1px;
  }
  .linearz_cartridge_area .mode_area .category li.l1:after {
    border-top-style: dashed;
  }
  .linearz_cartridge_area .mode_area .category li.l2:after {
    border-top-style: solid;
  }
  .linearz_cartridge_area .mode_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .linearz_cartridge_area .mode_list li {
    padding: 16px;
  }
  .linearz_cartridge_area .mode_list .tt {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Palatino Linotype', 'Lora';
    margin-bottom: 14px;
  }
  .linearz_cartridge_area .mode_list p {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
  }
  .linearz_cartridge_area .mode_list p + p {
    margin-top: 12px;
  }
  .linearz_cartridge_area .mode_list .c1 {
    background: #1A87500D;
  }
  .linearz_cartridge_area .mode_list .c2 {
    background: #EE86300D;
  }
  .linearz_cartridge_area .mode_list .c3 {
    background: #5583BB0D;
  }
  .linearz_cartridge_area .mode_list .c4 {
    background: #A523830D;
  }
  .linearz_cartridge_area .mode_list .c1 .tt {
    color: #1A8750;
  }
  .linearz_cartridge_area .mode_list .c2 .tt {
    color: #EE8630;
  }
  .linearz_cartridge_area .mode_list .c3 .tt {
    color: #5583BB;
  }
  .linearz_cartridge_area .mode_list .c4 .tt {
    color: #A52383;
  }
  .linearz_cartridge_area .over_scroll {
    margin-top: 16px;
  }
  .over_scroll {
    position: relative;
  }
  .over_scroll:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/pub/images/icon_hand.svg') no-repeat rgba(0,0,0,.5) 50% 50%/ auto 81px;
    z-index: 3;
    pointer-events: none;
    transition: .5s linear;
  }
  .over_scroll.on:before {
    opacity: 0;
  }
  .over_scroll .scroll {
    overflow: auto hidden;
  }
  .over_scroll .scroll > * {
    width: 1024px;
  }
  .linearz_cartridge_area .tb_vw {
    display: none !important;
  }
  .dliv_modes {
    padding: 20px;
  }
  .dliv_modes > li > strong {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .dliv_modes .imgs {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .dliv_modes .imgs li {
    gap: 8px;
    width: 100%;
  }
  .dliv_modes .imgs i {
    width: 50px;
    text-align: center;
  }
  .dliv_modes .imgs p {
    font-size: 13px;
    width: 65px;
  }
  .dliv_modes .imgs strong {
    font-size: 16px;
  }
  .dliv_imgtxt {
    flex-direction: column;
  }
  .dliv_imgtxt > div {
    width: 100%;
  }
  .dliv_imgtxt .txt .tt {
    font-size: 18px;
    padding-left: 24px;
    background-size: 18px;
    background-position: 0 2px;
    margin-bottom: 8px;
  }
  .dliv_imgtxt .txt li {
    font-size: 13px;
    padding-left: 24px;
  }
  .dliv_imgtxt .txt li:before {
    top: 6px;
    left: 6px;
  }
  .dliv_imgtxt + .potenza_program_list {
    margin-top: 30px;
  }
  .g02.s04 .step_list li + li i:before {
    mask-size: 60%;
    -webkit-mask-size: 60%;
  }
  .cellecv_interchangeable_area .c1,	.cellecv_interchangeable_area .c2 {
    height: 210px;
  }
  .cellecv_interchangeable_area .c3 {
    height: 150px;
  }
  .cellecv_interchangeable_area dt {
    width: 80px;
    max-height: 100%;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px;
  }
  .cellecv_interchangeable_area .c1 dt,	.cellecv_interchangeable_area .c2 dt {
    height: 200px;
  }
  .cellecv_interchangeable_area .c3 dt {
    height: 140px;
  }
  .cellecv_interchangeable_area dd {
    width: calc(100% - 80px);
    padding: 20px;
  }
  .cellecv_interchangeable_area .c1 dd,	.cellecv_interchangeable_area .c2 dd {
    height: 210px;
  }
  .cellecv_interchangeable_area .c3 dd {
    height: 150px;
  }
  .cellecv_interchangeable_area ul {
    flex-wrap: wrap;
  }
  .cellecv_interchangeable_area li {
    max-width: calc(50% - 10px);
  }
  .cellecv_interchangeable_area img {
    height: 50px;
    margin-bottom: 5px;
  }
  .cellecv_interchangeable_area p {
    font-size: 13px;
  }
  .cellecv_interchangeable_area strong {
    margin-bottom: 3px;
  }
  .g02.s05 .dliv_imgtxt .img {
    gap: 6px;
  }
  .g02.s05 .dliv_imgtxt .ice {
    font-size: 16px;
    padding-left: 24px;
    background-size: 20px;
  }
  .g02.s05 .dliv_imgtxt .txt .tt {
    background-position: 0 2px;
  }
  .g02.s05 .dliv_imgtxt .txt .tt ~ .tt {
    margin-top: 15px;
  }
  .g02.s05 .dliv_imgtxt .txt .pl {
    padding-left: 24px;
  }
  .g02.s05 .dliv_imgtxt p.ne {
    margin-top: 12px;
  }
  .linearz_cartridge_tbl {
    flex-direction: column;
  }
  .linearz_cartridge_tbl table {
    width: 100%;
  }
  .icon_txt_area ul {
    gap: 16px;
  }
  .icon_txt_area li {
    flex-direction: column;
    gap: 12px;
  }
  .icon_txt_area .icon {
    width: 50px;
  }
  .icon_txt_area .icon img {
    height: 25px;
  }
  .icon_txt_area .txt {
    width: 100%;
    padding-left: 0;
    gap: 6px;
  }
  .icon_txt_area .txt strong {
    font-size: 18px;
  }
  .icon_txt_area .txt p {
    font-size: 13px;
  }
  .icon_txt_area .graph {
    margin-top: 40px;
  }
  .g02.s06 .img_half {
    flex-direction: column;
  }
  .g02.s06 .img_half > li {
    width: 100%;
    padding: 8px 24px;
  }
  .g02.s06 .img_half .left {
    flex-direction: column;
  }
  .g02.s06 .img_half .left > div {
    width: 100%;
    padding: 16px 0;
  }
  .g02.s06 .img_half .left .left1 {
    padding-right: 0;
    border-right: 0;
    border-bottom: #0003 1px dashed;
  }
  .g02.s06 .img_half .left .left2 {
    padding-left: 0;
  }
  .g02.s06 .img_half .left .imgtop {
    height: auto;
  }
  .g02.s06 .img_half .left1 .imgtop img:first-child {
    height: 46px;
  }
  .g02.s06 .img_half .left2 .imgtop img:first-child {
    height: 60px;
  }
  .g02.s06 .img_half .left1 p {
    margin-top: 6px;
  }
  .g02.s06 .img_half .left .logo {
    width: 68px;
    margin-top: 24px;
  }
  .g02.s06 .img_half p {
    font-size: 14px;
  }
  .g02.s06 .img_half .left p {
    margin-bottom: 6px;
  }
  .g02.s06 .img_half .half {
    gap: 6px;
    margin-top: 24px;
  }
  .g02.s06 .img_half .half li {
    width: calc(50% - 3px);
  }
  .g02.s06 .img_half .right {
    flex-direction: row;
    padding: 24px 8px;
  }
  .g02.s06 .img_half .right > div {
    padding: 0 16px;
  }
  .g02.s06 .img_half .right .tt {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .g02.s06 .img_half .right img {
    margin: 6px 0 24px;
  }
  .edgeone_surgicalmode_area .wbox {
    gap: 20px;
    flex-direction: column;
  }
  .edgeone_surgicalmode_area li {
    width: 100%;
  }
  .edgeone_surgicalmode_area .tit {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .edgeone_surgicalmode_area p {
    font-size: 13px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img {
    gap: 24px 10px;
    justify-content: center;
    align-items: center;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .left {
    order: 1;
    width: calc(100% - 90px);
    max-width: 280px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right {
    order: 3;
    width: 100%;
    padding-right: 0;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right ul {
    justify-content: center;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right li {
    width: calc((100% - 20px)/3);
  }
  .edgeone_rractional_area .dliv_imgtxt .img .right li p {
    font-size: 11px;
  }
  .edgeone_rractional_area .dliv_imgtxt .img .center {
    order: 2;
    font-size: 13px;
    width: 80px;
    padding-top: 25vw;
  }
  .edgeone_rractional_area .dliv_imgtxt .txt .tit_red {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .edgeone_rractional_area .half_img_area {
    margin-top: 20px;
  }
  .edgeone_rractional_area .half_img_area > li {
    padding: 20px;
  }
  .edgeone_rractional_area .half_img_area .tt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .edgeone_rractional_area .half_img_area .imgs {
    justify-content: center;
  }
  .edgeone_rractional_area .half_img_area .imgs li {
    width: calc((100% - 20px)/3);
  }
  .edgeone_rractional_area .half_img_area .imgs p {
    margin-top: 6px;
  }
  .edgeone_rractional_area .half_img_area .itbox {
    gap: 20px;
    flex-wrap: wrap;
  }
  .edgeone_rractional_area .half_img_area .itbox .img {
    position: relative;
    width: calc(50% - 10px);
  }
  .edgeone_rractional_area .half_img_area .itbox .img + .img {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  .edgeone_rractional_area .half_img_area .itbox .img + .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background: #0003;
  }
  .edgeone_rractional_area .half_img_area .itbox .img img {
    width: 100%;
  }
  .edgeone_rractional_area .half_img_area .itbox .img strong {
    font-size: 14px;
    margin: 10px 0 2px;
  }
  .edgeone_rractional_area .half_img_area .itbox .img p {
    font-size: 13px;
  }
  .edgeone_rractional_area .half_img_area .itbox .txt {
    width: 100%;
    padding-left: 0;
    font-size: 13px;
  }
  .company_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .company_top_img {
    height: 36vw;
  }
  .company_top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .out_vision01 .txt {
    flex-direction: column;
  }
  .out_vision01 .txt > * {
    width: 100%;
  }
  .out_vision01 .right {
    padding-top: 20px;
    border-top: #ddd 1px dashed;
  }
  .out_vision01 .txt .tt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .out_vision01 .txt .tt strong {
    padding-left: 10px;
  }
  .out_vision01 .txt p {
    font-size: 14px;
  }
  .out_vision01 p + p {
    margin-top: 6px;
  }
  .out_vision01 .sign_area {
    margin-top: 20px;
    gap: 10px;
  }
  .out_vision01 .sign_area + p {
    padding-top: 20px;
    margin-top: 20px;
  }
  .out_vision01 .sign_area .name {
    font-size: 14px;
  }
  .out_vision01 .sign_area img {
    max-width: 100px;
  }
  .out_vision02 .flex {
    flex-direction: column;
  }
  .out_vision02 dl {
    width: 100%;
    padding: 20px;
  }
  .out_vision02 dt {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .out_vision02 dd p {
    font-size: 14px;
  }
  .out_vision03 article ~ article {
    margin-top: 30px;
  }
  .out_vision03 .tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .out_vision03 .tit span {
    font-size: 24px;
  }
  .out_vision03 .sqr_area {
    flex-direction: column;
  }
  .out_vision03 .sqr_area > li {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .out_vision03 .sqr_area > li:before {
    height: 30px;
    width: 45px;
    margin-bottom: 10px;
  }
  .out_vision03 .sqr_area > li h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .out_vision03 .sqr_area ul li {
    font-size: 13px;
    padding-left: 8px;
  }
  .out_vision03 .sqr_area ul li:before {
    top: 6px;
  }
  .history_top {
    margin-bottom: 30px;
  }
  .history_area .tit_btm {
    margin: 3px 0 30px;
  }
  .history_list_area {
    padding: 0;
  }
  .history_list_area .line {
    left: 70px;
  }
  .history_list > div {
    padding-left: 100px;
  }
  .history_list dt {
    top: 15px;
    width: 70px;
    font-size: 24px;
    line-height: 26px;
  }
  .history_list dt:before,	.history_list dt:after {
    right: -5px;
    width: 9px;
  }
  .history_list .on dt:before {
    right: -14px;
    width: 27px;
  }
  .history_list dd {
    padding: 15px 0;
  }
  .history_list div:first-child:before,	.history_list div:last-child:before {
    left: 70px;
  }
  .history_list div:first-child:before {
    height: 12px;
  }
  .history_list div:last-child:before {
    height: calc(100% - 32px);
  }
  .history_list ul {
    padding: 2px 0;
  }
  .history_list li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
  }
  .history_list li + li {
    margin-top: 10px;
  }
  .history_list li:before {
    top: 9px;
  }
  .esg_management01 p {
    font-size: 16px;
    margin-top: 15px;
  }
  .esg5directions_list {
    flex-direction: column;
  }
  .esg5directions_list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: -2px 0;
  }
  .esg5directions_list li:first-child {
    margin-top: 0;
  }
  .esg5directions_list li:last-child {
    margin-bottom: 0;
  }
  .esg5directions_list li figure {
    width: 50%;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  }
  .esg5directions_list li:nth-child(2n) figure {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 95%);
  }
  .esg5directions_list li:first-child figure {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  .esg5directions_list li:last-child figure {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
  .esg5directions_list li p {
    width: 50%;
    font-size: 16px;
    padding: 0 0 0 30px;
    text-align: left;
  }
  .esg5directions_list li p:before {
    width: 20px;
    height: 20px;
    margin: 0 0 8px;
  }
  .strategic_tasks_list {
    flex-direction: column;
    gap: 20px;
  }
  .strategic_tasks_list article {
    width: 100%;
  }
  .strategic_tasks_list .txt {
    padding-top: 10px;
  }
  .strategic_tasks_list .tit {
    font-size: 18px;
    padding-left: 26px;
    margin-bottom: 5px;
  }
  .strategic_tasks_list .tit span {
    width: 20px;
    font-size: 12px;
  }
  .strategic_tasks_list li {
    font-size: 13px;
    padding-left: 26px;
  }
  .strategic_tasks_list li:before {
    top: 6px;
  }
  .esg_management_area {
    flex-direction: column;
    gap: 70px;
  }
  .esg_management_area li {
    width: 100%;
  }
  .esg_management_area li i {
    width: 100px;
    margin-bottom: 20px;
    background-size: 35%;
  }
  .esg_management_area li + li:after {
    left: 50%;
    top: -50px;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(90deg);
  }
  .esg_management_area li strong {
    font-size: 16px;
  }
  .esg_management_area li p {
    font-size: 13px;
    padding-top: 5px;
    margin-top: 4px;
  }
  .esg_management_area li.i3 i:before {
    width: 124px;
  }
  .esg_management_area li.i3 i:after {
    width: 80px;
  }
  .glbox {
    padding: 20px;
  }
  .advancement_list li + li {
    margin-top: 15px;
  }
  .advancement_list strong,	.advancement_list p {
    padding-left: 24px;
  }
  .advancement_list strong {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    background-size: 18px;
  }
  .advancement_list p {
    font-size: 13px;
  }
  .advancement_list p:before {
    top: 7px;
    left: 6px;
  }
  .governance03 .img {
    padding-top: 20px;
    margin-top: 20px;
  }
  .governance04 .bgtxt {
    height: 240px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .governance04 p {
    font-size: 13px;
  }
  .responsibility_list {
    margin-top: 20px;
    padding: 20px;
  }
  .responsibility_list li {
    padding: 70px 0 0;
    text-align: center;
  }
  .responsibility_list li:before {
    top: 0;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
  }
  .responsibility_list li:nth-child(2n) {
    padding-left: 0;
  }
  .responsibility_list li:nth-child(2n):before {
    left: 50%;
  }
  .responsibility_list .tt {
    gap: 8px;
    justify-content: center;
  }
  .responsibility_list .tt span {
    font-size: 24px;
  }
  .responsibility_list .tt strong {
    font-size: 16px;
  }
  .responsibility_list p {
    font-size: 13px;
  }
  .governance05 .main_title_wrap {
    margin-bottom: 30px;
  }
  .governance05 .main_title_wrap .btns {
    margin-top: 20px;
    justify-content: center;
  }
  .governance05 .main_title_wrap .btns a {
    gap: 6px;
    height: 40px;
    line-height: 38px;
    padding: 0 24px;
  }
  .governance05 .main_title_wrap .btns a:after {
    width: 14px;
    height: 14px;
  }
  .governance06 .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .governance06 .top .tit {
    font-size: 24px;
  }
  .governance06 .top p {
    font-size: 14px;
    margin-top: 10px;
  }
  .btn_submit {
    gap: 10px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    width: 180px;
    margin-top: 20px;
  }
  .btn_submit:after {
    width: 12px;
  }
  .inputs_area > li {
    width: 100%;
  }
  .inputs_area > li .tit {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inputs_area > li .text {
    font-size: 13px;
  }
  .inputs_area > li input.text {
    height: 40px;
    padding: 0 12px;
  }
  .inputs_area > li textarea.text {
    height: 260px;
    padding: 12px;
  }
  .inputs_area .radios {
    gap: 5px;
  }
  .inputs_area .radios li {
    width: calc((100% - 10px)/3);
  }
  .inputs_area .radios .radio span {
    font-size: 13px;
    line-height: 38px;
    height: 40px;
  }
  .captcha_area {
    gap: 6px;
    flex-wrap: wrap;
  }
  .captcha_area * {
    height: 40px;
  }
  .captcha_area .img {
    width: calc(100% - 46px);
  }
  .captcha_area .btn_re {
    width: 40px;
  }
  .captcha_area .text {
    max-width: 100%;
  }
  .agree_area {
    margin: 40px 0 15px;
    gap: 10px;
  }
  label.check {
    padding-left: 28px;
    font-size: 13px;
  }
  .agree_area .btn_link {
    font-size: 13px;
  }
  .agree_area .btn_link:after {
    width: 14px;
  }
  .privacy_policy_wrap .top {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .privacy_policy_wrap .tit {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .privacy_policy_wrap li {
    font-size: 13px;
    padding-left: 12px;
    text-indent: -12px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
