@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
:root {
  --color-bg: #818bac;
  --color-base: #111c3c;
  --color-white: #fff;
}

body {
  background: var(--color-bg);
  font-size: 16px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-base);
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (width >= 767px) {
  .is-sp {
    display: none !important;
  }
}

@media (width < 768px) {
  .is-pc {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
}
@media (width < 768px) {
  .inner {
    padding: 0 15px;
  }
}

.contact-btn {
  display: block;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  width: 41px;
  height: 304px;
  z-index: 50;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (width < 768px) {
  .contact-btn {
    text-align: center;
    top: auto;
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 56px;
    background: rgba(100, 107, 130, 0.5);
  }
}
.contact-btn.is-hide {
  opacity: 0;
  visibility: hidden;
}
.contact-btn:hover {
  opacity: 0.7;
}
.contact-btn .contact-btn-recruit.is-hide {
  display: none;
}
.contact-btn .contact-btn-recruit-w {
  display: none;
}
.contact-btn .contact-btn-recruit-w.is-show {
  display: block;
}
.contact-btn img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 768px) {
  .contact-btn img {
    width: 194px;
  }
}

.front__left, .front__right {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  background: var(--color-bg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: 100;
  overflow: hidden;
}
@media (width < 768px) {
  .front__left, .front__right {
    width: 100%;
    height: 50%;
  }
}
.front__left.is-hidden, .front__right.is-hidden {
  visibility: hidden;
}
.front__left {
  left: 0;
}
.front__left.is-open {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (width < 768px) {
  .front__left.is-open {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.front__right {
  right: 0;
}
@media (width < 768px) {
  .front__right {
    top: auto;
    bottom: 0;
  }
}
.front__right.is-open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (width < 768px) {
  .front__right.is-open {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.front__left-img, .front__right-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (width < 768px) {
  .front__left-img, .front__right-img {
    z-index: 1;
  }
}
.front__left-img img, .front__right-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 210px;
}
@media (width < 768px) {
  .front__left-img img, .front__right-img img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    width: 125px;
  }
}
@media (width < 768px) {
  .front__left-img {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.front__left-img img {
  right: -3px;
}
@media (width < 768px) {
  .front__left-img img {
    top: auto;
    right: auto;
    bottom: -2px;
  }
}
@media (width < 768px) {
  .front__right-img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
.front__right-img img {
  left: -3px;
}
@media (width < 768px) {
  .front__right-img img {
    left: 50%;
    top: -2px;
  }
}

.fv {
  width: 100%;
  padding-top: 11.8055555556vw;
  padding-bottom: 14.5833333333vw;
  background: url("images/common-fv.webp") no-repeat top center/100%;
}
@media (width < 768px) {
  .fv {
    aspect-ratio: auto;
    padding-top: 25vw;
    padding-bottom: 24.4444444444vw;
    background: url("images/common-fv_sp.webp") no-repeat top center/100%;
  }
}

.fv__title {
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.5em;
  color: var(--color-white);
}
@media (width < 768px) {
  .fv__title {
    height: 9.1666666667vw;
    font-size: clamp(30px, 8.3333333333vw, 56px);
  }
}
.fv__title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card {
  width: 100%;
  border: 1px solid var(--color-white);
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 1;
}
.card::before, .card::after {
  content: "";
  position: absolute;
  width: 160px;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media (width < 768px) {
  .card::before, .card::after {
    width: 100px;
  }
}
.card::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
}
.card::after {
  bottom: -5px;
  right: -5px;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}

.underline-title {
  margin: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5em;
  padding-bottom: 4px;
  position: relative;
}
.underline-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82.006px;
  height: 1px;
  background: var(--color-white);
}

.works-category {
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("images/works/category.webp") no-repeat center center/cover;
  color: var(--color-white);
  position: relative;
}
@media (width < 768px) {
  .works-category {
    padding: 0 4px;
    font-size: 14px;
  }
}
.works-category:not(:first-of-type) {
  margin-left: 30px;
}
@media (width < 768px) {
  .works-category:not(:first-of-type) {
    margin-left: 19px;
  }
}
.works-category:not(:first-of-type)::before {
  position: absolute;
  content: "+";
  width: 12px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  color: var(--color-white);
  font-size: 21px;
  line-height: 1.2;
}
@media (width < 768px) {
  .works-category:not(:first-of-type)::before {
    left: -15px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.pagination .page-numbers {
  width: 43px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  color: var(--color-base);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: var(--color-white);
}

/* ヘッダー
***************************************************************/
.header {
  width: 100%;
  height: 88px;
  position: fixed;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 768px) {
  .header {
    height: 45px;
  }
}

.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 28, 60, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 20;
}
.backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (width < 768px) {
  .header__inner {
    padding: 0 15px;
  }
}

.header__logo {
  width: 100%;
  max-width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 251/69;
}
@media (width < 768px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-btn {
  position: fixed;
  z-index: 40;
  top: 32px;
  right: 34px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 768px) {
  .header-btn {
    top: 10px;
    right: 18px;
  }
}
.header-btn.is-open .header-btn__bar svg {
  fill: var(--color-bg);
}
.header-btn.is-open .header-btn__bar svg:first-of-type {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header-btn.is-open .header-btn__bar svg:nth-of-type(2) {
  opacity: 0;
}
.header-btn.is-open .header-btn__bar svg:last-of-type {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.header-btn__bar {
  position: relative;
  width: 100%;
  height: 66%;
}
.header-btn__bar svg {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #fbfcff;
}
.header-btn__bar svg:first-of-type {
  top: 0;
}
.header-btn__bar svg:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-btn__bar svg:last-of-type {
  bottom: 0;
}

.drawer {
  position: fixed;
  width: 100%;
  max-width: 542px;
  height: 100vh;
  max-height: 1000px;
  top: 0;
  right: -542px;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background: var(--color-base) url("images/menu-bg.webp") no-repeat left top/contain;
  z-index: 30;
}
@media (width < 768px) {
  .drawer {
    max-width: 100%;
    max-height: 100vh;
    right: -100%;
  }
}
.drawer.is-show {
  opacity: 1;
  right: 0;
}

.drawer__inner {
  padding: 25px 47px 47px;
  max-height: 100%;
}
@media (width < 768px) {
  .drawer__inner {
    padding: 48px 15px;
  }
}

.drawer__logo {
  width: 134px;
  aspect-ratio: 1/1;
}
@media (width < 768px) {
  .drawer__logo {
    width: 109px;
    margin: auto;
  }
}
.drawer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer__nav {
  padding: 36px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media (width < 768px) {
  .drawer__nav {
    padding: 8px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

.drawer__link,
.drawer__link-sub {
  color: var(--color-white);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__link:hover,
.drawer__link-sub:hover {
  opacity: 0.7;
}

.drawer__link {
  font-size: 32px;
  line-height: 1;
}
@media (width < 768px) {
  .drawer__link {
    font-size: 24px;
  }
}

.drawer__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (width < 768px) {
  .drawer__link-inner {
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.drawer__link-sub {
  font-size: 20px;
  line-height: 1.6;
}
@media (width < 768px) {
  .drawer__link-sub {
    font-size: 16px;
    line-height: 2;
  }
}

.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  padding-bottom: 90px;
}
@media (width < 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 5px;
    padding: 0 20px 34px;
  }
}

.footer__left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 45px;
}
@media (width < 1120px) {
  .footer__left {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (width < 768px) {
  .footer__left {
    margin-left: 0;
  }
}

.footer__logo {
  width: 328px;
  aspect-ratio: 68/15;
}
@media (width < 768px) {
  .footer__logo {
    width: 213px;
    margin-left: 4px;
    margin-bottom: 20px;
  }
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__link {
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.5;
}
@media (width < 768px) {
  .footer__link:last-of-type {
    line-height: 2;
  }
}
.footer__link:hover {
  opacity: 0.7;
}

.footer__right {
  overflow: hidden;
  max-width: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 1120px) {
  .footer__right {
    max-width: 380px;
  }
}
@media (width < 768px) {
  .footer__right {
    margin-left: 8px;
  }
}

.footer__contact {
  width: 472px;
  height: 126px;
  background: url("images/footer-contact.webp") no-repeat center center/contain;
  position: relative;
  right: -55px;
  padding-right: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  line-height: 1.5;
}
@media (width < 768px) {
  .footer__contact {
    position: absolute;
    width: 360px;
    height: 96px;
    right: auto;
    left: 30%;
    padding-right: 40px;
    padding-top: 7px;
    bottom: 120px;
    text-align: center;
  }
}
.footer__contact:hover {
  opacity: 0.7;
}

.page-id-3 .footer__contact,
#contact + .footer .footer__contact,
#close + .footer .footer__contact {
  visibility: hidden;
}

.footer__copyright {
  color: var(--color-white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media (width < 1120px) {
  .footer__copyright {
    font-size: 14px;
  }
}
@media (width < 768px) {
  .footer__copyright {
    font-size: 13px;
  }
}

/*===================================================
トップページ
===================================================*/
#top {
  background: var(--color-base);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
#top.is-bg {
  background: var(--color-bg);
}
#top .top-movie {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .top-movie-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 144/90;
  max-height: 100%;
  position: relative;
}
@media (width < 768px) {
  #top .top-movie-wrap {
    max-width: 100%;
    max-height: 100vh;
    aspect-ratio: 37/60;
  }
}
#top #top-movie {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .top-movie-skip {
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: clamp(0px, 3.3333333333vw, 48px);
  right: clamp(0px, 4.1666666667vw, 60px);
  z-index: 10000;
  padding: 0.5em 1.2em;
}
@media (width < 768px) {
  #top .top-movie-skip {
    width: 110px;
    bottom: 10px;
    right: 16px;
  }
}
#top .top-fv {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#top .top-fv-main {
  margin: 0 auto;
  width: auto;
  max-width: 70%;
  height: 100vh;
  aspect-ratio: 76/88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 768px) {
  #top .top-fv-main {
    width: 100vw;
    max-width: 60vh;
    height: auto;
    aspect-ratio: 78/99;
  }
}
#top .top-fv-bg {
  width: 100%;
  aspect-ratio: 76/88;
  background: url("./images/top/top-bg.webp") no-repeat center center/cover;
  position: relative;
}
@media (width < 768px) {
  #top .top-fv-bg {
    aspect-ratio: 76/96;
  }
}
#top .top-fv-link {
  position: absolute;
  width: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media (width < 768px) {
  #top .top-fv-link {
    width: 20px;
  }
}
#top .top-fv-link.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#top .top-fv-link:nth-of-type(1) {
  top: 14%;
  right: 11%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(1) {
    top: 15%;
    right: 7%;
  }
}
#top .top-fv-link:nth-of-type(2) {
  top: 2%;
  right: 32%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(2) {
    top: 3%;
    right: 30%;
  }
}
#top .top-fv-link:nth-of-type(3) {
  right: 40%;
  bottom: 36%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(3) {
    right: 38%;
    bottom: 37%;
  }
}
#top .top-fv-link:nth-of-type(4) {
  top: 35%;
  left: 30%;
}
#top .top-fv-link:nth-of-type(5) {
  top: 9%;
  left: 22%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(5) {
    top: 10%;
    left: 23%;
  }
}
#top .top-fv-link:nth-of-type(6) {
  bottom: 9%;
  right: 23%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(6) {
    bottom: 11%;
    right: 19%;
  }
}
#top .top-fv-link:nth-of-type(7) {
  bottom: 12%;
  left: 24%;
}
@media (width < 768px) {
  #top .top-fv-link:nth-of-type(7) {
    bottom: 14%;
  }
}
#top .top-fv-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .top-fv-front__left,
#top .top-fv-front__right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: var(--color-base);
  z-index: 1;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media (width < 768px) {
  #top .top-fv-front__left,
  #top .top-fv-front__right {
    width: 100%;
    height: 50%;
  }
}
#top .top-fv-front__left.is-bg,
#top .top-fv-front__right.is-bg {
  background: var(--color-bg);
}
#top .top-fv-front__left.is-fast,
#top .top-fv-front__right.is-fast {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#top .top-fv-front__left.is-fast + .top-fv-front__left-img,
#top .top-fv-front__left.is-fast + .top-fv-front__right-img,
#top .top-fv-front__right.is-fast + .top-fv-front__left-img,
#top .top-fv-front__right.is-fast + .top-fv-front__right-img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#top .top-fv-front__left {
  left: 0;
}
#top .top-fv-front__left.is-open {
  left: -50%;
}
@media (width < 768px) {
  #top .top-fv-front__left.is-open {
    left: 0;
    top: -50%;
  }
}
#top .top-fv-front__left.is-open + .top-fv-front__left-img {
  left: -50%;
}
@media (width < 768px) {
  #top .top-fv-front__left.is-open + .top-fv-front__left-img {
    left: 0;
    top: -50%;
  }
}
#top .top-fv-front__right {
  right: 0;
}
@media (width < 768px) {
  #top .top-fv-front__right {
    top: auto;
    bottom: 0;
  }
}
#top .top-fv-front__right.is-open {
  right: -50%;
}
@media (width < 768px) {
  #top .top-fv-front__right.is-open {
    right: 0;
    bottom: -50%;
  }
}
#top .top-fv-front__right.is-open + .top-fv-front__right-img {
  right: -50%;
}
@media (width < 768px) {
  #top .top-fv-front__right.is-open + .top-fv-front__right-img {
    right: 0;
    bottom: -50%;
  }
}
#top .top-fv-front__left-img,
#top .top-fv-front__right-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media (width < 768px) {
  #top .top-fv-front__left-img,
  #top .top-fv-front__right-img {
    width: 100%;
    height: 50%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (width < 768px) {
  #top .top-fv-front__left-img.is-rotate,
  #top .top-fv-front__right-img.is-rotate {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#top .top-fv-front__left-img img,
#top .top-fv-front__right-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 210px;
}
@media (width < 768px) {
  #top .top-fv-front__left-img img,
  #top .top-fv-front__right-img img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    width: 125px;
  }
}
#top .top-fv-front__left-img {
  left: 0;
}
@media (width < 768px) {
  #top .top-fv-front__left-img {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
#top .top-fv-front__left-img img {
  right: -3px;
}
@media (width < 768px) {
  #top .top-fv-front__left-img img {
    top: auto;
    right: auto;
    bottom: -2px;
  }
}
#top .top-fv-front__right-img {
  right: 0;
}
@media (width < 768px) {
  #top .top-fv-front__right-img {
    top: auto;
    bottom: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
#top .top-fv-front__right-img img {
  left: -3px;
}
@media (width < 768px) {
  #top .top-fv-front__right-img img {
    left: 50%;
    top: -2px;
  }
}
#top .top-fv-logo-pc,
#top .top-fv-logo-sp {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  position: absolute;
  top: 28px;
  left: 86px;
  width: 82px;
  z-index: 2;
}
@media (width < 1120px) {
  #top .top-fv-logo-pc,
  #top .top-fv-logo-sp {
    top: 12px;
    left: 64px;
    width: 48px;
  }
}
@media (width < 768px) {
  #top .top-fv-logo-pc,
  #top .top-fv-logo-sp {
    width: 156px;
    top: 14px;
    left: 6px;
  }
}
#top .top-fv-logo-pc.is-fast,
#top .top-fv-logo-sp.is-fast {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#top .top-fv-logo-pc.is-show,
#top .top-fv-logo-sp.is-show {
  opacity: 1;
}

/*===================================================
固定ページテンプレート
===================================================*/
#page {
  margin-bottom: 310px;
  overflow: hidden;
}
@media (width < 768px) {
  #page {
    margin-bottom: 250px;
  }
}
#page .page .inner {
  max-width: 900px;
}
@media (width < 768px) {
  #page .page .inner {
    padding: 0 20px;
  }
}
#page .page__content {
  color: var(--color-white);
  font-size: 18px;
}
@media (width < 768px) {
  #page .page__content {
    font-size: 16px;
  }
}
#page .page__content h2,
#page .page__content h3,
#page .page__content h4,
#page .page__content h5,
#page .page__content h6 {
  margin-top: 3.7em;
  font-weight: 700;
}
#page .page__content li {
  padding-left: 1.5em;
  position: relative;
}
#page .page__content li::before {
  position: absolute;
  content: "・";
  left: 5px;
}

/*===================================================
代表挨拶
===================================================*/
#greeting {
  color: var(--color-white);
  margin-bottom: 270px;
  overflow: hidden;
}
@media (width < 768px) {
  #greeting {
    margin-bottom: 172px;
  }
}
#greeting .fv {
  padding-top: 12.5vw;
  padding-bottom: 10.8333333333vw;
  background: url("images/greeting/greeting-fv.webp") no-repeat center top/cover;
}
@media (width < 768px) {
  #greeting .fv {
    padding-top: 41.6666666667vw;
    padding-bottom: 0;
    background: url("images/greeting/greeting-fv_sp.webp") no-repeat center top/100%;
  }
}
#greeting .fv__title {
  height: 66px;
}
@media (width < 768px) {
  #greeting .fv__title {
    height: 10.5555555556vw;
  }
}
#greeting .fv__text {
  margin: 15.2777777778vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media (width < 768px) {
  #greeting .fv__text {
    margin: 194px auto 0;
  }
}
#greeting .fv__text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#greeting .fv__text p span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.5em;
  white-space: nowrap;
}
@media (width < 768px) {
  #greeting .fv__text p span {
    line-height: 1.9;
  }
}
#greeting .fv__text p span:nth-of-type(2) {
  margin-top: 2.8em;
}
#greeting .fv__text p span:nth-of-type(3) {
  margin-top: 1.4em;
}
#greeting .content {
  margin-top: 8px;
}
@media (width < 768px) {
  #greeting .content {
    margin-top: 49px;
  }
}
#greeting .content .inner {
  max-width: 530px;
}
#greeting .content p {
  text-align: center;
}
#greeting .content p + p {
  margin-top: 18px;
}
@media (width < 768px) {
  #greeting .content p + p {
    margin-top: 38px;
  }
}
#greeting .representative {
  margin-top: 14px;
  overflow: hidden;
}
@media (width < 768px) {
  #greeting .representative {
    margin-top: 4px;
  }
}
#greeting .representative .inner {
  margin: clamp(-184px, -12.7777777778vw, -96px) auto 0;
}
@media (width < 768px) {
  #greeting .representative .inner {
    margin: -96px auto 0;
  }
}
#greeting .representative__img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  aspect-ratio: 1440/850;
  z-index: -1;
}
@media (width < 768px) {
  #greeting .representative__img {
    width: 767px;
    aspect-ratio: 767/687;
  }
}
#greeting .representative__title {
  margin: 0 auto;
  width: 484px;
  width: clamp(317px, 33.6111111111vw, 484px);
  aspect-ratio: 242/53;
}
@media (width < 768px) {
  #greeting .representative__title {
    max-width: 100%;
  }
}
#greeting .representative__title img {
  -o-object-fit: contain;
     object-fit: contain;
}
#greeting .representative__text {
  margin: 18px auto 0;
  text-align: center;
  max-width: 608px;
  line-height: 2;
}
@media (width < 768px) {
  #greeting .representative__text {
    margin: 23px auto 0;
    font-size: 14px;
  }
}
#greeting .footer-bg {
  overflow: hidden;
  margin-top: 90px;
  position: absolute;
  width: 100%;
  height: 432px;
  background: url("images/greeting/greeting-footer.webp") no-repeat center top/cover;
}
@media (width < 768px) {
  #greeting .footer-bg {
    background: url("images/greeting/greeting-footer_sp.webp") no-repeat center top/cover;
    aspect-ratio: auto;
    height: 500px;
  }
}

/*===================================================
会社概要
===================================================*/
#company {
  margin-bottom: 270px;
}
@media (width < 768px) {
  #company {
    margin-bottom: 292px;
  }
}
#company .fv {
  background: url("images/company/company-fv.webp") no-repeat center top/cover;
}
@media (width < 768px) {
  #company .fv {
    background: url("images/company/company-fv_sp.webp") no-repeat center top/cover;
  }
}
#company .mission {
  color: var(--color-white);
}
@media (width < 768px) {
  #company .mission {
    margin-top: 30px;
  }
}
@media (width < 768px) {
  #company .mission .inner {
    padding: 0 10px;
  }
}
#company .mission__text {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5em;
  text-align: center;
}
#company .info {
  margin-top: 192px;
}
@media (width < 768px) {
  #company .info {
    margin-top: 134px;
  }
}
@media (width < 768px) {
  #company .info .inner {
    padding: 0 19px;
  }
}
#company .info__title {
  text-align: center;
  color: var(--color-white);
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media (width < 768px) {
  #company .info__title {
    font-size: 30px;
  }
}
#company .info__box {
  margin: 50px auto 0;
  max-width: 1119px;
  padding: 62px 80px 40px;
}
@media (width < 1120px) {
  #company .info__box {
    padding: 62px 40px 40px;
  }
}
@media (width < 768px) {
  #company .info__box {
    margin: 43px auto 0;
    padding: 32px 20px;
  }
}
#company .info-table {
  font-size: 19.452px;
  line-height: 1.61;
}
@media (width < 768px) {
  #company .info-table {
    font-size: 16px;
    line-height: 1.95;
  }
}
#company .info-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (width < 768px) {
  #company .info-table tbody {
    gap: 22px;
  }
}
#company .info-table th {
  min-width: 100px;
  border-right: 1px solid var(--color-base);
  font-weight: 400;
}
@media (width < 768px) {
  #company .info-table th {
    min-width: 79px;
  }
}
#company .info-table td {
  padding-left: 33px;
}
@media (width < 768px) {
  #company .info-table td {
    padding-left: 16px;
  }
}
#company .info-table td span,
#company .info-table td address {
  display: inline-block;
}
#company .info-table td span + *,
#company .info-table td address + * {
  margin-top: 16px;
}
#company .footer-bg {
  overflow: hidden;
  margin-top: -138px;
  position: absolute;
  width: 100%;
  height: 656px;
  background: url("images/company/company-footer.webp") no-repeat center top/cover;
}
@media (width < 768px) {
  #company .footer-bg {
    margin-top: -100px;
    background: url("images/company/company-footer_sp.webp") no-repeat left top/767px;
    aspect-ratio: auto;
    height: 800px;
  }
}

/*===================================================
採用情報
===================================================*/
.page-id-1532 {
  background: var(--color-white);
}
.page-id-1532 .header-btn__bar svg {
  fill: var(--color-base);
}
.page-id-1532 .footer__link,
.page-id-1532 .footer__copyright {
  color: var(--color-base);
}

#recruit {
  margin-bottom: 168px;
}
@media (width < 768px) {
  #recruit {
    margin-bottom: 205px;
  }
}
#recruit .recruit-fv {
  width: 100%;
  max-height: 100vh;
  min-height: 500px;
  aspect-ratio: 1410/900;
  overflow: hidden;
  position: relative;
}
@media (width < 768px) {
  #recruit .recruit-fv {
    aspect-ratio: auto;
    height: 455px;
  }
}
#recruit .recruit-fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  #recruit .recruit-fv video {
    height: 100%;
  }
}
#recruit .recruit-fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit .recruit-fv__title {
  color: var(--color-white);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 2;
  text-shadow: 2px 2px 3px var(--color-base);
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: -webkit-transform 5s ease-out;
  transition: -webkit-transform 5s ease-out;
  transition: transform 5s ease-out;
  transition: transform 5s ease-out, -webkit-transform 5s ease-out;
}
@media (width < 768px) {
  #recruit .recruit-fv__title {
    font-size: 16px;
  }
}
#recruit .recruit-fv__title:last-of-type {
  margin-top: 5em;
}
#recruit .recruit-fv__title.is-blue span {
  color: var(--color-base);
  text-shadow: none;
}
#recruit .recruit-fv__title span {
  opacity: 0;
}
#recruit .recruit-fv__title {
  visibility: hidden;
}
#recruit .recruit-fv__title.is-appear {
  visibility: inherit;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#recruit .recruit-fv__title.is-appear span {
  -webkit-animation: text_randomanime_on 5s ease-out forwards;
          animation: text_randomanime_on 5s ease-out forwards;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
@-webkit-keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#recruit .fv__title.is-appear span:nth-child(4n+1) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#recruit .fv__title.is-appear span:nth-child(4n+2) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
#recruit .fv__title.is-appear span:nth-child(4n+3) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#recruit .fv__title.is-appear span:nth-child(4n+4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#recruit .about {
  margin-top: 213px;
  background: url("images/recruit/recruit-bg1.webp") no-repeat center center/cover;
  aspect-ratio: 144/81;
}
@media (width < 768px) {
  #recruit .about {
    margin-top: 132px;
    aspect-ratio: auto;
    height: 425px;
  }
}
#recruit .about .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit .about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#recruit .about__title span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 2;
}
@media (width < 768px) {
  #recruit .about__title span {
    font-size: 16px;
  }
}
#recruit .guideline {
  padding-top: 260px;
  padding-bottom: 640px;
  background: url("images/recruit/recruit-bg2.webp") no-repeat center center/cover;
}
@media (width < 768px) {
  #recruit .guideline {
    padding-top: 150px;
    padding-bottom: 420px;
    background: url("images/recruit/recruit-bg2_sp.webp") no-repeat center center/cover;
  }
}
@media (width < 768px) {
  #recruit .guideline .inner {
    padding: 0 20px;
  }
}
#recruit .guideline__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
#recruit .guideline__table {
  margin: 60px auto 0;
  max-width: 784px;
}
@media (width < 768px) {
  #recruit .guideline__table {
    margin: 38px auto 0;
  }
}
#recruit .guideline__table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  line-height: 2;
}
@media (width < 768px) {
  #recruit .guideline__table tbody {
    gap: 24px;
  }
}
#recruit .guideline__table tbody th {
  width: 120px;
  font-weight: 500;
}
@media (width < 768px) {
  #recruit .guideline__table tbody th {
    width: 108px;
  }
}
#recruit .guideline__table tbody td {
  font-weight: 500;
}
@media (width < 768px) {
  #recruit .guideline__table tbody td {
    font-size: 14px;
  }
}
#recruit .message {
  margin-top: -56px;
}
@media (width < 768px) {
  #recruit .message {
    margin-top: -60px;
  }
}
#recruit .message__title {
  letter-spacing: 0.4em;
  padding-bottom: 8px;
}
#recruit .message__title::before {
  background: var(--color-base);
}
#recruit .message__text {
  width: 100%;
  aspect-ratio: 1440/1365;
  min-height: 1365px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("images/recruit/message-bg.webp") no-repeat center center/clamp(1440px, 100vw, 100vw);
  text-align: center;
  color: var(--color-white);
}
@media (width < 768px) {
  #recruit .message__text {
    aspect-ratio: auto;
    min-height: auto;
    background: url("images/recruit/message-bg_sp.webp") no-repeat center center/767px;
    padding-top: 136px;
    padding-bottom: 140px;
  }
}

/*===================================================
事業内容
===================================================*/
#service {
  color: var(--color-white);
  margin-bottom: 170px;
  overflow: hidden;
}
@media (width < 768px) {
  #service {
    margin-bottom: 288px;
  }
}
#service .fv {
  padding-bottom: 0.4166666667vw;
  background: url("images/service/service-fv.webp") no-repeat top center/100%;
}
@media (width < 768px) {
  #service .fv {
    background: url("images/service/service-fv_sp.webp") no-repeat top center/145.8333333333vw;
  }
}
#service .fv__text {
  margin: 258px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media (width < 768px) {
  #service .fv__text {
    margin: 200px auto 0;
  }
}
#service .fv__text span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.6;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
#service .service {
  margin-top: 264px;
}
@media (width < 768px) {
  #service .service {
    margin-top: 215px;
    overflow: hidden;
  }
}
#service .service a:hover {
  opacity: 0.7;
}
#service .service__container {
  text-align: center;
}
#service .service__container:not(:first-of-type) {
  margin-top: 126px;
}
@media (width < 768px) {
  #service .service__container:not(:first-of-type) {
    margin-top: 120px;
  }
}
#service .service__container:not(:first-of-type) .service-content {
  padding: 120px 0 28px;
}
@media (width < 768px) {
  #service .service__container:not(:first-of-type) .service-content {
    padding: 40px 0 28px;
  }
}
#service .service__container:not(:first-of-type) .service-content .service-content__link {
  margin-top: 78px;
}
@media (width < 768px) {
  #service .service__container:not(:first-of-type) .service-content .service-content__link {
    margin-top: 42px;
  }
}
#service .service__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media (width < 768px) {
  #service .service__title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
#service .service__text {
  margin: 24px auto 0;
  padding: 0 30px;
}
@media (width < 768px) {
  #service .service__text {
    margin: 42px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
#service .service__text p {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}
@media (width < 768px) {
  #service .service__text p {
    font-size: 16px;
    line-height: 1.75;
  }
}
#service .service__text span {
  display: inline-block;
}
#service .service-content {
  margin: 58px auto 0;
  position: relative;
  width: 100%;
  max-width: 675px;
  padding: 152px 0 28px;
}
@media (width < 768px) {
  #service .service-content {
    margin: 90px auto 0;
    padding: 62px 0 0;
  }
}
#service .service-content.is-open .service-content__left {
  left: 0;
}
@media (width < 768px) {
  #service .service-content.is-open .service-content__left {
    left: -8px;
  }
}
#service .service-content.is-open .service-content__left.is-woman-left {
  left: 40px;
}
@media (width < 768px) {
  #service .service-content.is-open .service-content__left.is-woman-left {
    left: 0;
  }
}
#service .service-content.is-open .service-content__left img {
  -o-object-position: left;
     object-position: left;
}
#service .service-content.is-open .service-content__right {
  right: 0;
}
@media (width < 768px) {
  #service .service-content.is-open .service-content__right {
    right: -8px;
  }
}
#service .service-content.is-open .service-content__right.is-woman-right {
  right: 40px;
}
@media (width < 768px) {
  #service .service-content.is-open .service-content__right.is-woman-right {
    right: 0;
  }
}
#service .service-content.is-open .service-content__right img {
  -o-object-position: right;
     object-position: right;
}
#service .service-content__left,
#service .service-content__right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#service .service-content__left img,
#service .service-content__right img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#service .service-content__left {
  left: 8px;
}
@media (width < 768px) {
  #service .service-content__left {
    left: 5px;
  }
}
#service .service-content__left.is-hannya-left {
  top: -10px;
  height: 535px;
}
@media (width < 768px) {
  #service .service-content__left.is-hannya-left {
    top: -5px;
    height: 317px;
  }
}
#service .service-content__left.is-woman-left {
  left: 17px;
  height: 483px;
  top: 35px;
}
@media (width < 768px) {
  #service .service-content__left.is-woman-left {
    left: 11px;
    height: 317px;
    top: 4px;
  }
}
#service .service-content__left img {
  -o-object-position: right;
     object-position: right;
}
#service .service-content__right {
  right: 8px;
}
@media (width < 768px) {
  #service .service-content__right {
    right: 5px;
  }
}
#service .service-content__right.is-hannya-right {
  height: 524px;
}
@media (width < 768px) {
  #service .service-content__right.is-hannya-right {
    height: 317px;
    top: -4px;
  }
}
#service .service-content__right.is-woman-right {
  right: 17px;
  height: 483px;
  top: 35px;
}
@media (width < 768px) {
  #service .service-content__right.is-woman-right {
    right: 11px;
    height: 317px;
    top: 4px;
  }
}
#service .service-content__right img {
  -o-object-position: left;
     object-position: left;
}
#service .service-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#service .service-content__text.is-show {
  opacity: 1;
}
#service .service-content__text span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
@media (width < 768px) {
  #service .service-content__text span {
    letter-spacing: 0.12em;
  }
}
#service .service-content__link {
  margin-top: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
#service .service-content__link.is-show {
  opacity: 1;
}
@media (width < 768px) {
  #service .service-content__link {
    margin-top: 28px;
  }
}
#service .service__link {
  margin: 140px auto 0;
  width: 274px;
  aspect-ratio: 274/269;
  background: url("images/service/light.webp") no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 768px) {
  #service .service__link {
    margin: 50px auto 0;
  }
}
#service .service__link:hover {
  opacity: 0.7;
}
#service .service__link img {
  width: 83.52px;
  height: 18.84px;
  -o-object-fit: contain;
     object-fit: contain;
}
#service .footer-bg {
  overflow: hidden;
  margin-top: -285px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 707px;
  background: url("images/service/service-footer.webp") no-repeat center bottom/cover;
}
@media (width < 768px) {
  #service .footer-bg {
    margin-top: -4px;
    background: url("images/service/service-footer_sp.webp") no-repeat 14% bottom/767px;
  }
}
#service .fv__sub {
  margin-top: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media (width < 768px) {
  #service .fv__sub {
    margin-top: 74px;
    gap: 5px;
  }
}
#service .fv__sub img {
  width: 48px;
  aspect-ratio: 3/4;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 768px) {
  #service .fv__sub img {
    width: 58px;
  }
}
#service .fv__sub-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (width < 768px) {
  #service .fv__sub-title {
    font-size: 24px;
  }
}
#service .intro {
  margin-top: 95px;
}
@media (width < 768px) {
  #service .intro {
    margin-top: 76px;
  }
}
#service .intro .inner {
  padding: 0 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media (width < 768px) {
  #service .intro .inner {
    gap: 42px;
  }
}
#service .intro__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.26;
}
@media (width < 768px) {
  #service .intro__title {
    font-size: 23px;
  }
}
@media (width < 768px) {
  #service .intro__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
#service .intro__text span {
  display: block;
}
#service .training-origin {
  margin-top: 120px;
}
@media (width < 768px) {
  #service .training-origin {
    margin-top: 68px;
  }
}
#service .training-origin__box {
  margin: 48px auto 0;
  width: 100%;
  max-width: 866px;
  height: 483px;
  padding: 20px;
  background: url("images/service/genten-bg.webp") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: var(--color-base);
  line-height: 2;
}
@media (width < 768px) {
  #service .training-origin__box {
    margin: 44px auto 0;
    height: 519px;
  }
}
@media (width < 768px) {
  #service .training-origin__box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
  }
}
#service .training-origin__box span {
  display: block;
}
#service .service-links {
  margin-top: 206px;
}
@media (width < 768px) {
  #service .service-links {
    margin-top: 70px;
  }
}
#service .service-links .inner {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 768px) {
  #service .service-links .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 143px;
    padding: 0;
  }
}
#service .service-link {
  width: 50%;
  text-align: center;
}
@media (width < 768px) {
  #service .service-link {
    width: 100%;
  }
}
#service .service-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1.5;
}
#service .service-link a:hover {
  opacity: 0.7;
}
#service .service-link__head {
  margin: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5em;
  white-space: nowrap;
}
@media (width < 768px) {
  #service .service-link__head {
    letter-spacing: 0.42em;
  }
}
#service .service-link__text {
  margin: -186px auto -60px;
  width: 100%;
  height: 657px;
  background: url("images/service/light.webp") no-repeat 36% center/120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-base);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media (width < 768px) {
  #service .service-link__text {
    margin: -76px auto -67px;
    height: 509px;
    background: url("images/service/light.webp") no-repeat 50% center/508px;
  }
}
#service .training-points {
  margin-top: 198px;
}
@media (width < 768px) {
  #service .training-points {
    margin-top: 120px;
  }
}
#service .training-points__title {
  margin: 0 auto;
  max-width: 970px;
  text-align: center;
}
@media (width < 768px) {
  #service .training-points__title {
    max-width: 360px;
  }
}
#service .training-points__title h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 768px) {
  #service .training-points__title h3 {
    font-size: 24px;
  }
}
#service .training-points__title h3::before, #service .training-points__title h3::after {
  content: "";
  height: 1px;
  background: var(--color-white);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#service .training-points__title h3::before {
  margin-right: 98px;
}
@media (width < 768px) {
  #service .training-points__title h3::before {
    margin-right: 12px;
  }
}
#service .training-points__title h3::after {
  margin-left: 98px;
}
@media (width < 768px) {
  #service .training-points__title h3::after {
    margin-left: 12px;
  }
}
#service .training-points__lists {
  max-width: 1144px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 44px;
}
@media (width < 1120px) {
  #service .training-points__lists {
    gap: 18px;
  }
}
@media (width < 768px) {
  #service .training-points__lists {
    max-width: 305px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
#service .training-point {
  width: 100%;
  text-align: center;
}
#service .training-point__num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#service .training-point__card {
  margin-top: 24px;
  width: 100%;
  height: 309px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-base);
  line-height: 2;
}
@media (width < 1120px) {
  #service .training-point__card {
    padding: 16px 6px;
    font-size: 14px;
  }
}
@media (width < 768px) {
  #service .training-point__card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 24px 20px 20px;
    height: 283px;
    gap: 24px;
    font-size: 16px;
  }
}
#service .training-point__card span {
  display: inline-block;
}
@media (width < 768px) {
  #service .training-point__card::before, #service .training-point__card::after {
    width: 160px;
  }
}
#service .training-point__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#service .training-voice {
  margin-top: 130px;
}
@media (width < 768px) {
  #service .training-voice .inner {
    padding: 0 28px;
  }
}
#service .training-voice .service__link {
  margin: 170px auto 0;
}
@media (width < 768px) {
  #service .training-voice .service__link {
    margin: 85px auto 0;
  }
}
#service .training-voice__title {
  padding-bottom: 6px;
}
#service .training-voice__card {
  margin: 56px auto 0;
  max-width: 1107px;
  padding: 41px 90px;
  color: var(--color-base);
  font-size: 18px;
}
@media (width < 768px) {
  #service .training-voice__card {
    margin: 86px auto 0;
    padding: 36px 24px 29px;
  }
}
@media (width < 768px) {
  #service .training-voice__card::before, #service .training-voice__card::after {
    width: 160px;
  }
}
#service .training-voice__card-title {
  font-weight: 700;
}
@media (width < 768px) {
  #service .training-voice__card-title {
    font-size: 16px;
  }
}
#service .training-voice__card-title:not(:first-of-type) {
  margin-top: 3.8em;
}
@media (width < 768px) {
  #service .training-voice__card-title:not(:first-of-type) {
    margin-top: 3.5em;
  }
}
#service .training-voice__card-text {
  margin-top: 2em;
}
@media (width < 768px) {
  #service .training-voice__card-text {
    font-size: 14px;
  }
}
#service .features {
  margin-top: 143px;
}
@media (width < 768px) {
  #service .features {
    margin-top: 72px;
  }
}
@media (width < 768px) {
  #service .features .inner {
    padding: 0 28px;
  }
}
#service .features__box {
  margin: 53px auto 0;
  width: 100%;
  max-width: 978px;
  padding: 67px 20px 103px;
  color: var(--color-base);
}
@media (width < 1120px) {
  #service .features__box {
    padding: 67px 20px 70px;
  }
}
@media (width < 768px) {
  #service .features__box {
    padding: 39px 8px 36px;
  }
}
#service .features__box::before, #service .features__box::after {
  width: 130px;
}
@media (width < 768px) {
  #service .features__box::before, #service .features__box::after {
    width: 160px;
  }
}
#service .features__box-title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
#service .features__text {
  margin-top: 18px;
  text-align: center;
}
#service .features__figure-title {
  margin-top: 100px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
@media (width < 768px) {
  #service .features__figure-title {
    margin-top: 28px;
    font-size: 16px;
    white-space: nowrap;
  }
}
#service .features-figure {
  margin: 0 auto;
  width: 100%;
  max-width: 866px;
  height: 576px;
  position: relative;
}
@media (width < 1120px) {
  #service .features-figure {
    max-width: 666px;
  }
}
@media (width < 768px) {
  #service .features-figure {
    height: auto;
  }
}
#service .features-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 1120px) {
  #service .features-figure img {
    width: 450px;
  }
}
@media (width < 768px) {
  #service .features-figure img {
    position: relative;
    width: 115%;
    margin-top: 54px;
  }
}
#service .features-figure p {
  position: absolute;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 768px) {
  #service .features-figure p {
    position: static;
    font-size: 16px;
    width: auto;
  }
}
#service .features-figure p span {
  font-weight: 700;
}
#service .features-figure__main {
  max-width: 322px;
  top: 213px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 1120px) {
  #service .features-figure__main {
    max-width: 238px;
    top: 204px;
  }
}
@media (width < 768px) {
  #service .features-figure__main {
    margin-top: 22px;
    max-width: none;
    padding: 0 15px;
    -webkit-transform: none;
            transform: none;
  }
}
#service .features-figure__phase1 {
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width < 1120px) {
  #service .features-figure__phase1 {
    bottom: 18px;
  }
}
@media (width < 768px) {
  #service .features-figure__phase1 {
    margin-top: 35px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
}
#service .features-figure__phase2 {
  left: 0;
  top: 174px;
}
@media (width < 1120px) {
  #service .features-figure__phase2 {
    left: -16px;
  }
}
@media (width < 768px) {
  #service .features-figure__phase2 {
    margin-top: 16px;
    text-align: center;
  }
}
#service .features-figure__phase3 {
  top: 174px;
  right: 75px;
}
@media (width < 1120px) {
  #service .features-figure__phase3 {
    right: 28px;
  }
}
@media (width < 768px) {
  #service .features-figure__phase3 {
    margin-top: 16px;
    text-align: center;
  }
}
#service .support-features {
  margin-top: 190px;
}
@media (width < 768px) {
  #service .support-features {
    margin-top: 49px;
  }
}
@media (width < 768px) {
  #service .support-features .inner {
    padding: 0 20px;
  }
}
#service .support-features .service__link {
  margin: 158px auto 0;
}
@media (width < 768px) {
  #service .support-features .service__link {
    margin: 125px auto 0;
  }
}
#service .support-features__title {
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 1.5;
  padding-bottom: 12px;
}
#service .support-feature1 {
  margin: 42px auto 0;
  max-width: 1098px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (width < 768px) {
  #service .support-feature1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .support-feature1__text {
  margin-top: 36px;
  max-width: 558px;
}
@media (width < 768px) {
  #service .support-feature1__text {
    margin-top: 0;
    max-width: none;
  }
}
#service .support-feature1__img {
  width: 35%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
@media (width < 768px) {
  #service .support-feature1__img {
    margin-right: 0;
    width: 112%;
    max-width: 400px;
    margin-top: 40px;
  }
}
#service .support-feature1__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#service .support-feature2 {
  margin: 38px auto 0;
  max-width: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media (width < 768px) {
  #service .support-feature2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
#service .support-feature2__text {
  max-width: 410px;
  margin-top: 20px;
}
@media (width < 768px) {
  #service .support-feature2__text {
    margin-top: 20px;
    max-width: none;
  }
}
#service .support-feature2__img {
  width: 42%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
}
@media (width < 768px) {
  #service .support-feature2__img {
    width: 105%;
    margin-left: 0;
  }
}
#service .support-feature2__img img {
  width: 100%;
  max-width: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 768px) {
  #service .support-feature2__img img {
    max-width: 400px;
  }
}
#service .support-features__table-title {
  margin-top: 94px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}
@media (width < 768px) {
  #service .support-features__table-title {
    margin-top: 62px;
  }
}
#service .support-features__slide {
  margin: 30px auto 0;
  max-width: 1150px;
  overflow: visible;
  width: 100%;
}
@media (width < 768px) {
  #service .support-features__slide {
    margin: 18px auto 0;
  }
}
#service .support-features__table {
  width: 1150px;
  border-collapse: collapse;
  border: 1px solid var(--color-white);
  color: var(--color-base);
}
@media (width < 768px) {
  #service .support-features__table {
    width: 631px;
    font-size: 12px;
  }
}
#service .support-features__table th,
#service .support-features__table td {
  border: 1px solid var(--color-white);
  vertical-align: middle;
}
#service .support-features__table th {
  padding: 24px 0;
}
@media (width < 768px) {
  #service .support-features__table th {
    padding: 19px 0;
  }
}
#service .support-features__table th[scope=col],
#service .support-features__table th[scope=row] {
  background: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
@media (width < 768px) {
  #service .support-features__table th[scope=col],
  #service .support-features__table th[scope=row] {
    font-size: 14px;
  }
}
#service .support-features__table th[scope=row] {
  width: 204px;
}
@media (width < 768px) {
  #service .support-features__table th[scope=row] {
    width: 83px;
  }
}
#service .support-features__table th[scope=col]:last-of-type {
  width: 44%;
}
#service .support-features__table td {
  background: rgba(255, 255, 255, 0.2);
  padding: 18px 0;
}
@media (width < 768px) {
  #service .support-features__table td {
    padding: 12px 0;
  }
}
#service .support-features__table thead tr th:first-child {
  background: linear-gradient(202deg, transparent 49%, #fff 50%, transparent 50.1%);
}
@media (width < 768px) {
  #service .support-features__table thead tr th:first-child {
    background: linear-gradient(216deg, transparent 49%, #fff 50%, transparent 50.1%);
  }
}
#service .support-features__table ul {
  margin: 0;
  padding-left: 2.5em;
  list-style: "・";
}
@media (width < 768px) {
  #service .support-features__table ul {
    padding-left: 2em;
  }
}
#service .support-features__next {
  position: absolute;
  width: 102px;
  height: 30px;
  top: auto;
  bottom: -46px;
  right: -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service .support-features__next span {
  color: var(--color-white);
  font-size: 14px;
}
#service .support-features__next::after {
  display: none;
}

/*===================================================
実績紹介
===================================================*/
#works {
  margin-bottom: 220px;
  overflow: hidden;
}
@media (width < 768px) {
  #works {
    margin-bottom: 0;
  }
}
#works .fv {
  padding-bottom: 12.7777777778vw;
  background: url("images/works/works-fv.webp") no-repeat top center/100%;
}
@media (width < 768px) {
  #works .fv {
    padding-bottom: 24.4444444444vw;
    background: url("images/works/works-fv_sp.webp") no-repeat top center/100%;
  }
}
@media (width < 768px) {
  #works .works {
    margin-bottom: 272px;
  }
}
#works .works .inner {
  max-width: 1180px;
}
@media (width < 768px) {
  #works .works .inner {
    padding: 0 20px;
  }
}
#works .works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#works .works-item {
  width: 100%;
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: rgba(255, 255, 255, 0.4) url("images/works/works-box.webp") no-repeat right center/contain;
}
@media (width < 768px) {
  #works .works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
  }
}
#works .works-item__img {
  max-width: 380px;
  width: 34%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#works .works-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (width < 768px) {
  #works .works-item__img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 319/160;
  }
}
#works .works-item__body {
  padding: 32px 5px 19px 39px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  background: url("images/works/works-box_sp.webp") no-repeat right center/contain;
}
@media (width < 1120px) {
  #works .works-item__body {
    padding: 20px 5px 19px 20px;
    min-height: 310px;
  }
}
@media (width < 768px) {
  #works .works-item__body {
    padding: 14px 10px 50px;
  }
}
#works .works-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 0;
  min-height: 62px;
}
@media (width < 768px) {
  #works .works-item__categories {
    min-height: auto;
  }
}
#works .works-item__case {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width < 768px) {
  #works .works-item__case {
    margin: 25px 15px 0;
    font-size: 24px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}
#works .works-item__title {
  margin-top: 22px;
  max-width: 392px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media (width < 768px) {
  #works .works-item__title {
    margin: 8px 15px 0;
    -webkit-line-clamp: 4;
  }
}
#works .works-item__link {
  position: absolute;
  bottom: 19px;
  right: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (width < 768px) {
  #works .works-item__link {
    bottom: 7px;
    right: 8px;
  }
}
#works .works-item__link span {
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
#works .works-item__link:hover {
  opacity: 0.7;
}
#works .works__pagination {
  margin-top: 120px;
}
@media (width < 768px) {
  #works .works__pagination {
    margin-top: 45px;
  }
}
#works .detail {
  margin-top: 12px;
  margin-bottom: 55px;
  color: var(--color-white);
}
@media (width < 768px) {
  #works .detail {
    margin-top: 3px;
    margin-bottom: 178px;
  }
}
#works .detail .inner {
  max-width: 1250px;
  padding: 0 65px;
}
@media (width < 768px) {
  #works .detail .inner {
    padding: 0 28px;
  }
}
#works .detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 768px) {
  #works .detail__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 18px;
  }
}
#works .detail__case {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (width < 768px) {
  #works .detail__case {
    font-size: 20px;
  }
}
#works .detail__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 0;
}
@media (width < 768px) {
  #works .detail__categories {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (width < 768px) {
  #works .detail__category {
    font-size: 16px;
    padding: 0 4px;
  }
}
@media (width < 768px) {
  #works .detail__category:not(:first-of-type) {
    margin-left: 12px;
  }
}
@media (width < 768px) {
  #works .detail__category::before {
    top: 58%;
    left: -11px;
    font-size: 16px;
  }
}
#works .detail__company {
  margin-top: 22px;
  font-size: 21px;
}
@media (width < 768px) {
  #works .detail__company {
    margin-top: 18px;
    font-size: 16px;
  }
}
#works .detail__title {
  margin-top: 7px;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
}
@media (width < 768px) {
  #works .detail__title {
    margin-top: 0;
    font-size: 24px;
  }
}
#works .detail__main-img {
  margin-top: 35px;
  width: 100%;
}
@media (width < 768px) {
  #works .detail__main-img {
    margin-top: 14px;
  }
}
#works .detail__main-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#works .detail__intro {
  padding: 48px 0;
  font-size: 18px;
}
@media (width < 768px) {
  #works .detail__intro {
    font-size: 16px;
  }
}
#works .detail__content {
  padding: 50px 0;
  border-top: 1px solid #ffe495;
  font-size: 18px;
}
@media (width < 768px) {
  #works .detail__content {
    font-size: 16px;
  }
}
#works .detail__content-title {
  font-weight: 700;
}
#works .detail__link {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media (width < 768px) {
  #works .detail__link {
    margin: 10px auto 0;
  }
}
#works .detail__link:hover {
  opacity: 0.7;
}
#works .detail__link span {
  font-weight: 500;
  line-height: 1.5;
}
#works .footer-bg {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 473px;
  background: url("images/works/works-footer.webp") no-repeat center bottom/cover;
}
@media (width < 768px) {
  #works .footer-bg {
    margin-top: -175px;
    height: 577px;
    background: url("images/works/works-footer_sp.webp") no-repeat 0% bottom/cover;
  }
}

/*===================================================
お知らせ
===================================================*/
#news {
  overflow: hidden;
  margin-bottom: 320px;
}
@media (width < 768px) {
  #news {
    margin-bottom: 295px;
  }
}
#news .fv {
  background: url("images/news/news-fv.webp") no-repeat top center/100%;
}
@media (width < 768px) {
  #news .fv {
    background: url("images/news/news-fv_sp.webp") no-repeat top center/100%;
  }
}
#news .news {
  color: var(--color-white);
}
#news .news .inner {
  max-width: 1240px;
  padding: 0 65px;
}
@media (width < 768px) {
  #news .news .inner {
    padding: 0 28px;
  }
}
#news .news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media (width < 768px) {
  #news .news__items {
    gap: 18px;
  }
}
#news .news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#news .news-item__link:hover {
  opacity: 0.7;
}
#news .news-item__link span {
  font-weight: 500;
  line-height: 1.5;
}
#news .news-item-first {
  margin-bottom: 80px;
}
@media (width < 768px) {
  #news .news-item-first {
    margin-bottom: 108px;
  }
}
#news .news-item-first .news-item__head {
  padding-bottom: 22px;
  border-bottom: 1px solid #ffe495;
}
@media (width < 768px) {
  #news .news-item-first .news-item__head {
    padding: 0 8px 3px;
  }
}
#news .news-item-first .news-item__date {
  font-size: 18px;
}
@media (width < 768px) {
  #news .news-item-first .news-item__date {
    font-size: 16px;
  }
}
#news .news-item-first .news-item__title {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
}
@media (width < 1120px) {
  #news .news-item-first .news-item__title {
    margin-top: 12px;
    font-size: 24px;
  }
}
#news .news-item-first .news-item__body {
  margin: 50px 0 56px;
  font-size: 18px;
  position: relative;
}
@media (width < 768px) {
  #news .news-item-first .news-item__body {
    margin: 24px 0;
    font-size: 16px;
  }
}
#news .news-item-first .news-item__img {
  width: 100%;
  text-align: center;
}
#news .news-item-first .news-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 560px;
}
@media (width < 768px) {
  #news .news-item-first .news-item__more {
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
}
#news .news-item-first .news-item__more:hover {
  opacity: 0.7;
}
#news .news-item-first .news-item__link {
  margin-right: 15px;
  margin-top: 46px;
  padding-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (width < 768px) {
  #news .news-item-first .news-item__link {
    display: none;
  }
}
#news .news-item {
  padding-bottom: 28px;
  border-bottom: 1px solid #ffe495;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (width < 768px) {
  #news .news-item {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#news .news-item .news-item__date {
  font-size: 18px;
}
#news .news-item .news-item__title {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (width < 1120px) {
  #news .news-item .news-item__title {
    font-size: 20px;
  }
}
@media (width < 768px) {
  #news .news-item .news-item__title {
    -webkit-line-clamp: 2;
    min-height: 70px;
  }
}
#news .news-item .news-item__link {
  margin-right: 15px;
  padding-bottom: 10px;
}
@media (width < 768px) {
  #news .news-item .news-item__link {
    -ms-flex-item-align: end;
        align-self: end;
    margin-right: 0;
    padding-bottom: 0;
  }
}
#news .news__pagination {
  margin-top: 60px;
}
@media (width < 768px) {
  #news .news__pagination {
    margin-top: 80px;
  }
}
#news .detail {
  color: var(--color-white);
}
#news .detail .inner {
  max-width: 1224px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 768px) {
  #news .detail .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 28px;
  }
}
#news .detail__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#news .detail__body {
  max-width: 840px;
  margin-right: 25px;
}
@media (width < 768px) {
  #news .detail__body {
    margin-right: 0;
  }
}
#news .detail__head {
  max-width: 824px;
  padding-left: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffe495;
}
@media (width < 768px) {
  #news .detail__head {
    padding-left: 7px;
    padding-bottom: 3px;
  }
}
#news .detail__date {
  font-size: 18px;
  font-weight: 700;
}
@media (width < 768px) {
  #news .detail__date {
    font-size: 16px;
  }
}
#news .detail__title {
  font-size: 32px;
  font-weight: 700;
}
@media (width < 768px) {
  #news .detail__title {
    margin-top: 12px;
    font-size: 24px;
  }
}
#news .detail__img {
  margin-top: 56px;
  width: 100%;
  text-align: center;
}
@media (width < 768px) {
  #news .detail__img {
    margin-top: 24px;
  }
}
#news .detail__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 560px;
}
#news .detail__content {
  margin-top: 56px;
  font-size: 18px;
}
@media (width < 768px) {
  #news .detail__content {
    margin-top: 32px;
    font-size: 16px;
  }
}
#news .detail__content * + * {
  margin-top: 32px;
}
@media (width < 768px) {
  #news .detail__content * + * {
    margin-top: 28px;
  }
}
#news .detail__content h2,
#news .detail__content h3,
#news .detail__content h4,
#news .detail__content h5,
#news .detail__content h6 {
  font-weight: 700;
}
#news .detail__pagination {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 768px) {
  #news .detail__pagination {
    margin-top: 185px;
  }
}
#news .detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  white-space: nowrap;
}
#news .detail__link:hover {
  opacity: 0.7;
}
#news .detail__link span {
  font-weight: 500;
  line-height: 1.5;
}
#news .detail__next {
  margin-left: auto;
}
#news .detail__related {
  margin-top: 100px;
}
@media (width < 768px) {
  #news .detail__related {
    margin-top: 122px;
  }
}
#news .detail__related-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffe495;
}
#news .detail__related-items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (width < 768px) {
  #news .detail__related-items {
    margin-top: 18px;
    gap: 19px;
  }
}
#news .detail__related-items .news-item__link {
  margin: 0;
  padding: 0;
}
#news .detail__side {
  width: 213px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (width < 768px) {
  #news .detail__side {
    display: none;
  }
}
#news .detail__recent-title {
  font-size: 18px;
  font-weight: 700;
}
#news .detail__recent-items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
#news .recent-item {
  font-size: 18px;
}
#news .recent-item a:hover {
  opacity: 0.7;
}
#news .recent-item__date {
  font-weight: 700;
}
#news .recent-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
#news .footer-bg {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 572px;
  background: url("images/news/news-footer.webp") no-repeat center bottom/cover;
}
@media (width < 768px) {
  #news .footer-bg {
    margin-top: 70px;
    height: 644px;
    background: url("images/news/news-footer_sp.webp") no-repeat 0% bottom/cover;
  }
}

/*===================================================
準備中
===================================================*/
#close {
  margin-bottom: 155px;
  overflow: hidden;
}
@media (width < 768px) {
  #close {
    margin-bottom: 420px;
  }
}
#close .close {
  text-align: center;
  color: var(--color-white);
}
#close .close__message {
  font-size: 18px;
}
@media (width < 768px) {
  #close .close__message {
    font-size: 16px;
  }
}
#close .close__link {
  margin-top: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media (width < 768px) {
  #close .close__link {
    margin-top: 20px;
  }
}
#close .close__link:hover {
  opacity: 0.7;
}

/*===================================================
お問い合わせ
===================================================*/
#contact {
  margin-bottom: 195px;
  overflow: hidden;
  color: var(--color-white);
}
@media (width < 768px) {
  #contact {
    margin-bottom: 310px;
  }
}
#contact .fv {
  padding-bottom: 13.5416666667vw;
  background: url("images/contact/contact-fv.webp") no-repeat top center/100%;
}
@media (width < 768px) {
  #contact .fv {
    padding-bottom: 22.2222222222vw;
    background: url("images/contact/contact-fv_sp.webp") no-repeat top center/100%;
  }
}
#contact input[type=checkbox] {
  cursor: pointer;
}
#contact label[for] {
  cursor: inherit;
}
#contact input[type=submit] {
  padding: 20px 52px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  background: url("images/contact/submit.webp") no-repeat center center/cover;
}
#contact .wpcf7-list-item {
  margin: 0;
}
#contact .wpcf7-form-control-wrap {
  width: 100%;
}
#contact .wpcf7-spinner {
  display: none;
}
#contact .wpcf7-not-valid-tip {
  color: #880000;
}
#contact .contact .inner {
  max-width: 1070px;
}
@media (width < 768px) {
  #contact .contact .inner {
    padding: 0 25px;
  }
}
#contact .form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media (width < 768px) {
  #contact .form__fields {
    gap: 7px;
  }
}
#contact .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media (width < 768px) {
  #contact .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#contact .form-field__label {
  width: 224px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  padding: 15px 0;
}
@media (width < 768px) {
  #contact .form-field__label {
    padding: 0;
  }
}
#contact .form-field__item {
  width: 100%;
}
#contact .form-field__item input[type=text],
#contact .form-field__item input[type=email],
#contact .form-field__item input[type=tel],
#contact .form-field__item textarea {
  width: 100%;
  height: 64px;
  border: 1px solid #b7b7b7;
  background: #f4f4f4;
  color: var(--color-base);
  padding: 0.5em;
}
@media (width < 768px) {
  #contact .form-field__item input[type=text],
  #contact .form-field__item input[type=email],
  #contact .form-field__item input[type=tel],
  #contact .form-field__item textarea {
    height: 56px;
  }
}
#contact .form-field__item textarea {
  margin-top: 15px;
  height: 256px;
}
@media (width < 768px) {
  #contact .form-field__item textarea {
    margin-top: 0;
    margin-bottom: 10px;
    height: 293px;
  }
}
@media (width < 768px) {
  #contact .form-field__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-bottom: 14px;
  }
}
#contact .form-field__desc span {
  display: block;
}
#contact .form-field__selects {
  margin-top: 16px;
}
@media (width < 768px) {
  #contact .form-field__selects {
    margin-top: 7px;
    margin-bottom: 3px;
  }
}
#contact .form-field__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (width < 768px) {
  #contact .form-field__select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}
#contact .form-field__select .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#contact .form-field__privacy {
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  padding-block: 0.6em;
  padding-right: 2em;
}
@media (width < 768px) {
  #contact .form-field__privacy {
    padding-block: 0;
    height: 358px;
  }
}
#contact .form-field__privacy table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  margin-top: 20px;
  display: block;
  padding-inline: 10px;
}
#contact .form-field__privacy table tbody {
  border: solid 1px #ddd;
}
#contact .form-field__privacy table tr {
  border-bottom: solid 1px #ddd;
}
#contact .form-field__privacy table tr:last-child {
  border-bottom: none;
}
#contact .form-field__privacy table th {
  padding: 10px;
  width: 35%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  vertical-align: top;
}
#contact .form-field__privacy table td {
  padding: 10px;
  vertical-align: top;
}
#contact .form__check {
  margin-top: 20px;
  text-align: center;
}
@media (width < 768px) {
  #contact .form__check {
    margin-top: 25px;
  }
}
#contact .form__check label[for] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#contact .form__check .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
#contact .form__comfirm {
  margin-top: 40px;
  text-align: center;
}
@media (width < 768px) {
  #contact .form__comfirm {
    margin-top: 50px;
  }
}
#contact .confirm .form__fields {
  gap: 40px;
}
#contact .confirm .form-field__item p {
  padding: 18px 0;
}
@media (width < 768px) {
  #contact .confirm .form-field__item p {
    padding: 0;
  }
}
#contact .confirm .form-field__selects {
  margin-top: 0;
}
#contact .thanks {
  padding-top: 34px;
  padding-bottom: 145px;
}
@media (width < 768px) {
  #contact .thanks {
    padding-top: 58px;
    padding-bottom: 0;
  }
}
#contact .thanks .thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (width < 768px) {
  #contact .thanks .thanks__content {
    gap: 24px;
  }
}
#contact .thanks .thanks__link {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (width < 768px) {
  #contact .thanks .thanks__link {
    margin: 22px auto 0;
  }
}
#contact .thanks .thanks__link:hover {
  opacity: 0.7;
}
#contact .footer-bg {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 448px;
  background: url("images/contact/contact-footer.webp") no-repeat center bottom/cover;
}
@media (width < 768px) {
  #contact .footer-bg {
    margin-top: 60px;
    height: 647px;
    background: url("images/contact/contact-footer_sp.webp") no-repeat 0% bottom/cover;
  }
}