@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.relative{position:relative}.block{display:block}.table{display:table}.hidden{display:none}.px-10{padding-left:2.5rem;padding-right:2.5rem}.pb-5{padding-bottom:1.25rem}.pt-20{padding-top:5rem}.text-center{text-align:center}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}:root{--color-white: #ffffff;--color-black: #333;--color-grey: #353b3d;--color-lightgrey: #a6a6a6;--weight-thin: 100;--weight-light: 200;--weight-demilight: 300;--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--weight-black: 900;--font-xs: 12px;--font-sm: 14px;--font-md: 16px;--font-lg: 18px;--font-xl: 20px;--font-xxl: 24px;--font-xxxl: 30px;--font-xxxxl: 36px}@font-face{font-family:"NotoSans-CJK-JP",sans-serif;src:url("../assets/NotoSansCJKjp-VF.otf") format("opentype")}@font-face{font-family:"M Plus 1c",sans-serif;src:url("../assets/MPLUSRounded1c-Regular.ttf") format("truetype")}html{font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:16px;line-height:2.25;background-color:var(--color-white)}body{font-size:1rem}p+p{margin-top:2em}.bodywrap.noscroll{overflow:hidden}.header{background-image:url("../assets/main-bg.webp");background-repeat:no-repeat;background-size:cover;aspect-ratio:9/12}@media(min-width: 1024px){.header{width:100%;max-height:100vh}}.header-inner{max-width:1120px;width:90vw;height:100%;margin-left:auto;margin-right:auto;position:relative;z-index:1}.header-toplogo{padding:15px 0 0 20px;max-width:75vw}@media(min-width: 1024px){.header-toplogo{min-width:320px;padding:0}}.header-title{position:absolute;top:70.4225352113%;z-index:1;font-family:"NotoSans-CJK-JP",sans-serif;letter-spacing:.2em;font-size:22.5px;font-weight:700;max-width:630px;width:100%;text-align:center}@media(min-width: 320px)and (max-width: 1024px){.header-title{font-size:calc(19.0909090909px + 1.0653409091vw)}}@media(min-width: 1024px){.header-title{font-size:30px}}.header-title span{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;-webkit-transform:translateX(-0.6em);transform:translateX(-0.6em)}.header-title::before{content:"";display:block;background-image:url("../assets/logo.webp");aspect-ratio:630/57;background-size:contain;background-repeat:no-repeat}.header-logo{background-image:url("../assets/logo-circle.webp");background-repeat:no-repeat;background-size:contain;width:39.0625%;aspect-ratio:1/1;-webkit-animation:rotate 40s linear infinite;animation:rotate 40s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;z-index:1;top:26.9953051643%;right:5.46875%}@media(min-width: 1024px){.header-logo{width:24.21875%;position:absolute;z-index:1;top:31.6901408451%;right:5.46875%}}.navwrap{margin-left:auto}.nav-container{position:absolute;left:0;right:0;margin:0 auto;top:0;z-index:3;display:flex;flex-wrap:wrap;align-items:center}@media(min-width: 1024px){.nav-container{max-width:1420px;width:90vw;top:40px;gap:20px}}.menu__btnwrap{display:block}@media(min-width: 1024px){.menu__btnwrap{display:none}}.spmenu_btn{display:flex;flex-direction:column;gap:.6em;position:fixed;z-index:11;width:40px;aspect-ratio:3/2;right:20px;top:20px}.spmenu_btn span,.spmenu_btn::before,.spmenu_btn::after{display:block;width:100%;height:1px;background-color:var(--color-lightgrey);content:"";position:absolute;left:0;right:0;transition:all .3s}.spmenu_btn span{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.spmenu_btn::before{top:0}.spmenu_btn::after{bottom:0}.spmenu_btn.spmenu_btnClose span{display:none}.spmenu_btn.spmenu_btnClose::before,.spmenu_btn.spmenu_btnClose::after{-webkit-transform-origin:center center;transform-origin:center center}.spmenu_btn.spmenu_btnClose::before{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:50%}.spmenu_btn.spmenu_btnClose::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:50%}.globalNav{width:100vw;height:100vh;position:fixed;left:100vw;right:-100vw;top:0;bottom:0;background-color:var(--color-grey);transition:all .7s;z-index:10}@media(min-width: 1024px){.globalNav{justify-content:flex-end;background-color:rgba(0,0,0,0);position:static;flex-direction:row;width:inherit;height:inherit}}.globalNav_state{left:0;right:0}.globalNav-nav{display:flex;align-items:center;flex-direction:column;gap:1.5em}@media(min-width: 1024px){.globalNav-nav{justify-content:flex-end;background-color:rgba(0,0,0,0);position:static;flex-direction:row;gap:0}}.globalNav a{color:var(--color-white);font-size:18px;font-family:"NotoSans-CJK-JP";font-weight:var(--weight-medium);display:flex;letter-spacing:.4em}@media(min-width: 320px)and (max-width: 1024px){.globalNav a{font-size:calc(15.2727272727px + 0.8522727273vw)}}@media(min-width: 1024px){.globalNav a{font-size:24px}.globalNav a::before{content:"/";display:block;margin-left:.15em;margin-right:.15em}}.globalNav a:first-child::before{display:none}.globalNav a.btn{font-size:18px;line-height:1.7}@media(min-width: 320px)and (max-width: 1024px){.globalNav a.btn{font-size:calc(16.1818181818px + 0.5681818182vw)}}@media(min-width: 1024px){.globalNav a.btn{font-size:22px}}.globalNav a.btn::before{display:none}@media(min-width: 1024px){.globalNav a:last-child{margin-left:65px}}.btn{border:2px solid var(--color-white);border-radius:16px;font-size:18px;padding:5px 15px}@media(min-width: 320px)and (max-width: 1024px){.btn{font-size:calc(16.1818181818px + 0.5681818182vw)}}@media(min-width: 1024px){.btn{font-size:22px}}.section-inner{max-width:1120px;width:85vw;margin-left:auto;margin-right:auto;padding-top:80px;padding-bottom:80px}@media(min-width: 1280px){.section-inner{width:100%}}.title{font-size:31.5px;letter-spacing:.2em;text-transform:uppercase}@media(min-width: 320px)and (max-width: 1024px){.title{font-size:calc(26.7272727273px + 1.4914772727vw)}}@media(min-width: 1024px){.title{font-size:42px}}.text{font-size:18px;letter-spacing:.3em}@media(min-width: 320px)and (max-width: 1024px){.text{font-size:calc(18.9090909091px + -0.2840909091vw)}}@media(min-width: 1024px){.text{font-size:16px}}.size-lg{font-size:18px}@media(min-width: 320px)and (max-width: 1024px){.size-lg{font-size:calc(18.4545454545px + -0.1420454545vw)}}@media(min-width: 1024px){.size-lg{font-size:17px}}.bgwrap{position:relative;z-index:1}@media(min-width: 1024px){.bgwrap::after{content:"�";display:block;right:0;top:0;position:absolute;z-index:-2;background-image:url("../assets/section-bg.webp");aspect-ratio:423/958;background-position:right top;max-width:423px;max-height:958px;height:100%}}.about{position:relative;z-index:1;color:var(--color-white)}@media(min-width: 1024px){.about-inner{padding-top:70px;padding-bottom:45px}}.about::before{content:"";display:block;position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right bottom, #231815 0, #231815 50%, #595857 100%);-webkit-clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0)}@media(min-width: 1024px){.about::before{-webkit-clip-path:polygon(0 0, 100% 0, 71% 100%, 0% 100%);clip-path:polygon(0 0, 100% 0, 71% 100%, 0% 100%)}}.about::after{content:"�";display:block;right:0;bottom:0;position:absolute;z-index:-2;background-image:url("../assets/section-bg.webp");aspect-ratio:423/958;background-position:right top;max-width:80vw;width:100%}@media(min-width: 1024px){.about::after{display:none}}.about .title{text-indent:1em}.about-title{margin-bottom:35px}.about .sign{max-width:720px;margin-top:50px}.about .sign img{display:block;margin-left:auto}.vision{overflow:hidden}@media(min-width: 1024px){.vision{overflow:visible}.vision-inner{padding-bottom:0}}.vision-title{position:relative;z-index:1;margin-bottom:90px;text-indent:.6em;padding-top:.2em}.vision-title::after{content:"";display:block;position:absolute;left:0;top:0;-webkit-transform:translate(-30%, -30%);transform:translate(-30%, -30%);z-index:-1;background-image:url("../assets/title-bg_vision.webp");background-size:contain;background-repeat:no-repeat;aspect-ratio:342/254;width:100%;max-width:60vw}@media(min-width: 1024px){.vision-title::after{max-width:342px}}.vision-text{letter-spacing:.03em}@media(min-width: 1024px){.vision-img{margin-top:70px}}.vision-img img{display:block;margin-left:auto;margin-right:auto}.vision-row{display:flex;flex-direction:column;gap:80px}@media(min-width: 1024px){.vision-row{gap:0;flex-direction:row}.vision-col-left{width:68.75%}.vision-col-right{width:31.25%}}.service{overflow:hidden}@media(min-width: 1024px){.service{overflow:visible}}.service-title{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;position:relative;z-index:1;line-height:1.6;letter-spacing:.15em;margin-bottom:100px}@media(min-width: 1024px){.service-title{margin-bottom:60px;margin-right:45px}}.service-title::after{content:"";display:block;position:absolute;left:0;top:0;-webkit-transform:translate(-10%, -40%);transform:translate(-10%, -40%);z-index:-1;background-image:url("../assets/title-bg-service.webp");background-size:contain;background-repeat:no-repeat;aspect-ratio:396/278;width:396px;max-width:60vw}@media(min-width: 1024px){.service-title::after{max-width:342px}}.service-lists{display:flex;flex-direction:column;gap:110px}.service-list__head{display:flex;flex-direction:column;align-items:center;gap:40px;margin-bottom:60px}@media(min-width: 1024px){.service-list__head{margin-bottom:100px;flex-direction:row;justify-content:space-between}}.service-list__content{position:relative;z-index:1}@media(min-width: 1024px){.service-list__content{padding-left:160px;width:58.0357142857%}}.service-list__content::before{content:"";display:block;background-image:url("../assets/bg-service-item.webp");aspect-ratio:1/1;width:211px;background-repeat:no-repeat;position:absolute;z-index:-1;top:0;left:0;-webkit-transform:translate(0%, -50%);transform:translate(0%, -50%)}.service-list__title{font-size:18px;margin-bottom:20px;letter-spacing:.2em}@media(min-width: 320px)and (max-width: 1024px){.service-list__title{font-size:calc(17.0909090909px + 0.2840909091vw)}}@media(min-width: 1024px){.service-list__title{font-size:20px}}.service-list__text{font-size:18px;letter-spacing:.1em}@media(min-width: 320px)and (max-width: 1024px){.service-list__text{font-size:calc(18.9090909091px + -0.2840909091vw)}}@media(min-width: 1024px){.service-list__text{font-size:16px}}.service-list__mainimg{position:relative;z-index:1}@media(min-width: 1024px){.service-list__mainimg{margin-top:-10px;margin-right:45px;min-width:370px}}.service-list__mainimg-min{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;width:63.5135135135%}.service-list__mainimg-large{width:86.4864864865%;margin-top:-20px;margin-right:auto}@media(min-width: 1024px){.service-list:nth-child(even) .service-list__head{flex-direction:row-reverse;margin-bottom:60px}}.service-list:nth-child(even) .service-list__content{position:relative;z-index:1}@media(min-width: 1024px){.service-list:nth-child(even) .service-list__content{padding-left:150px;padding-bottom:55px}}.service-list:nth-child(even) .service-list__content::before{content:"";display:block;background-image:url("../assets/bg-service-item02.webp");aspect-ratio:1/1;width:253px;background-repeat:no-repeat;position:absolute;z-index:-1;top:0;left:0;-webkit-transform:translate(100%, -50%);transform:translate(100%, -50%)}@media(min-width: 1024px){.service-list:nth-child(even) .service-list__mainimg{margin-top:0;margin-left:60px;margin-right:0;max-width:390px;width:100%}}.service-list:nth-child(even) .service-list__mainimg-min{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:-25px;margin-left:auto;width:63.5135135135%}.service-list:nth-child(even) .service-list__mainimg-large{width:86.4864864865%;margin-top:0;margin-right:auto}@media(min-width: 1024px){.service-list:nth-child(3) .service-list__content{padding-left:120px;padding-top:20px}.service-list:nth-child(3) .service-list__mainimg{max-width:440px;width:100%}}.service-list:nth-child(3) .service-list__mainimg-large{margin-top:-30px}.service-list__imgs{max-width:1100px;margin-left:auto;margin-right:auto;width:100%;display:flex;flex-wrap:wrap;gap:.8928571429%;row-gap:10px}@media(min-width: 1024px){.service-list__imgs{justify-content:space-between;gap:4.4642857143%;flex-wrap:nowrap}}.service-list__img{max-width:30.303030303%;width:100%}@media(min-width: 1024px){.service-list__img{max-width:16.3636363636%}}.service-list__img img{width:100%;-o-object-fit:cover;object-fit:cover}.area{position:relative;z-index:1}.area::before{content:"";display:block;position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right bottom, #fff 0, #fff 100%);-webkit-clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0)}@media(min-width: 1024px){.area::before{-webkit-clip-path:polygon(30% 0, 100% 0, 100% 50%, 0% 50%);clip-path:polygon(30% 0, 100% 0, 100% 50%, 0% 50%)}}.area::after{content:"";display:block;left:0;top:0;position:absolute;z-index:-2;background-image:url("../assets/bg-area.webp");aspect-ratio:316/1079;background-position:right top;max-width:80vw;width:316px}@media(min-width: 1024px){.area::after{top:0;max-width:423px;bottom:inherit}}.area-inner{padding-top:40px;padding-bottom:100px}.area-area{max-width:880px;margin-left:auto;margin-bottom:80px}@media(min-width: 1024px){.area-area{margin-bottom:15px}}.area-article{display:flex;flex-direction:column}@media(min-width: 1024px){.area-article{flex-direction:row;justify-content:space-between}.area-article__img{margin-right:15px}}.area-article__title{position:relative;z-index:1;margin-bottom:45px;padding-left:160px;padding-top:.6em}.area-article__title::after{content:"";display:block;position:absolute;left:0;top:0;-webkit-transform:translate(-10%, -40%);transform:translate(-10%, -40%);z-index:-1;background-image:url("../assets/bg-area-title.webp");background-size:contain;background-repeat:no-repeat;aspect-ratio:313/206;width:313px;max-width:60vw}@media(min-width: 1024px){.area-article__title::after{max-width:342px}.area-article__dl{padding-left:136px}}.area-article__dl--title{font-size:18px;line-height:1.7}@media(min-width: 320px)and (max-width: 1024px){.area-article__dl--title{font-size:calc(17.0909090909px + 0.2840909091vw)}}@media(min-width: 1024px){.area-article__dl--title{font-size:20px}}.area-article__dl--text{font-size:18px;text-indent:1.5em;letter-spacing:.2em}@media(min-width: 320px)and (max-width: 1024px){.area-article__dl--text{font-size:calc(17.0909090909px + 0.2840909091vw)}}@media(min-width: 1024px){.area-article__dl--text{font-size:20px}}.area-clients__title{text-align:center;position:relative;z-index:1;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:65px}@media(min-width: 1024px){.area-clients__title{padding-left:90px}}.area-clients__title::after{content:"";display:block;position:absolute;left:0;top:0;-webkit-transform:translate(-10%, -40%);transform:translate(-10%, -40%);z-index:-1;background-image:url("../assets/bg-company-title.webp");background-size:contain;background-repeat:no-repeat;aspect-ratio:297/211;width:297px;max-width:60vw}@media(min-width: 1024px){.area-clients__title::after{max-width:342px;-webkit-transform:translate(-30%, -40%);transform:translate(-30%, -40%)}}.area-clients__logos{max-width:800px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:30px;row-gap:40px}.info{position:relative;z-index:1}.info-inner{max-width:785px;margin-left:auto}.info-innerwrap{padding-top:30px}.info::before{content:"";display:block;position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right bottom, #f9f9f9 0, #dddddd 67%, #dddddd 100%);-webkit-clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0);clip-path:polygon(100% 0, 100% 95%, 20% 100%, 0 100%, 0 0)}@media(min-width: 1024px){.info::before{-webkit-clip-path:polygon(30% 0, 100% 0, 100% 100%, 0% 100%);clip-path:polygon(30% 0, 100% 0, 100% 100%, 0% 100%)}}.info-title{font-size:30.75px;letter-spacing:.2em;text-transform:uppercase}@media(min-width: 320px)and (max-width: 1024px){.info-title{font-size:calc(26.0909090909px + 1.4559659091vw)}}@media(min-width: 1024px){.info-title{font-size:41px;margin-bottom:1em;padding-left:.2em}}.info-table th,.info-table td{font-size:18px;letter-spacing:.2em;line-height:2;text-align:left;vertical-align:top;font-weight:bold}@media(min-width: 320px)and (max-width: 1024px){.info-table th,.info-table td{font-size:calc(17.3181818182px + 0.2130681818vw)}}@media(min-width: 1024px){.info-table th,.info-table td{font-size:19.5px}}@media(max-width: 428px){.info-table th,.info-table td{display:block;width:100%}}.info-table th{padding-top:1em}@media(min-width: 1024px){.info-table th{padding-bottom:1em;width:6em}}.info-table td{padding-bottom:1em}@media(min-width: 1024px){.info-table td{padding-top:1em}}.footer{background-color:#221815;background-image:url("../assets/footer-bg.webp");background-repeat:no-repeat;background-position:right center;color:var(--color-white);padding:60px 0 80px}.footer a{color:var(--color-white)}.footer-inner{max-width:1120px;max-width:90vw;margin-left:auto;margin-right:auto}.footer-row{display:flex;flex-direction:column;gap:50px}@media(min-width: 1024px){.footer-row{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.footer-logo{text-align:center}@media(min-width: 1024px){.footer-logo{padding-left:30px;margin-top:15px}}.footer-logo__text{font-size:18px;letter-spacing:.2em;margin-top:.3em}@media(min-width: 320px)and (max-width: 1024px){.footer-logo__text{font-size:calc(16.6363636364px + 0.4261363636vw)}}@media(min-width: 1024px){.footer-logo__text{font-size:21px;margin-left:-0.6em}.footer-body{margin-right:1.1em}}.footer-nav{display:flex;flex-wrap:wrap;margin-bottom:3em}.footer-nav a{letter-spacing:.45em;font-size:18px;display:block}@media(min-width: 320px)and (max-width: 1024px){.footer-nav a{font-size:calc(17.0909090909px + 0.2840909091vw)}}@media(min-width: 1024px){.footer-nav a{font-size:20px}}.footer-nav a::before{content:"/";margin-left:.1em;margin-right:.1em}.footer-nav a:first-child::before{content:"";display:none}.footer-btn{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto}.footer-btn .btn{letter-spacing:.44em;font-size:18px;padding:10px 18px}@media(min-width: 320px)and (max-width: 1024px){.footer-btn .btn{font-size:calc(16.1818181818px + 0.5681818182vw)}}@media(min-width: 1024px){.footer-btn .btn{font-size:22px;margin-right:10px}.lg\:block{display:block}.lg\:hidden{display:none}}
