@charset "UTF-8";
/*
! tailwindcss v3.2.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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-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-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-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-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:  ;
}
a {
  color: #333;
  transition: color 0.3s;
}
a:hover {
  color: #ee7700;
  text-decoration: none;
}

@media all and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}
body.is-naviOpened {
  overflow: hidden;
}

@media not all and (min-width: 640px) {
  body {
    font-size: 14px;
  }
}
#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.l-1200-container {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .l-1200-container {
    width: calc(100% - 80px);
  }
}
@media all and (min-width: 1024px) {
  .l-1200-container {
    width: 92%;
  }
}
.l-850-container {
  position: relative;
  width: calc(100% - 30px);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .l-850-container {
    width: calc(100% - 80px);
  }
}
@media all and (min-width: 1024px) {
  .l-850-container {
    width: 92%;
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 4.3em;
  width: 13.57em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.15em;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  border: 1px solid currentColor;
  background: transparent;
  transition: 0.3s;
}
.o-button::after {
  content: "";
  position: absolute;
  right: 1.9em;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.o-button:hover {
  cursor: pointer;
  background: #ee7700;
  color: #fff;
  border: 1px solid transparent;
}
.o-button:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
}

@media not all and (min-width: 1024px) {
  .o-button {
    font-size: 12px;
  }
}
.o-button--contact {
  width: 100%;
  max-width: 36.25em;
  height: 5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 2.5em;
}
.o-button--contact::after {
  display: none;
}
.o-button--contact svg {
  margin-right: 1.3125em;
}
.o-button--contact span {
  padding-bottom: 0.1em;
}

@media all and (min-width: 640px) {
  .o-button--contact {
    font-size: 16px;
  }
}
.o-button--orange {
  font-size: 14px;
  color: #ee7700;
  background: #fffdfb;
}
.o-button--orange::after {
  display: none;
}
.o-button--orange:hover {
  background: #ee7700;
  color: #fffdfb;
}

@media all and (min-width: 1024px) {
  .o-button--orange {
    font-size: 16px;
  }
}
.o-button--green {
  font-size: 14px;
  color: #007f3c;
  background: #fffdfb;
}
.o-button--green::after {
  display: none;
}
.o-button--green:hover {
  background: #007f3c;
  color: #f7fcf9;
}

@media all and (min-width: 1024px) {
  .o-button--green {
    font-size: 16px;
  }
}
.o-externalLink {
  color: #ee7700;
}
.o-externalLink:hover {
  text-decoration: underline;
}
.o-externalLink::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("..//images/icon_external.svg?ts2beg4f");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 8px;
}

.o-header-contactButton {
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  background: transparent;
  transition: 0.3s;
}
.o-header-contactButton:hover {
  background: #ee7700;
  color: #fff;
  border: 1px solid transparent;
}

.o-header-naviButton {
  position: relative;
  width: 40px;
  height: 40px;
}
.o-header-naviButton:hover {
  cursor: pointer;
}
.o-header-naviButton span {
  display: block;
  position: absolute;
  background-color: #333;
  height: 1px;
  width: 80%;
  transition: 0.3s;
}
.o-header-naviButton span:nth-child(1) {
  left: 10%;
  top: 25%;
  transform-origin: 50% 50%;
}
.o-header-naviButton span:nth-child(2) {
  left: 10%;
  top: 50%;
}
.o-header-naviButton span:nth-child(3) {
  left: 10%;
  top: 75%;
  transform-origin: 50% 50%;
}
body.is-naviOpened .o-header-naviButton span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
body.is-naviOpened .o-header-naviButton span:nth-child(2) {
  width: 0;
}
body.is-naviOpened .o-header-naviButton span:nth-child(3) {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}

.o-heading .__ja {
  color: #ee7700;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.o-heading .__en {
  font-size: 40px;
  line-height: 1;
  font-family: "Alata", sans-serif;
}

.o-heading--white .__ja {
  color: #fff;
}
.o-heading--white .__en {
  color: #fff;
}

@media all and (min-width: 640px) {
  .o-heading .__ja {
    font-size: 13px;
  }
  .o-heading .__en {
    font-size: 70px;
  }
}
.o-lead {
  font-size: 1em;
  letter-spacing: 0.1em;
}

.o-news-tag {
  background-color: #007f3c;
  color: #fff;
  font-size: 11px;
  border: 1px solid #007f3c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.67em;
  min-width: 5em;
  padding-inline: 0.5em;
  padding-bottom: 1px;
  margin-right: 0.4em;
  border-radius: 0.835em;
  vertical-align: middle;
}
.o-news-tag:last-child {
  margin-right: 0;
}

a.o-news-tag {
  transition: 0.3s;
  color: #007f3c;
  background: #fff;
}
a.o-news-tag.is-current {
  background-color: #007f3c;
  color: #fff;
  pointer-events: none;
}
a.o-news-tag:hover {
  background-color: #007f3c;
  color: #fff;
}

@media all and (min-width: 640px) {
  .o-news-tag {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  a.o-news-tag {
    font-size: 14px;
    min-width: 5.7em;
    height: 2em;
    border-radius: 1em;
    margin-right: 0.7em;
  }
}
.o-require {
  background-color: #007f3c;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.67em;
  width: 3.8em;
  padding-bottom: 1px;
  margin-left: 2.5em;
  border-radius: 0.835em;
  vertical-align: middle;
}

.o-service-heading {
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
}
.o-service-heading .__en {
  font-size: clamp(44px, 8.3333333333vw, 100px);
  color: rgba(238, 119, 0, 0.2);
}
.o-service-heading .__ja {
  position: absolute;
  bottom: 0.2em;
  left: 0;
  right: 0;
  font-size: clamp(18px, 2.5vw, 30px);
}
.o-service-heading .__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(22px, 3.3333333333vw, 38px);
  width: clamp(160px, 19.0833333333vw, 229px);
}

.c-archive-news {
  display: block;
}

@media all and (min-width: 640px) {
  .c-archive-news {
    position: relative;
    padding-right: calc(20px + 6.6666666667%);
  }
  .c-archive-news::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    margin-right: 3.3333333333%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #333;
  }
  .c-archive-news::after {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    margin-right: 3.3333333333%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #ee7700;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .c-archive-news:hover::after {
    opacity: 1;
  }
}
.c-archive-news__text {
  margin-top: 1.5625em;
  line-height: 1.5;
}
.c-archive-news__text .__head {
  line-height: 1;
}
.c-archive-news__text .__time {
  display: inline-block;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.c-archive-news__text .__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 0.875em;
}

.c-archive-news__image {
  overflow: hidden;
  position: relative;
}
.c-archive-news__image::before {
  display: block;
  padding-top: 67.5862068966%;
  content: "";
}
.c-archive-news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.c-archive-news:hover .c-archive-news__image img {
  transform: scale(1.1);
}

@media all and (min-width: 640px) {
  .c-archive-news {
    display: flex;
    align-items: center;
  }

  .c-archive-news__text {
    margin-top: 0;
    width: 69.1666666667%;
  }

  .c-archive-news__image {
    width: 24.1666666667%;
    margin-right: 6.6666666667%;
  }
}
@media all and (min-width: 1024px) {
  .c-archive-news__text .__head {
    display: flex;
    align-items: center;
  }
  .c-archive-news__text .__time {
    margin-bottom: 0;
    margin-right: 2.3em;
  }
}
.c-company-address {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 2em;
}
.c-company-address:last-child {
  margin-bottom: 0;
}
.c-company-address .__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.c-company-address svg {
  color: #ee7700;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 2px;
}

.c-contact-box {
  background: #eee;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  padding: 20px 15px;
  font-size: 14px;
}

.c-contact-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.c-contact-box__inner .__head {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.c-contact-box__inner .__body {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-contact-box__inner a {
  display: flex;
  align-items: center;
}
.c-contact-box__inner svg {
  color: #ee7700;
  margin-right: 0.3em;
}
.c-contact-box__inner .__time {
  font-size: 13px;
  display: block;
  margin-top: 0.5em;
  padding-bottom: 0.2em;
}

@media all and (min-width: 640px) {
  .c-contact-box {
    padding: 5%;
  }

  .c-contact-box__inner {
    flex-direction: row;
  }
  .c-contact-box__inner .__head {
    padding-right: 6.067961165%;
    margin-right: 6.067961165%;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .c-contact-box__inner .c-contact-box {
    font-size: 16px;
  }
  .c-contact-box__inner .__body {
    display: flex;
    align-items: flex-end;
  }
  .c-contact-box__inner .__time {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
.c-header-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
}
.c-header-navi li {
  margin-right: 3em;
}
.c-header-navi li:last-child {
  margin-right: 0;
}

.c-page-heading .__en {
  color: #ee7700;
  font-family: "Alata", sans-serif;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}
.c-page-heading .__en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
}
.c-page-heading .__ja {
  margin: 0;
  font-size: calc(30px + 0.5208333333vw);
  font-weight: 500;
}

.g-page-body .c-page-heading {
  margin-bottom: 40px;
}

@media all and (min-width: 640px) {
  .g-page-body .c-page-heading {
    margin-bottom: 80px;
  }
}
.c-page-subHeading .__en {
  display: inline-block;
  color: #ee7700;
  font-family: "Alata", sans-serif;
  font-size: 13px;
  margin-left: 1.4em;
}
.c-page-subHeading .__ja {
  margin: 0;
  font-size: 1.375em;
  font-weight: 500;
}

.c-custom-pagination {
  margin-top: 100px;
}

.c-custom-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.07em;
  padding: 0;
  margin: 0;
}
.c-custom-pagination ul.page-numbers li {
  padding: 0;
}

.c-custom-pagination a.page-numbers,
.c-custom-pagination span.page-numbers {
  padding: 0.5em;
}
.c-custom-pagination a.page-numbers.current,
.c-custom-pagination span.page-numbers.current {
  color: #ccc;
}
.c-custom-pagination a.page-numbers.prev, .c-custom-pagination a.page-numbers.next,
.c-custom-pagination span.page-numbers.prev,
.c-custom-pagination span.page-numbers.next {
  display: block;
  padding: 0;
}

.c-custom-pagination__arrow {
  width: 2em;
  height: 2em;
  color: #333;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

.prev.page-numbers {
  margin-right: 0.5em;
}

.next.page-numbers {
  margin-left: 0.5em;
}

.prev .c-custom-pagination__arrow {
  transform: rotate(180deg);
}

@media (hover: none) {
  .c-custom-pagination__arrow:active {
    color: #fff;
    background-color: #ee7700;
  }
}
@media (hover: hover) {
  .c-custom-pagination__arrow:hover {
    color: #fff;
    background-color: #ee7700;
  }
}
@media all and (min-width: 640px) {
  .c-custom-pagination a.page-numbers,
.c-custom-pagination span.page-numbers {
    padding: 1em;
  }

  .c-custom-pagination__arrow {
    width: 3.75em;
    height: 3.75em;
  }

  .prev.page-numbers {
    margin-right: 2.75em;
  }

  .next.page-numbers {
    margin-left: 2.75em;
  }
}
.c-privacy-sign {
  margin-top: 4em;
  font-size: 0.933em;
  line-height: 1.7;
}
.c-privacy-sign .__date {
  margin-bottom: 0.57em;
}

.c-privacy-tel {
  font-size: 0.8em;
  margin-top: 0.6em;
}
.c-privacy-tel svg {
  color: #ee7700;
  display: inline-block;
  vertical-align: middle;
}
.c-privacy-tel .__num {
  font-size: 1.33em;
  margin-left: 0.375em;
  vertical-align: middle;
}

.c-recruit-box {
  font-size: 15px;
  padding: 30px 15px;
  border: 1px solid currentColor;
}

@media all and (min-width: 640px) {
  .c-recruit-box {
    font-size: 16px;
    padding: 74px 8.3333333333%;
  }
}
.c-recruit-box__head {
  position: relative;
  padding-bottom: 40px;
}
.c-recruit-box__head .__title {
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.1em;
}
.c-recruit-box__head .__lead {
  color: #333;
  margin-top: 2em;
}
.c-recruit-box__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, currentColor 20%, #ccc 20%);
}

.c-recruit-box__list {
  position: relative;
  padding: 1.5em 0;
}
.c-recruit-box__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, currentColor 20%, #ccc 20%);
}
.c-recruit-box__list .__term {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.c-recruit-box__list .__desc {
  color: #333;
  line-height: 1.75;
}
.c-recruit-box__list .__desc small {
  font-size: 87.5%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media all and (min-width: 640px) {
  .c-recruit-box__list {
    padding: 2em 0;
    display: grid;
    grid-template-columns: 140px 1fr;
  }
  .c-recruit-box__list .__term {
    margin-bottom: 0;
  }
}
.c-recruit-box--orange {
  color: #ee7700;
  background: #fffdfb;
}

.c-recruit-box--green {
  color: #007f3c;
  background: #fffdfb;
}

.c-recruit-type {
  margin-bottom: 100px;
}
.c-recruit-type :last-child {
  margin-bottom: 0;
}

.c-recruit-type__image {
  margin-bottom: 20px;
}

.c-recruit-type__text {
  font-size: 14px;
}
.c-recruit-type__text .__en {
  font-family: "Alata", sans-serif;
  color: #fff;
  background: #ee7700;
  font-size: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 0.6em;
}
.c-recruit-type__text .__ja {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.c-recruit-type__text .__lead {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ee7700;
  margin-top: 0.3em;
}
.c-recruit-type__text .__desc {
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-top: 2em;
}

@media all and (min-width: 640px) {
  .c-recruit-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-recruit-type--reverse {
    flex-direction: row-reverse;
  }

  .c-recruit-type__image {
    margin-bottom: 0;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .c-recruit-type {
    flex-wrap: wrap;
  }

  .c-recruit-type__image {
    width: 36%;
  }

  .c-recruit-type__text {
    display: contents;
  }
  .c-recruit-type__text .__head {
    width: 60%;
  }
}
@media all and (min-width: 1024px) {
  .c-recruit-type__image {
    width: 40.75%;
  }

  .c-recruit-type__text {
    font-size: 15px;
    width: 53.1666666667%;
  }
  .c-recruit-type__text .__en {
    font-size: 1.2em;
  }
  .c-recruit-type__text .__ja {
    font-size: 30px;
  }
  .c-recruit-type__text .__lead {
    font-size: 1.2em;
  }
}
.c-service-faq {
  line-height: 25px;
  overflow: hidden;
}
.c-service-faq .__title {
  background: #ddd;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  padding: 1em 14.4444444444% 1em 5.5555555556%;
  display: flex;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.c-service-faq .__title::before {
  position: absolute;
  content: "";
  width: 1.1111111111em;
  height: 2px;
  background: #ef7c17;
  right: 5.5555555556%;
  top: calc(1em + 12px);
}
.c-service-faq .__title::after {
  position: absolute;
  content: "";
  width: 1.1111111111em;
  height: 2px;
  background: #ef7c17;
  right: 5.5555555556%;
  top: calc(1em + 12px);
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.3s;
}
.c-service-faq .__desc {
  background: #fff;
  font-size: 15px;
  padding-right: 13.7777777778%;
  padding-left: 5.5555555556%;
  display: flex;
  opacity: 0;
  height: 0;
  padding-block: 0;
  transition: 0.3s;
}
.c-service-faq .__before {
  font-size: 20px;
  color: #ef7c17;
  font-family: "Alata", sans-serif;
  display: inline-block;
  width: 1.4em;
  flex-shrink: 0;
}
.c-service-faq .__note {
  font-size: 12px;
  color: #ef7c17;
  display: block;
}

.c-service-faq.is-open {
  height: auto;
}
.c-service-faq.is-open .__title::after {
  transform: rotate(0);
}
.c-service-faq.is-open .__desc {
  opacity: 1;
  padding-block: 1.6em;
  height: auto;
}

.c-service-item {
  display: grid;
  grid-template-rows: auto 1fr;
}

.c-service-item__head {
  position: relative;
  font-size: clamp(16px, 2.0833333333vw, 25px);
}
.c-service-item__head .__num {
  font-size: 1em;
  position: absolute;
  left: 0.5em;
  top: -0.3333333333em;
  width: 2.2666666667em;
  height: 2.2333333333em;
  background-image: url("..//images/service/service_num.png?rnoigds2");
  background-size: 100%;
  background-repeat: no-repeat;
  color: #ee7700;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.1666666667em;
  padding-bottom: 0.2666666667em;
}
.c-service-item__head .__title {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 2.8em;
  line-height: 1.2;
  padding: 0.4em 1em;
  background-image: linear-gradient(to top, #efe0b0 0%, #faf8f9 0%, #d0eff6 0%, #ee7700 0%, #f79f48 64%, #ffc78f 82%, #f79f48 92%, #ee7700 100%);
}

@media all and (min-width: 640px) {
  .c-service-item__head .__num {
    font-size: 1.2em;
    left: 1em;
  }
}
.c-service-item__body {
  border-left: 2px solid #ffc78f;
  border-right: 2px solid #ffc78f;
  border-bottom: 2px solid #ffc78f;
  padding: 5.1724137931% 9.4827586207% 9.4827586207%;
  background-color: #fff7ef;
}
.c-service-item__body .__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  height: 179px;
}
.c-service-item__body .__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-service-item__body .__desc {
  font-size: 15px;
  line-height: 1.33;
}

.c-service-reason {
  display: grid;
  container-type: inline-size;
  position: relative;
  z-index: 1;
}

.c-service-reason__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-service-reason__text {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.c-service-reason__text::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: calc(50% - 50vw);
  right: calc(50cqi - 50vw);
  top: -60px;
  bottom: 0;
  background-image: linear-gradient(to right, #ee7700 0%, #f3bd87 100%);
}
.c-service-reason__text .__title {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 500;
  margin-bottom: 0.65em;
  line-height: 1.37;
}
.c-service-reason__text .__title span {
  display: inline-block;
}
.c-service-reason__text .__desc {
  font-size: 15px;
  line-height: 1.67;
}

.c-service-reason:nth-child(even) .c-service-reason__text {
  margin-left: 0;
  padding-left: 0;
  margin-right: 15px;
  padding-right: 15px;
}
.c-service-reason:nth-child(even) .c-service-reason__text::before {
  background-image: linear-gradient(to left, #ee7700 0%, #f3bd87 100%);
  left: calc(50% - 50vw);
  left: calc(50cqi - 50vw);
  right: 0;
}

@media all and (min-width: 640px) {
  .c-service-reason {
    grid-template-columns: 43.6666666667% 1fr;
    gap: 3.6666666667%;
  }

  .c-service-reason__text {
    min-height: 300px;
    margin-top: 40px;
    margin-left: 0;
    padding: 2.5% 0;
    padding: 2.5cqi 0;
  }
  .c-service-reason__text .__title {
    margin-bottom: 0.67em;
  }
  .c-service-reason__text::before {
    top: 0;
  }

  .c-service-reason:nth-child(odd) .c-service-reason__text::before {
    left: -23.3333333333%;
    left: -23.3333333333cqi;
  }

  .c-service-reason:nth-child(even) {
    grid-template-columns: 1fr 43.6666666667%;
  }
  .c-service-reason:nth-child(even) .c-service-reason__text {
    order: -1;
    margin-right: 0;
    padding-right: 0;
  }
  .c-service-reason:nth-child(even) .c-service-reason__text::before {
    right: -23.3333333333%;
    right: -23.3333333333cqi;
  }
}
.c-sitemap-child {
  display: inline-block;
  font-size: 14px;
  margin-right: 2.8em;
  margin-top: 0.6em;
}
.c-sitemap-child:last-child {
  margin-right: 0;
}
.c-sitemap-child a {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}
.c-sitemap-child a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.c-sitemap-parent {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 2.4em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.c-sitemap-parent .__en {
  color: #ee7700;
  font-family: "Alata", sans-serif;
  font-size: 12px;
  margin-left: 1.4em;
}
.c-sitemap-parent .__ja {
  margin: 0;
  font-size: 1.2em;
  font-weight: 500;
}
.c-sitemap-parent:hover {
  color: #333;
}
.c-sitemap-parent::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #333;
}
.c-sitemap-parent::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ee7700;
  transition: opacity 0.3s;
  opacity: 0;
}
.c-sitemap-parent:hover::after {
  opacity: 1;
}

@media all and (min-width: 640px) {
  .c-sitemap-parent {
    padding-left: 3em;
  }
  .c-sitemap-parent .__ja {
    font-size: 1.375em;
  }
}
.c-top-company {
  border: 1px solid #fff;
  background-color: rgba(223, 114, 5, 0.8);
  color: #fff;
}

.c-top-company__inner {
  padding: 8%;
}

@media all and (min-width: 640px) {
  .c-top-company__inner {
    padding: 9.2592592593%;
  }
}
.c-top-company__heading {
  font-family: "Alata", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.7em;
}
.c-top-company__heading .__area {
  font-size: 10px;
}
.c-top-company__heading .__city {
  font-size: 30px;
}

.c-top-company__info {
  letter-spacing: 0.1em;
  margin-bottom: 2.1em;
}
.c-top-company__info .__name {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.c-top-company__info .__address {
  font-size: 0.9375em;
}
.c-top-company__info .__address span {
  display: inline-block;
}

.c-top-company__map iframe {
  width: 100%;
}

@media all and (min-width: 640px) {
  .c-top-company__heading .__area {
    font-size: 14px;
  }
  .c-top-company__heading .__city {
    font-size: 42px;
  }
}
.c-top-fvNews {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-top-fvNews__heading {
  font-family: "Alata", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-right: 1px solid #333;
  padding-right: 10px;
  margin-right: 10px;
  height: 50px;
  display: flex;
  align-items: center;
}

.c-top-fvNews__article {
  line-height: 1.5;
}
.c-top-fvNews__article .__time {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.c-top-fvNews__article .__title {
  font-size: 13px;
  letter-spacing: 0.1em;
  position: relative;
  width: 230px;
  padding-right: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-top-fvNews__article .__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.c-top-fvNews__article:hover .__title::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ee7700" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ee7700" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
}

@media all and (min-width: 640px) {
  .c-top-fvNews__heading {
    padding-right: 4.4444444444%;
    margin-right: 4.4444444444%;
  }

  .c-top-fvNews__article .__title {
    width: 33vw;
    max-width: 360px;
    padding-right: 16.6666666667%;
  }
}
.c-top-news {
  display: block;
}

.c-top-news__text {
  margin-top: 1.5625em;
  line-height: 1.5;
}
.c-top-news__text .__head {
  line-height: 1;
}
.c-top-news__text .__time {
  display: inline-block;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.c-top-news__text .__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 0.875em;
}

.c-top-news__image {
  overflow: hidden;
  position: relative;
}
.c-top-news__image::before {
  display: block;
  padding-top: 67.5990675991%;
  content: "";
}
.c-top-news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

.c-top-news:hover .c-top-news__image img {
  transform: scale(1.1);
}

@media all and (min-width: 640px) {
  .c-top-news__text .__head {
    display: flex;
    align-items: center;
  }
  .c-top-news__text .__time {
    margin-bottom: 0;
    margin-right: 2.3em;
  }
}
.c-top-recruit__image {
  width: 50%;
  margin-right: 0;
  margin-bottom: 1em;
}

.c-top-recruit__text {
  flex-grow: 1;
}
.c-top-recruit__text .__title {
  font-size: 20px;
  letter-spacing: 0.13m;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media all and (min-width: 640px) {
  .c-top-recruit {
    display: flex;
    align-items: center;
  }

  .c-top-recruit__image {
    flex-shrink: 0;
    width: 37.9403794038%;
    margin-right: 8.1300813008%;
    margin-bottom: 0;
  }
}
.c-top-scrollButton {
  position: relative;
  width: 24px;
  height: 24px;
  color: #333;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  transform: rotate(90deg);
}

@media (hover: none) {
  .c-top-scrollButton:active {
    color: #fff;
    background: #ee7700;
  }
}
@media (hover: hover) {
  .c-top-scrollButton:hover {
    color: #fff;
    background: #ee7700;
  }
}
@media all and (min-width: 640px) {
  .c-top-scrollButton {
    width: 30px;
    height: 30px;
  }
}
.c-top-scrollButton:after, .c-top-scrollButton:before {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  width: 100%;
}

.c-top-scrollButton:before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: scroll_arrow_wave_1;
          animation-name: scroll_arrow_wave_1;
  border-width: 2px;
}

.c-top-scrollButton:after {
  -webkit-animation-name: scroll_arrow_wave_2;
          animation-name: scroll_arrow_wave_2;
}

@-webkit-keyframes scroll_arrow_wave_1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  9% {
    opacity: 0.28;
  }
  38%, to {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes scroll_arrow_wave_1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  9% {
    opacity: 0.28;
  }
  38%, to {
    opacity: 0;
    transform: scale(1.45);
  }
}
@-webkit-keyframes scroll_arrow_wave_2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  9% {
    opacity: 0.28;
  }
  38%, to {
    opacity: 0;
    transform: scale(1.75);
  }
}
@keyframes scroll_arrow_wave_2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  9% {
    opacity: 0.28;
  }
  38%, to {
    opacity: 0;
    transform: scale(1.75);
  }
}
.c-top-service {
  width: 100%;
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 0px 1.125em 0px rgba(4, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-top-service::after {
  content: "";
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
  width: 1.875em;
  height: 1.875em;
  background-color: #007f3c;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: background-color 0.2s;
}
.c-top-service:hover {
  color: #333;
}
.c-top-service:hover::after {
  background-color: #ee7700;
}

.c-top-service__image {
  overflow: hidden;
  position: relative;
}
.c-top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}

@media not all and (min-width: 640px) {
  .c-top-service {
    height: 100%;
  }

  .c-top-service__image {
    height: 50%;
  }
}
.c-top-service:hover .c-top-service__image img {
  transform: scale(1.1);
}

.c-top-service__text {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.c-top-service__text .__head {
  font-family: "Alata", sans-serif;
  line-height: 1;
}
.c-top-service__text .__head .__en {
  color: #333;
  font-size: 0.9375em;
  margin-right: 0.5em;
}
.c-top-service__text .__head .__num {
  color: #ee7700;
  font-size: 1.375em;
  display: inline-block;
}
.c-top-service__text .__title {
  font-size: min(1.4em, 22px);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.26;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  align-items: flex-end;
}
.c-top-service__text .__list {
  font-size: min(0.875em, 14px);
  margin-bottom: 5%;
}
.c-top-service__text .__list li {
  display: inline-block;
  min-width: 50%;
  position: relative;
  padding-left: 1.5625em;
  margin-bottom: 0.7em;
}
.c-top-service__text .__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3125em;
  height: 0.625em;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.c-top-service__text .__foot {
  font-family: "Alata", sans-serif;
  font-size: 0.75em;
  color: #999;
  margin-top: auto;
}
.c-top-service__text .__foot .__current {
  position: relative;
  padding-right: 1.875em;
}
.c-top-service__text .__foot .__current::after {
  position: absolute;
  right: 0.3125em;
  top: 50%;
  content: "";
  display: block;
  background: currentColor;
  width: 1.25em;
  height: 1px;
}

@media all and (min-width: 640px) {
  .c-top-service {
    box-shadow: 0px 0px 35px 0px rgba(4, 0, 0, 0.2);
    flex-direction: row;
  }

  .c-top-service__image {
    width: 50%;
  }
  .c-top-service__image img {
    aspect-ratio: 460/480;
  }

  .c-top-service__text {
    padding-top: 6.5217391304%;
    padding-left: 7.0652173913%;
    padding-bottom: 6.5217391304%;
    padding-right: 7.0652173913%;
    width: 50%;
  }
  .c-top-service__text .__title {
    margin-top: 10%;
    margin-bottom: 8%;
  }
  .c-top-service__text .__list li {
    display: block;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) {
  .c-top-service {
    width: 76.6666666667%;
    max-width: 57.5em;
  }

  .c-top-service__text .__title {
    font-size: 1.6875em;
  }
}
.m-news-list__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.t-archive-category {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 78px;
}
.t-archive-category .__tags {
  margin-top: 22px;
}

.t-contact-form {
  background: #eee;
  padding-top: 50px;
}
.t-contact-form label {
  display: block;
  font-size: 14px;
}
.t-contact-form input[type=text], .t-contact-form input[type=tel], .t-contact-form input[type=email], .t-contact-form textarea {
  width: 100%;
  font-size: 16px;
  padding: 1.1875em 1.5625em;
}
.t-contact-form input[type=text]::-moz-placeholder, .t-contact-form input[type=tel]::-moz-placeholder, .t-contact-form input[type=email]::-moz-placeholder, .t-contact-form textarea::-moz-placeholder {
  color: #aaa;
}
.t-contact-form input[type=text]:-ms-input-placeholder, .t-contact-form input[type=tel]:-ms-input-placeholder, .t-contact-form input[type=email]:-ms-input-placeholder, .t-contact-form textarea:-ms-input-placeholder {
  color: #aaa;
}
.t-contact-form input[type=text]::placeholder, .t-contact-form input[type=tel]::placeholder, .t-contact-form input[type=email]::placeholder, .t-contact-form textarea::placeholder {
  color: #aaa;
}
.t-contact-form textarea {
  resize: none;
  height: 220px;
}
.t-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 20px;
}
.t-contact-form .__example {
  font-size: 12px;
  margin-top: 1em;
}
.t-contact-form .__row {
  margin-bottom: 50px;
}
.t-contact-form .__submit {
  text-align: center;
  margin-top: 40px;
}
.t-contact-form .wpcf7-spinner {
  margin-top: 10px;
}

@media all and (min-width: 640px) {
  .t-contact-form {
    padding-top: 100px;
  }
  .t-contact-form .__submit {
    margin-top: 80px;
  }
}
.wpcf7-list-item-label {
  position: relative;
  padding-left: 46px;
  display: inline-block;
  cursor: pointer;
}

/* 外枠の丸 */
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #333;
  background: #fff;
  box-sizing: border-box;
}

/* チェック状態の中身 */
.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ee7700;
  transition: opacity 0.3s;
  opacity: 0;
  box-sizing: border-box;
}

.wpcf7-list-item {
  position: relative;
  margin: 7px 0;
  width: 100%;
  height: 30px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .wpcf7-list-item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .wpcf7-list-item {
    width: 33%;
  }
}
/* チェックされたときに中身を表示 */
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.t-contact-head {
  background: #fff;
  padding-bottom: 50px;
}
.t-contact-head .c-page-heading {
  margin-bottom: 34px;
}

@media all and (min-width: 640px) {
  .t-contact-head {
    padding-bottom: 100px;
  }
}
.t-footer-banner {
  margin-top: clamp(120px, 10vw, 240px);
  margin-bottom: clamp(120px, 20vw, 240px);
}

.t-recruit-section {
  margin-top: 130px;
}
.t-recruit-section:first-child {
  margin-top: 0;
}
.t-recruit-section .c-page-heading {
  margin-bottom: 33px;
}
.t-recruit-section .c-recruit-box {
  margin-bottom: 80px;
}
.t-recruit-section .c-recruit-box:last-child {
  margin-bottom: 0;
}

.t-recruit-section__buttons {
  margin-bottom: 50px;
}
.t-recruit-section__buttons .o-button {
  width: 100%;
  max-width: 23.125em;
  margin: 10px;
}

@media all and (min-width: 640px) {
  .t-recruit-section__buttons {
    margin-top: 70px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t-recruit-section__buttons .o-button {
    margin: 0 20px;
  }
}
.t-recruit-type__head {
  margin-bottom: 150px;
}
.t-recruit-type__head .__title {
  font-size: 1.3em;
  font-weight: 500;
}
.t-recruit-type__head .__mail {
  font-size: 1.2em;
  font-weight: 500;
  color: #ee7700;
  display: inline-block;
}
.t-recruit-type__head .__desc {
  margin-top: 1em;
  margin-bottom: 2em;
}
.t-recruit-type__head .o-button {
  margin-left: 0;
}

.t-service-about {
  padding-top: clamp(100px, 22.9166666667vw, 275px);
  padding-bottom: clamp(90px, 15vw, 180px);
  background-image: url("..//images/service/service_bg.png?hamkai0x");
  background-size: clamp(960px, 160%, 1920px);
  background-position: center;
  background-repeat: no-repeat;
}

.t-service-about__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: clamp(40px, 6.6666666667%, 80px);
}
.t-service-about__list .c-service-item {
  width: calc(50% - 20px);
  min-width: 330px;
}

.t-service-cv {
  background-image: url("..//images/service/cv_bg_sp.jpg?vsx55vmb");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 74.9333333333vw;
  display: flex;
  align-items: center;
}

.t-service-cv__inner {
  width: 66.9565217391%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.t-service-cv__inner .o-button {
  width: 100%;
  margin-top: 0.8181818182em;
  font-size: clamp(16px, 1.8333333333vw, 22px);
  font-weight: bold;
  height: 3.8636363636em;
}

@media all and (min-width: 640px) {
  .t-service-cv {
    background-size: 1920px;
    height: 481px;
    background-image: url("..//images/service/cv_bg.jpg?5nlmhw9j");
  }

  .t-service-cv__inner {
    width: 67%;
    max-width: 576px;
    margin-left: 0;
  }
}
.t-service-faq {
  background-image: url("..//images/service/faq_bg.png?hly370zw");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: clamp(917px, 152.8333333333%, 1834px);
  padding-top: clamp(90px, 15vw, 180px);
  padding-bottom: clamp(90px, 15vw, 180px);
}

.t-service-faq__box {
  background-color: #fff7ef;
  padding-top: clamp(40px, 10.8333333333%, 130px);
  padding-bottom: clamp(40px, 14.1666666667%, 170px);
  padding-inline: clamp(15px, 4.347826087%, 125px);
}

.t-service-faq__list {
  margin-top: clamp(40px, 6.6666666667vw, 80px);
  max-width: 950px;
  margin-inline: auto;
  display: grid;
  gap: 25px;
}

.t-service-faq__banner {
  max-width: 700px;
  margin-inline: auto;
}

.t-service-foot {
  background-color: #ef7c17;
  background-image: url("..//images/service/foot_bg.png?rgtnz2b6");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  padding-block: 80px;
}

.t-service-foot__box {
  background-color: #fff;
  background-image: url("..//images/service/foot_box_bg.png?h18mswxv");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-block: 50px;
  padding-inline: 5.5555555556%;
  text-align: center;
}
.t-service-foot__box .__title {
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 1.5;
}
.t-service-foot__box .__title span {
  display: inline-block;
}
.t-service-foot__box .__desc {
  margin-top: 2px;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  font-weight: 500;
}
.t-service-foot__box .o-button {
  margin-top: 25px;
  font-size: clamp(16px, 1.8333333333vw, 22px);
  font-weight: bold;
  width: 26.1818181818em;
  height: 3.8636363636em;
  max-width: 100%;
}

.t-service-intro {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right -25vw top -2px;
  background-size: auto calc(100% + 2px);
  background-image: url("..//images/top-service_bg.png?7nl6x4le");
  min-height: clamp(400px, 41.6666666667vw, 800px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 30px;
}

@media (max-width: 430px) {
  .t-service-intro {
    background-position: right -50vw top -2px;
  }
}
.t-service-intro__content .__heading {
  font-weight: bold;
  font-size: clamp(20px, 3.4722222222vw, 50px);
  line-height: 1.4;
}
.t-service-intro__content .__box {
  border: 1px solid currentColor;
  background: #fff;
  padding: 7.5471698113% 9.4339622642%;
  margin-block: 30px;
}
.t-service-intro__content .__title {
  font-weight: 500;
  font-size: clamp(16px, 2.3333333333vw, 28px);
  margin-bottom: 0.5em;
}
.t-service-intro__content .__desc {
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.67;
}

@media all and (min-width: 640px) {
  .t-service-intro {
    background-position: right top -2px;
    background-size: auto 120%;
  }

  .t-service-intro__content {
    display: grid;
    grid-template-columns: 45.8333333333% 44.1666666667%;
    justify-content: space-between;
    align-items: center;
  }
}
.t-service-main {
  background: #eb9742;
  padding-top: clamp(90px, 15vw, 180px);
  padding-bottom: clamp(100px, 16.6666666667vw, 200px);
}

.t-service-main__head {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.t-service-main__head .__label {
  font-weight: 500;
  font-size: clamp(14px, 2.0833333333vw, 25px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.88em;
  height: 2.4em;
  background: #ee7700;
}
.t-service-main__head .__title {
  font-weight: 500;
  font-size: clamp(16px, 2.6666666667vw, 32px);
}
.t-service-main__head .__title .__large {
  font-size: 156.25%;
}
.t-service-main__head .__lead {
  font-size: clamp(12px, 1.25vw, 15px);
  line-height: 1.67;
  margin-top: 1.5em;
  text-align: left;
}

@media all and (min-width: 640px) {
  .t-service-main__head .__lead {
    text-align: center;
  }
}
.t-service-main__list {
  display: grid;
  gap: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.t-service-main__list .c-top-service__text .__title {
  margin-top: 7%;
  margin-bottom: 0.4em;
}
.t-service-main__list .c-top-service__text .__desc {
  margin-bottom: 2.5%;
  line-height: 1.5625;
}
.t-service-main__list .c-top-service__text .__list {
  display: flex;
  flex-wrap: wrap;
}
.t-service-main__list .c-top-service__text .__list li {
  min-width: 50%;
  line-height: 1.3;
  margin-bottom: 1em;
}
.t-service-main__list .c-top-service__text .__list li::before {
  top: 0.75em;
}
.t-service-main__list .c-top-service__text .o-button {
  margin-left: 0;
}
.t-service-main__list .c-top-service::after {
  display: none;
}

@media not all and (min-width: 640px) {
  .t-service-main__list .c-top-service__image {
    height: calc(0.6956521739 * (100vw - 30px));
  }
  .t-service-main__list .c-top-service__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .t-service-main__list .c-top-service__text {
    padding: 20px;
  }
  .t-service-main__list .o-button {
    font-size: 12px;
  }
}
@media all and (min-width: 640px) {
  .t-service-main__list .c-top-service__image {
    width: 41.8181818182%;
  }
  .t-service-main__list .c-top-service__text .__desc {
    margin-bottom: 6%;
  }
}
@media all and (min-width: 1024px) {
  .t-service-main__list .c-top-service {
    width: 100%;
    max-width: 100%;
  }
  .t-service-main__list .c-top-service:hover .o-button {
    background: #ee7700;
    color: #fffdfb;
    font-size: 14px;
  }
  .t-service-main__list .c-top-service:hover .o-button:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  }
}
.t-service-reason {
  padding-top: clamp(90px, 15vw, 180px);
  padding-bottom: clamp(90px, 15vw, 180px);
  background: #fff7ef;
}

.t-service-reason__list {
  margin-top: clamp(40px, 6.6666666667vw, 80px);
  display: grid;
  gap: clamp(40px, 6.6666666667vw, 80px);
}

.t-single-article__head {
  padding-bottom: 1.75em;
  margin-bottom: 5em;
  border-bottom: 1px solid #ccc;
}
.t-single-article__head .__info {
  line-height: 1;
}
.t-single-article__head .__time {
  display: inline-block;
  color: #999;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.t-single-article__head .__title {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.5625em;
}

@media all and (min-width: 640px) {
  .t-single-article__head .__info {
    display: flex;
    align-items: center;
  }
  .t-single-article__head .__time {
    margin-bottom: 0;
    margin-right: 2.3em;
  }
  .t-single-article__head .__title {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 0.5625em;
  }
}
.g-page-body .t-single-article__body p {
  line-height: 1.87;
}
.g-page-body .t-single-article__body .wp-block-image + p {
  margin-top: 4em;
}
.g-page-body .t-single-article__body a {
  color: #ee7700;
}
.g-page-body .t-single-article__body a:hover {
  text-decoration: underline;
}

.t-single-article__foot {
  margin-top: 80px;
}

@media all and (min-width: 640px) {
  .t-single-article__foot {
    margin-top: 100px;
  }
}
.t-sitemap-list__item {
  margin-bottom: 2.4em;
}
.t-sitemap-list__item:last-child {
  margin-bottom: 0;
}

.t-top-banner {
  padding-top: 180px;
  padding-bottom: 180px;
}
.t-top-banner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.t-top-banner a img.__text {
  position: absolute;
  width: 49%;
  top: 0;
  left: 0;
  margin-top: 4.8333333333%;
  margin-left: 5%;
}
.t-top-banner a img {
  transition: transform 0.3s;
}
.t-top-banner a::after {
  content: "";
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
  width: 1.875em;
  height: 1.875em;
  background-color: #007f3c;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transition: background-color 0.2s;
}
.t-top-banner a:hover::after {
  background-color: #ee7700;
}
.t-top-banner a:hover img {
  transform: scale(1.05);
}

@media not all and (min-width: 640px) {
  .t-top-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .t-top-banner a img.__text {
    width: 77%;
    margin-top: 12%;
  }
  .t-top-banner a img.__bg {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 70%;
       object-position: 70%;
  }
}
.t-top-company {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
}
.t-top-company .c-top-company:not(:last-child) {
  margin-bottom: 40px;
}

.t-top-company__bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: #ee7700;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.t-top-company__bg.is-show {
  opacity: 1;
}
.t-top-company__bg .__map {
  position: absolute;
  width: calc(100% - 30px);
  height: auto;
  margin-left: 15px;
  left: 0;
  top: 100px;
  transform: translateY(0);
}
.t-top-company__bg .__pin {
  width: 1.3157894737%;
  height: 1.3157894737%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.t-top-company__bg .__pin .__outer {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 400%;
  height: 400%;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.25);
  opacity: 0;
  transition: 0.2s;
}
.t-top-company__bg .__pin.is-active .__outer {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.t-top-company__bg .__tokyo {
  left: 72.5%;
  top: 57%;
}
.t-top-company__bg .__kyoto {
  left: 54%;
  top: 59.5%;
}
.t-top-company__bg .__nagoya {
  left: 60%;
  top: 59%;
}
.t-top-company__bg .__fukuoka {
  left: 32.3%;
  top: 63.5%;
}
.t-top-company__bg .__okinawa {
  left: 25.6%;
  top: 91%;
}

@media all and (min-width: 640px) {
  .t-top-company__bg .__map {
    width: 39.5833333333%;
    margin-left: 40px;
  }
}
@media all and (min-width: 1024px) {
  .t-top-company__bg .__map {
    margin-left: 7.5520833333%;
    top: calc(40px + 50%);
    transform: translateY(-50%);
  }
}
.t-top-company__inner {
  width: 100%;
  max-width: 33.75em;
  margin-left: auto;
}

@media all and (min-width: 640px) {
  .t-top-company__inner {
    width: 69%;
  }
}
.t-top-company__head {
  margin-bottom: 80px;
}

.t-top-company__bg .__pin .__outer:after, .t-top-company__bg .__pin .__outer:before {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  width: 100%;
}

.t-top-company__bg .__pin .__outer:before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: scroll_arrow_wave_1;
          animation-name: scroll_arrow_wave_1;
  border-width: 2px;
}

.t-top-company__bg .__pin .__outer:after {
  -webkit-animation-name: scroll_arrow_wave_2;
          animation-name: scroll_arrow_wave_2;
}

.t-top-contact {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.t-top-contact .o-heading {
  margin-bottom: 35px;
}

@media all and (min-width: 640px) {
  .t-top-contact {
    padding-top: 166px;
    padding-bottom: 166px;
  }
}
.t-top-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.t-top-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-contact__box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.902);
  z-index: 1;
  width: calc(100% - 30px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.t-top-contact__box-inner {
  max-width: 36.25em;
  margin-left: auto;
  margin-right: auto;
  width: 83%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media all and (min-width: 1024px) {
  .t-top-contact__box-inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.t-top-contact__tel {
  max-width: 36.25em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875em;
}
.t-top-contact__tel .__head {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 2.625em;
  margin-bottom: 0.25em;
}
.t-top-contact__tel .__body {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.t-top-contact__tel a {
  display: flex;
  align-items: center;
}
.t-top-contact__tel svg {
  color: #ee7700;
  margin-right: 0.3em;
}
.t-top-contact__tel .__time {
  display: block;
  padding-left: 2.625em;
  margin-top: 1em;
  font-size: 0.40625em;
  margin-left: 0;
  padding-bottom: 0.2em;
}

@media not all and (min-width: 1024px) {
  .t-top-contact__tel {
    margin-top: 3em;
  }
}
@media all and (min-width: 960px) and (max-width: 1023px) {
  .t-top-contact__tel .__body {
    display: flex;
    align-items: flex-end;
  }
  .t-top-contact__tel .__time {
    margin-top: 0;
    margin-left: 0.5em;
    padding-left: 0;
  }
}
@media all and (min-width: 1024px) {
  .t-top-contact__tel .__body {
    display: block;
  }
}
@media all and (min-width: 1280px) {
  .t-top-contact__tel .__body {
    display: flex;
    align-items: flex-end;
  }
  .t-top-contact__tel .__time {
    margin-top: 0;
    margin-left: 0.5em;
    padding-left: 0;
  }
}
.t-top-fv {
  height: 200vh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

.t-top-fv__first {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s;
}

.t-top-fv.is-second .t-top-fv__first {
  opacity: 0;
}

.t-top-fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #eb9742;
  background-image: url("..//images/top-fv_bg.png?vw9n1si9");
  background-repeat: no-repeat;
  background-position: 13vh center;
  background-size: cover;
  transition: filter 0.5s;
}
.t-top-fv__bg .__image {
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 88%;
  transform: translateY(-50%);
}
.t-top-fv__bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ee7700;
  opacity: 0;
  transition: opacity 0.5s;
}

.t-top-fv.is-second .t-top-fv__bg {
  filter: blur(9px);
}
.t-top-fv.is-second .t-top-fv__bg::after {
  opacity: 0.4;
}

@media (orientation: landscape) {
  .t-top-fv__bg {
    background-position: right center;
    background-size: contain;
  }
}
@media all and (min-width: 960px) {
  .t-top-fv__bg .__image {
    top: 46%;
    right: 40px;
    width: 80%;
  }
}
@media all and (min-width: 1024px) {
  .t-top-fv__bg .__image {
    right: 5.5vw;
    width: 59.4791666667%;
  }
}
.t-top-fv__catch {
  position: absolute;
  left: 4vw;
  bottom: 20%;
  width: 80%;
  max-width: 500px;
  transition: -webkit-clip-path 0.4s;
  transition: clip-path 0.4s;
  transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

@media all and (min-width: 960px) {
  .t-top-fv__catch {
    width: 36.4583333333%;
    max-width: 700px;
    bottom: 10.4166666667%;
    left: 12vw;
  }
}
.is-loaded .t-top-fv__catch {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.t-top-fv__text {
  position: absolute;
  top: 18%;
  left: 4vw;
  font-size: 2.1875vh;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media all and (min-width: 960px) {
  .t-top-fv__text {
    left: 40px;
    top: 50%;
    transform: translateY(-60%);
  }
}
@media all and (min-width: 1024px) {
  .t-top-fv__text {
    left: 26vw;
  }
}
.t-top-fv__scrollButton {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 8;
}

@media all and (min-width: 960px) {
  .t-top-fv__scrollButton {
    left: 40px;
    bottom: 10.4166666667%;
  }
}
@media all and (min-width: 1024px) {
  .t-top-fv__scrollButton {
    left: 4vw;
  }
}
@media all and (min-width: 1280px) {
  .t-top-fv__scrollButton {
    left: 60px;
  }
}
.t-top-fv__news {
  position: absolute;
  width: 450px;
  max-width: 100%;
  right: 15px;
  bottom: 15px;
}

@media all and (min-width: 960px) {
  .t-top-fv__news {
    right: 40px;
    bottom: 10.4166666667%;
  }
}
@media all and (min-width: 1024px) {
  .t-top-fv__news {
    right: 4vw;
  }
}
@media all and (min-width: 1280px) {
  .t-top-fv__news {
    right: 60px;
  }
}
.t-top-fv__second {
  position: relative;
  z-index: 2;
  height: 100vh;
}
.t-top-fv__second .__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.t-top-fv__second .__title {
  font-weight: bold;
  font-size: 2.125em;
}
.t-top-fv__second .__desc {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 2.25;
  text-align: justify;
}

@media all and (min-width: 1024px) {
  .t-top-fv__second .__inner {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .t-top-fv__second .__desc {
    margin-top: 0;
    width: 58.3333333333%;
    max-width: 700px;
  }
}
.t-top-news {
  position: relative;
}

.t-top-news__body {
  position: relative;
  margin-top: 164px;
}

.t-top-news__visual {
  position: absolute;
  left: calc(50% - 50vw);
  top: -23%;
  width: calc(100% + 15px);
}

@media all and (min-width: 640px) {
  .t-top-news__visual {
    width: calc(50vw - 50% + 49%);
  }
}
@media all and (min-width: 1024px) {
  .t-top-news__visual {
    top: -86px;
  }
}
.t-top-news__content {
  margin-left: 0;
  margin-top: 7.5%;
  margin-right: calc(50% - 50vw);
  padding-top: calc(3.75em + 30px);
  background: #fff;
  position: relative;
  z-index: 1;
  min-height: 37em;
  padding-left: 15px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .t-top-news__content {
    padding-left: 40px;
  }
}
@media all and (min-width: 1024px) {
  .t-top-news__content {
    padding-top: 6.6666666667%;
    margin-left: 32.5%;
    padding-left: 6.6666666667%;
  }
}
.newsSwiper {
  padding-right: 15px;
}
.newsSwiper .swiper-slide {
  width: calc(100% - 15px);
  max-width: 26.8125em;
}

@media all and (min-width: 640px) {
  .newsSwiper {
    padding-right: 40px;
  }
  .newsSwiper .swiper-slide {
    width: 26.8125em;
  }
}
@media all and (min-width: 1024px) {
  .newsSwiper {
    padding-right: 6.6666666667%;
  }
}
.t-top-news__buttons {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 0;
  display: flex;
}
.t-top-news__buttons .swiper-buttons {
  display: flex;
  margin-right: 2.1875em;
}
.t-top-news__buttons .swiper-button-next, .t-top-news__buttons .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 6.6666666667%;
  width: 3.75em;
  height: 3.75em;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875em;
  border: 1px solid #333;
  background: transparent;
  transition: 0.3s;
}
.t-top-news__buttons .swiper-button-next:after, .t-top-news__buttons .swiper-button-prev:after {
  font-size: inherit;
  content: "";
  width: 5px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.t-top-news__buttons .swiper-button-prev {
  margin-right: 0.9375em;
}
.t-top-news__buttons .swiper-button-prev:after {
  transform: rotate(180deg);
}
.t-top-news__buttons .swiper-button-next.swiper-button-disabled, .t-top-news__buttons .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media (hover: none) {
  .t-top-news__buttons .swiper-button-next:active, .t-top-news__buttons .swiper-button-prev:active {
    background: #ee7700;
    color: #fff;
    border: 1px solid transparent;
  }
  .t-top-news__buttons .swiper-button-next:active:after, .t-top-news__buttons .swiper-button-prev:active:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  }
}
@media (hover: hover) {
  .t-top-news__buttons .swiper-button-next:hover, .t-top-news__buttons .swiper-button-prev:hover {
    background: #ee7700;
    color: #fff;
    border: 1px solid transparent;
  }
  .t-top-news__buttons .swiper-button-next:hover:after, .t-top-news__buttons .swiper-button-prev:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  }
}
@media all and (min-width: 1024px) {
  .t-top-news__buttons {
    top: -0.625em;
  }
}
.t-top-recruit {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.t-top-recruit .c-top-recruit:not(:last-child) {
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .t-top-recruit {
    padding-top: 195px;
  }
}
.t-top-recruit__head .o-heading {
  margin-bottom: 1em;
}
.t-top-recruit__head .o-lead {
  margin-bottom: 1em;
}
.t-top-recruit__head .o-button {
  margin-left: 0;
}

@media all and (min-width: 1024px) {
  .t-top-recruit__head {
    display: flex;
    align-items: flex-end;
  }
  .t-top-recruit__head .o-heading {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .t-top-recruit__head .o-lead {
    margin-bottom: 0;
  }
  .t-top-recruit__head .o-button {
    margin-left: auto;
    justify-self: flex-end;
  }
}
.t-top-recruit__body {
  position: relative;
  margin-top: 55%;
}

@media all and (min-width: 640px) {
  .t-top-recruit__body {
    margin-top: 164px;
  }
}
.t-top-recruit__visual {
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  margin-top: -40%;
  width: calc(100% + 15px);
}

@media all and (min-width: 640px) {
  .t-top-recruit__visual {
    margin-top: -26%;
    width: calc(50vw - 50% + 45%);
  }
}
@media all and (min-width: 1024px) {
  .t-top-recruit__visual {
    margin-top: -86px;
  }
}
.t-top-recruit__content {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 5.8333333333%;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1024px) {
  .t-top-recruit__content {
    width: 67.3333333333%;
  }
}
.t-top-service {
  --total-slides: 7;
  /* デフォルト値 */
  position: relative;
  height: calc(100vh * (var(--total-slides) + 1));
}

.t-top-service__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  height: 100vh;
  width: 100%;
  margin: 0;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 640px) {
  .t-top-service__sticky {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.t-top-service[data-current=even] .t-top-service__bg.--even {
  opacity: 1;
  z-index: -1;
}

.t-top-service[data-current=even] .t-top-service__bg.--odd {
  opacity: 0;
  z-index: -2;
}

.t-top-service[data-current=odd] .t-top-service__bg.--odd {
  opacity: 1;
  z-index: -1;
}

.t-top-service[data-current=odd] .t-top-service__bg.--even {
  opacity: 0;
  z-index: -2;
}

.t-top-service__bg {
  z-index: -1;
  transition: opacity 0.6s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #eee;
  background-repeat: no-repeat;
  background-position: -47% bottom;
  background-size: cover;
  pointer-events: none;
}
.t-top-service__bg.--odd {
  background-image: url("..//images/top-service_bg_2.png?n77zfhqw");
}
.t-top-service__bg.--even {
  background-image: url("..//images/top-service_bg.png?f4o4e85b");
}

@media all and (min-width: 640px) {
  .t-top-service__bg {
    background-position: right calc((100vw - 1920px) * 0.4) center;
    background-size: contain;
  }
}
.t-top-service__head .o-heading {
  margin-bottom: 14px;
}

@media all and (min-width: 1024px) {
  .t-top-service__head {
    display: flex;
    align-items: flex-end;
  }
  .t-top-service__head .o-heading {
    margin-bottom: 0;
    margin-right: 28px;
  }
}
.serviceSwiper {
  padding: 6.6666666667% 4% 6.6666666667% 0;
  margin-right: -4%;
  aspect-ratio: 1248/640;
}
.serviceSwiper .swiper-pagination {
  text-align: left;
}
.serviceSwiper .swiper-pagination-bullets {
  left: 0;
  top: 0;
  margin-top: 6.6666666667%;
  transform: translate3d(0, 0, 0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.serviceSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  display: flex;
  margin-top: 0;
  margin-bottom: 0.625em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background: none;
  opacity: 1;
}
.serviceSwiper .bullet {
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transform: scale(0.75);
  transition: transform 0.3s ease;
}
.serviceSwiper .bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5625em;
  height: 1.5625em;
  background: #ee7700;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.serviceSwiper .title {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  padding-top: 0.64em;
  padding-left: 1em;
  line-height: 1.57;
  transition: transform 0.1s;
}
.serviceSwiper .swiper-pagination-bullet-active .bullet {
  transform: scale(1);
}
.serviceSwiper .swiper-pagination-bullet-active .bullet::after {
  opacity: 1;
}
.serviceSwiper .swiper-pagination-bullet-active .title {
  font-weight: bold;
  transform: scale(1.143);
  transform-origin: left center;
}
.serviceSwiper .swiper-button-next, .serviceSwiper .swiper-button-prev {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  margin-bottom: 6.6666666667%;
  width: 3.75em;
  height: 3.75em;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875em;
  border: 1px solid #333;
  background: transparent;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.serviceSwiper .swiper-button-next:after, .serviceSwiper .swiper-button-prev:after {
  font-size: inherit;
  content: "";
  width: 5px;
  height: 10px;
  transform: rotate(-90deg);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.serviceSwiper .swiper-button-next {
  left: 4.6875em;
}
.serviceSwiper .swiper-button-next:after {
  transform: rotate(90deg);
}
.serviceSwiper .swiper-button-next.swiper-button-disabled, .serviceSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

@media (hover: none) {
  .serviceSwiper .swiper-button-next:active, .serviceSwiper .swiper-button-prev:active {
    background: #ee7700;
    color: #fff;
    border: 1px solid transparent;
  }
  .serviceSwiper .swiper-button-next:active:after, .serviceSwiper .swiper-button-prev:active:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  }
}
@media (hover: hover) {
  .serviceSwiper .swiper-button-next:hover, .serviceSwiper .swiper-button-prev:hover {
    background: #ee7700;
    color: #fff;
    border: 1px solid transparent;
  }
  .serviceSwiper .swiper-button-next:hover:after, .serviceSwiper .swiper-button-prev:hover:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  }
}
@media not all and (min-width: 1280px) {
  .serviceSwiper {
    font-size: 1.2266666667vw;
  }
}
@media not all and (min-width: 1024px) {
  .serviceSwiper {
    font-size: clamp(10px, 1.5625vw, 16px);
    aspect-ratio: 1000/640;
    padding: 6em 40px 5em;
    margin-top: -3.75em;
    margin-right: -40px;
    margin-left: -40px;
  }
  .serviceSwiper .swiper-button-next, .serviceSwiper .swiper-button-prev {
    left: auto;
    top: 0;
  }
  .serviceSwiper .swiper-button-prev {
    right: calc(40px + 4.6875em);
  }
  .serviceSwiper .swiper-button-next {
    right: 40px;
  }
  .serviceSwiper .swiper-pagination {
    display: none;
  }
}
@media not all and (min-width: 640px) {
  .serviceSwiper {
    padding: 5.5em 15px 2.5em;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -3.75em;
    font-size: calc(0.0346666667 * (100vw - 30px));
    aspect-ratio: initial;
    height: calc(100vh - 120px);
    max-height: 150vw;
  }
  .serviceSwiper .swiper-button-prev {
    right: calc(15px + 4.6875em);
  }
  .serviceSwiper .swiper-button-next {
    right: 15px;
  }
}
.serviceSwiper .swiper-slide .c-top-service {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.serviceSwiper .swiper-slide-prev .c-top-service {
  transform: translateY(-20px);
}
.serviceSwiper .swiper-slide-next .c-top-service {
  transform: translateY(20px);
}
.serviceSwiper .swiper-slide-active .c-top-service {
  opacity: 1;
  transform: translateY(0);
}

.t-top-visual {
  margin-top: 4.1666666667%;
  margin-bottom: 14.5833333333%;
}

.t-top-visual__top {
  margin-left: auto;
  margin-right: auto;
  width: 68.5416666667%;
}

.t-top-visual__bottom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416666667%;
  width: 79.7395833333%;
}

.g-breadcrumb {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.g-breadcrumb svg {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.g-breadcrumb a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.g-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
  color: #8e4e0f;
  margin-block: 0.25em;
}
.g-breadcrumb .__sep {
  margin-left: 16px;
  margin-right: 16px;
}

.g-footer {
  position: relative;
  background-color: #eee;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 606 987"><path fill="%23ffffff" d="M224.82,493.5c0-233.87,162.77-429.6,381.18-480.49-36.13-8.42-73.72-13.01-112.41-13.01C220.99,0,0,220.95,0,493.5s220.99,493.5,493.59,493.5c38.69,0,76.28-4.59,112.41-13.01-218.41-50.89-381.18-246.62-381.18-480.49Z" /></svg>');
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: auto 103%;
  overflow: hidden;
}

@media all and (min-width: 1024px) {
  .g-footer {
    background-position: 136% 50%;
    background-size: 606px auto;
  }
}
@media all and (min-width: 1280px) {
  .g-footer {
    background-position: 90% 50%;
  }
}
.g-footer__inner {
  position: relative;
  margin: 50px auto;
}

@media all and (min-width: 640px) {
  .g-footer__inner {
    margin-top: 10.9375%;
    margin-bottom: 10.9375%;
  }
}
.g-footer__layout-right {
  margin-top: 2em;
}

@media all and (min-width: 1024px) {
  .g-footer__layout {
    display: grid;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    grid-template-rows: 1fr -webkit-max-content;
    grid-template-rows: 1fr max-content;
  }

  .g-footer__layout-left {
    grid-row: span 2/span 2;
  }

  .g-footer__layout-bottom {
    align-self: end;
    justify-self: end;
    grid-column-start: 2;
    grid-row-start: 2;
  }

  .g-footer__layout-right {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 60px;
  }
}
@media all and (min-width: 1280px) {
  .g-footer__layout-right {
    padding-right: 0;
  }
}
.g-footer .__logo {
  width: 213px;
  margin-bottom: 40px;
}

@media all and (min-width: 1024px) {
  .g-footer .__logo {
    width: 430px;
    margin-bottom: 130px;
  }
}
.g-footer .__company {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.g-footer .__office {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.g-footer .__office .__name {
  margin-bottom: 0.125em;
}
.g-footer .__office span {
  display: inline-block;
}

.g-footer__nav {
  display: flex;
}
.g-footer__nav li {
  margin-bottom: 0.58em;
}
.g-footer__nav .sub-menu {
  margin-top: 0.58em;
  margin-bottom: 0.87em;
  margin-left: 20px;
}
.g-footer__nav .sub-menu .menu-item {
  position: relative;
  padding-left: 14px;
}
.g-footer__nav .sub-menu .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23333333" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23333333" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.g-footer__nav-left {
  font-size: 0.9375em;
  letter-spacing: 0.1em;
}

.g-footer__nav-right {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 1em;
}

@media all and (min-width: 1280px) {
  .g-footer__nav-right {
    margin-left: 6em;
  }
}
.g-footer__copy {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 2em;
}

@media all and (min-width: 1024px) {
  .g-footer__copy {
    margin-top: 0;
  }
}
.g-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  transition: 0.3s;
}

@media all and (min-width: 1024px) {
  .g-header {
    height: 120px;
  }
}
@media not all and (min-width: 640px) {
  .g-header .__logo {
    width: 166px;
  }
}
.g-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .g-header__inner {
    padding: 0 40px;
  }
}
@media all and (min-width: 1024px) {
  .g-header__inner {
    padding: 0 4%;
  }
}
@media all and (min-width: 1280px) {
  .g-header__inner {
    padding: 0 60px;
  }
}
.g-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.g-header__layout-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.g-header__layout-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.g-header__layout-right .c-header-navi {
  margin-right: 3em;
}

.g-menu {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  background-color: #eee;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-naviOpened .g-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.g-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.g-menu__navi {
  width: 100%;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-menu__navi ul {
  display: block;
  font-size: 13px;
  margin-bottom: 1em;
}
.g-menu__navi ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-menu__navi ul li a {
  padding: 1em;
}

.g-page-body {
  margin-top: 84px;
  font-size: 14px;
}
.g-page-body h2 {
  font-size: 1.6em;
  font-weight: 500;
  margin-top: 3.8em;
  margin-bottom: 0.6em;
  line-height: 1.55;
}
.g-page-body h2:first-child {
  margin-top: 0;
}
.g-page-body h3.wp-block-heading {
  font-size: 1.33em;
  line-height: 1.55;
  font-weight: 500;
  margin-top: 2.475em;
  margin-bottom: 1.425em;
  padding-left: 0.95em;
  position: relative;
}
.g-page-body h3.wp-block-heading::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
  width: 0.2em;
  height: 0.95em;
  background-color: #ee7700;
}
.g-page-body p {
  line-height: 1.67;
}
.g-page-body hr {
  margin-top: 40px;
  margin-bottom: 64px;
  border-top: 1px solid #ccc;
}
.g-page-body hr:last-child {
  margin-bottom: 0;
}
.g-page-body ol {
  list-style-type: decimal;
}
.g-page-body ul, .g-page-body ol {
  font-size: 1.07em;
  line-height: 1.47;
  margin-top: 0.5em;
  margin-bottom: -0.5em;
  padding-left: 2.5em;
}
.g-page-body ul li, .g-page-body ol li {
  padding: 0.5em 0;
}
.g-page-body table th, .g-page-body table td {
  border: none;
  padding: 2.5em 0;
}
.g-page-body table th {
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.g-page-body table td {
  font-size: 0.93em;
  border-bottom: 1px solid #ccc;
  line-height: 1.88;
}
.g-page-body .company table {
  table-layout: auto;
}
.g-page-body .company table th {
  width: 6em;
}

@media all and (min-width: 640px) {
  .g-page-body {
    font-size: 15px;
    margin-top: 168px;
  }
  .g-page-body h2 {
    font-size: 2.27em;
  }
  .g-page-body hr {
    margin-top: 80px;
    margin-bottom: 128px;
  }
  .g-page-body .company table {
    table-layout: auto;
  }
  .g-page-body .company table th {
    width: 13.3em;
  }
}
.g-page-header {
  width: 100%;
  height: 480px;
  max-height: 72vw;
  background: #eb9742;
  background-image: url("..//images/top-fv_bg.png?gsabxc4t");
  background-repeat: no-repeat;
  background-position: right bottom -2px;
  background-size: 59%;
  display: flex;
  align-items: center;
  padding-top: 60px;
}

.g-page-header__title {
  margin-bottom: 3.3333333333%;
}
.g-page-header__title .__ja {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.g-page-header__title .__en {
  font-family: "Alata", sans-serif;
  font-size: calc(20px + 4.6875vw);
  text-transform: uppercase;
  line-height: 1;
}

.g-service-header {
  width: 100%;
  height: clamp(375px, 62.5vw, 750px);
  background-image: url("..//images/service/mv.png?5sk6v7zr");
  background-repeat: no-repeat;
  background-position: 65%;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 60px;
}
.g-service-header .o-button {
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: clamp(15px, 1.8333333333vw, 22px);
  margin-left: 0;
  border: none;
  width: 17.5em;
  height: 3.8636363636em;
  margin-bottom: clamp(20px, 3.3333333333vw, 40px);
}
.g-service-header .o-button::after {
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ee7700" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ee7700" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
}
.g-service-header .o-button:hover {
  background-color: #ee7700;
  color: #fff;
}
.g-service-header .o-button:hover::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 5 10"><polygon fill="%23ffffff" points="5 5 4.41 5.67 0 .67 .59 0 5 5"/><polygon fill="%23ffffff" points="4.41 4.33 5 5 .59 10 0 9.33 4.41 4.33"/></svg>');
}

.g-service-header__title .__main {
  font-size: clamp(30px, 5.8333333333vw, 70px);
  font-weight: bold;
  line-height: 1.14;
  margin-bottom: 3.3333333333%;
}
.g-service-header__title .__sub {
  font-size: clamp(14px, 1.6666666667vw, 20px);
  margin-bottom: 5.8333333333%;
  width: 65%;
}
.g-service-header__title .__sub span {
  display: inline-block;
}
.g-service-header__title .__label {
  display: inline-block;
  padding: 0 0.2em;
  margin-inline: 0.2em;
  line-height: 1.48;
  background: #ee7700;
  color: #fff;
  font-size: clamp(16px, 2.0833333333vw, 25px);
  font-weight: 500;
}
.g-service-header__title .__label .__small {
  font-size: 72%;
}

.g-topButton {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 52px;
  height: 52px;
  color: #333;
  border: 1px solid currentColor;
  border-radius: 50%;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: rotate(-90deg);
}
.g-topButton.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: none) {
  .g-topButton:active {
    color: #fff;
    background-color: #ee7700;
  }
}
@media (hover: hover) {
  .g-topButton:hover {
    color: #fff;
    background-color: #ee7700;
  }
}
@media all and (min-width: 640px) {
  .g-topButton {
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (min-width: 1280px) {
  .g-topButton {
    right: 60px;
    bottom: 60px;
  }
}
.company .g-page-body {
  background-image: url("../images/company_bg.svg?r692bnd3");
  background-repeat: no-repeat;
  background-size: calc(100% - 45px);
  background-position: right 15px top 60%;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .company .g-page-body {
    background-size: 80%;
    background-position: right 40px top 62%;
  }
}
@media all and (min-width: 1024px) {
  .company .g-page-body {
    background-size: 738px;
    background-position: right 60px top 69%;
  }
}
.contact .g-page-body {
  background: #eee;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.flex{
  display: flex;
}

.contents{
  display: contents;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.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);
}
.text-black {
  color: #333;
}

.text-orange {
  color: #eb9742;
}

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

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
