@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===============================
   基本リセット
   =============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 幅計算をborder-boxに統一 */
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  /* iOSズーム防止 */
  -moz-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background-color: #fff;
  color: #000;
}

/* 見出し・段落の余白調整 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

/* リストのリセット */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 画像とメディア要素の基本 */
img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

/* リンクの初期化 */
a {
  color: inherit;
  text-decoration: none;
}

/* ボタンのリセット */
button {
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* フォーム系のリセット（必要に応じて） */
input,
textarea,
select {
  font: inherit;
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.l-footer__foot {
  overflow: hidden;
  padding-top: 2em;
}
@media screen and (max-width: 960px) {
  .l-footer__foot {
    padding-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__foot::after {
    content: "";
    background-color: #383838;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: -25vw;
    z-index: -1;
  }
}
.l-footer__foot .l-container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-footer__foot .l-footer__top {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__top {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__foot .l-footer__top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #383838;
  }
}
.l-footer__foot .l-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  flex: 1;
  color: #fff;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__nav {
    top: 0;
    padding: 2em 0;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.l-footer__foot .l-footer__nav::before {
  content: "";
  background-color: #383838;
  position: absolute;
  width: 100%;
  height: 120vh;
  top: -50%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__nav::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__foot .l-footer__nav::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.l-footer__foot .l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__foot .l-footer__nav a {
  border-right: none;
}
.l-footer__foot .l-footer__nav > li > a {
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
.l-footer__foot .l-footer__nav .sub-menu {
  padding-top: 17px;
}
.l-footer__foot .l-footer__nav .sub-menu > li > a {
  padding: 0.05em 0.75em;
}
.l-footer__foot .l-footer__info {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  padding-left: 50px;
  padding: 0.5em 0 1.5em 2em;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    align-items: center;
    padding: 2em 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-footer__foot .l-footer__info {
    max-width: 100%;
  }
}
.l-footer__foot .l-footer__info .footer-company-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-company-info {
    align-items: flex-start;
    flex: 1;
  }
}
.l-footer__foot .l-footer__info .c-iconList {
  justify-content: flex-end;
  gap: 15px;
}
.l-footer__foot .l-footer__info .c-iconList .u-fz-14 {
  font-size: 30px;
}
.l-footer__foot .l-footer__info .footer-badges {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-badges {
    align-items: center;
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-badges a {
    width: 20vw;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__foot .l-footer__info .footer-badges a {
    width: 33.333%;
  }
}
.l-footer__foot .l-footer__info .footer-badges .badge-eco {
  width: 5.2vw;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-badges .badge-eco {
    width: 100%;
  }
}
.l-footer__foot .l-footer__info .footer-badges .badge-health {
  width: 6.35vw;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-badges .badge-health {
    width: 100%;
  }
}
.l-footer__foot .l-footer__info .footer-badges .badge-sdgs {
  width: 6.71vw;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-badges .badge-sdgs {
    width: 100%;
  }
}
.l-footer__foot .l-footer__info .footer-logo {
  max-width: 350px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__foot .l-footer__info .footer-logo {
    margin-left: unset;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__foot .l-footer__info .footer-logo {
    max-width: 285px;
  }
}
.l-footer__foot .l-footer__info a:hover {
  opacity: 0.8;
}
.l-footer__foot .l-footer__bottom {
  padding: 13px 0;
  color: #fff;
  position: relative;
}
.l-footer__foot .policy-nav a {
  font-size: 0.875rem;
}
.l-footer__foot .policy-nav a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.l-footer__nav a:not([href]) {
  text-decoration: unset;
}

.l-header .l-header__inner,
.l-header .l-fixHeader__inner,
.l-fixHeader .l-header__inner,
.l-fixHeader .l-fixHeader__inner {
  padding-left: 16px;
  max-width: none;
  padding-right: 0;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner,
  .l-header .l-fixHeader__inner,
  .l-fixHeader .l-header__inner,
  .l-fixHeader .l-fixHeader__inner {
    padding-left: 0;
  }
}
.l-header .c-gnav > .menu-item > a .ttl,
.l-fixHeader .c-gnav > .menu-item > a .ttl {
  font-size: 0.9375rem;
  font-weight: bold;
}
.l-header .c-gnav > .menu-item > a,
.l-fixHeader .c-gnav > .menu-item > a {
  padding: 0 14px;
}
.l-header .c-gnav > .menu-item:not(.nav-highlight):not(.nav-active) > a::before,
.l-fixHeader .c-gnav > .menu-item:not(.nav-highlight):not(.nav-active) > a::before {
  content: "";
  width: 1px;
  height: 1em;
  background: var(--color_text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.nav-highlight {
  background-color: #f7f7f2;
  min-width: 234px;
  width: 100%;
}

.nav-active {
  background: linear-gradient(90deg, #f56964, #ffa400);
  color: #fff;
  min-width: 234px;
  width: 100%;
}

.c-spnav a {
  padding: 1.5em 1em;
  font-weight: bold;
}
.c-spnav a::before {
  display: none;
}

.l-sec {
  padding: 124px 0;
}
@media screen and (max-width: 960px) {
  .l-sec:not(:first-of-type) {
    padding: 80px 0;
  }
}

.l-sec_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}
@media (max-width: 960px) {
  .l-sec_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .ly-sec-inner_sp {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .ly-sec-inner_sp {
    max-width: 100%;
  }
}

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

.vertical_contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 auto;
}
@media screen and (max-width: 960px) {
  .vertical_contents {
    flex: 1;
    display: block;
  }
}

.l-sec_about {
  text-align: center;
}
.l-sec_about .about__text {
  padding-top: 40px;
  font-size: 1.125rem;
  line-height: 2;
}
.l-sec_about .about__text .about__line {
  display: block;
}

.c-service_wrap {
  width: 100%;
  height: 100%;
}
.c-service_wrap .c-service {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .c-service_wrap .c-service::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-service-swiper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-service-swiper {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .c-service-swiper {
    max-width: 100%;
  }
}
.c-service-swiper::after {
  content: "";
  width: 60.89vw;
  height: 33.33vw;
  background-image: url(../images/gradation_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -25%;
  left: -13.16vw;
  z-index: -1;
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .c-service-swiper::after {
    width: 91.89vw;
    height: 100.33vw;
    top: unset;
    bottom: -9%;
  }
}
.c-service-swiper .c-service__list {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .c-service-swiper .c-service__list .c-service__list-item {
    aspect-ratio: 3/4;
  }
}
.c-service-swiper .c-service__list .c-service__list-item {
  width: calc((100% - 21px) / 4);
}
@media screen and (max-width: 960px) {
  .c-service-swiper .c-service__list .c-service__list-item:last-of-type {
    margin-right: 16px;
  }
}
.c-service-swiper .c-service__list .c-service__inner {
  padding: 6.25em 0.8em 2.1em;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-service-swiper .c-service__list .c-service__inner {
    padding: 0;
    display: block;
    height: auto;
    color: var(--color_text);
  }
}
@media screen and (max-width: 960px) {
  .c-service-swiper .c-service__list .c-service__img {
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .c-service-swiper .c-service__list .c-service__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
.c-service-swiper .c-service__list .c-service__text {
  margin-top: 13px;
}

/* オーバーレイボタン */
@media screen and (min-width: 961px) {
  .c-service__overly {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    /* 非表示時にクリック不可にする */
    transition: opacity 0.4s ease;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-service__overly {
    margin-left: auto;
  }
}
@media screen and (min-width: 961px) {
  /* ホバー時に表示 */
  .c-service:hover .c-service__overly {
    opacity: 1;
    pointer-events: auto;
  }
  /* 背景全体に薄いオーバーレイをかけたい場合（任意） */
  .c-service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  /* 初期状態（通常表示） */
  .c-service__title,
  .c-service__subtitle,
  .c-service__en,
  .c-service__text {
    transition: opacity 0.3s ease;
  }
  /* ホバー時に非表示 */
  .c-service:hover .c-service__title,
  .c-service:hover .c-service__subtitle,
  .c-service:hover .c-service__en,
  .c-service:hover .c-service__text {
    opacity: 0;
  }
  .c-service:hover::after {
    opacity: 1;
  }
}
.works-categories {
  display: flex;
  gap: 0.5em;
}

.l-sec_design {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-color: #f7f7f2;
}
@media screen and (max-width: 960px) {
  .l-sec_design {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}
.l-sec_design .design_inner {
  display: flex;
  gap: 4em;
  padding-left: var(--swl-pad_container, 0);
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-sec_design .design_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .l-sec_design .design_inner {
    max-width: 100%;
  }
}
.l-sec_design .design_contents {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .l-sec_design .design_contents .lv2_heading-wrap .lv2_heading::before {
    top: 25px;
  }
}
.l-sec_design .design__text {
  line-height: 2;
  padding: 2em 0;
}
@media screen and (max-width: 960px) {
  .l-sec_design .design__text {
    padding-bottom: 0;
  }
}
.l-sec_design .design__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(40.875rem, -3.768rem + 47.62vw, 53.375rem);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 960px) {
  .l-sec_design .design__image {
    position: relative;
    width: 100%;
  }
}

.l-sec_recruit {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: #f7f7f2;
}
.l-sec_recruit .recruit_inner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.l-sec_recruit .recruit {
  position: relative;
}
.l-sec_recruit .recruit .recruit__image {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: clamp(52.5rem, -27.857rem + 85.71vw, 75rem);
}
@media screen and (max-width: 960px) {
  .l-sec_recruit .recruit .recruit__image {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    bottom: 0;
  }
}

.p-mainVisual .swiper-button-next,
.p-mainVisual .swiper-button-prev {
  background: transparent;
  color: #646464;
  top: unset;
  transform: translateY(0);
  bottom: 80px;
}
.p-mainVisual .swiper-pagination {
  bottom: 80px;
  left: unset;
  right: 150px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-mainVisual .swiper-pagination {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.p-mainVisual .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  transition: width 0.3s ease;
}
.p-mainVisual .swiper-pagination-bullet-active {
  width: 100px;
  height: 3px;
  border-radius: 0;
  background-color: #ff6914;
}
.p-mainVisual .p-mainVisual__catchCopy {
  max-width: clamp(320px, 32.5vw, 624px);
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .p-mainVisual .p-mainVisual__catchCopy {
    max-width: 76.1vw;
  }
}

.l-hedline {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: var(--color_text);
  color: #fff;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-hedline .hedline__catLink {
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-hedline .hedline__sliderUnit {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}
.l-hedline .hedline__sliderUnit .hedline__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .l-hedline .hedline__sliderUnit .hedline__item {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-hedline .hedline__sliderUnit .hedline__link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 70vw;
  }
}
.l-hedline .hedline__sliderUnit .hedline__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-hedline .hedline__sliderUnit .hedline__cat {
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 960px) {
  .l-hedline .hedline__sliderUnit .hedline__cat {
    font-size: 0.875rem;
  }
}

.l-mainContent .p-toc {
  display: none;
}

.l-content {
  margin: 0 auto 10em;
}

.l-service .l-container {
  padding: 11.6em 0;
}

.l-topTitleArea {
  min-height: 576px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .l-topTitleArea {
    min-height: 280px;
  }
}
.l-topTitleArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.-frame-on .p-breadcrumb,
.c-infoBar + .p-breadcrumb,
.c-infoBar + [data-barba=container] > .p-breadcrumb,
.l-topTitleArea + .p-breadcrumb {
  background: #000 !important;
  color: #fff;
}
.-frame-on .p-breadcrumb .icon-home:before,
.c-infoBar + .p-breadcrumb .icon-home:before,
.c-infoBar + [data-barba=container] > .p-breadcrumb .icon-home:before,
.l-topTitleArea + .p-breadcrumb .icon-home:before {
  background: linear-gradient(90deg, #f56964, #ffa400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.375rem;
}
.-frame-on .p-breadcrumb .p-breadcrumb__item:last-of-type .p-breadcrumb__text,
.c-infoBar + .p-breadcrumb .p-breadcrumb__item:last-of-type .p-breadcrumb__text,
.c-infoBar + [data-barba=container] > .p-breadcrumb .p-breadcrumb__item:last-of-type .p-breadcrumb__text,
.l-topTitleArea + .p-breadcrumb .p-breadcrumb__item:last-of-type .p-breadcrumb__text {
  color: var(--color_main);
  opacity: 1;
}
.-frame-on .p-breadcrumb .p-breadcrumb__text,
.c-infoBar + .p-breadcrumb .p-breadcrumb__text,
.c-infoBar + [data-barba=container] > .p-breadcrumb .p-breadcrumb__text,
.l-topTitleArea + .p-breadcrumb .p-breadcrumb__text {
  font-size: 1rem;
}

.page-id-1563 {
  background-color: #f7f7f2;
}

.page-id-1759 {
  background-color: #f7f7f2;
}

.company__section::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  border-top: 1px dashed #333;
}

@media screen and (max-width: 960px) {
  .about__soshiki .wp-block-group__inner-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .about__soshiki .wp-block-image {
    max-width: none;
    width: 100%;
  }
  .about__soshiki .wp-block-image figure {
    width: 580px;
  }
}

.hub_intro {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 961px) {
  .hub_intro {
    line-height: 3;
  }
}
@media screen and (max-width: 960px) {
  .hub_intro {
    font-size: 1rem;
  }
}

.l-hub_item {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #F4F3EF;
  margin-top: 12.5em;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 960px) {
  .l-hub_item {
    flex-direction: column;
    margin-top: 2.8em;
    margin-bottom: 4.8em;
  }
}
.l-hub_item .c-hub__img {
  flex-basis: 61.46%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .l-hub_item .c-hub__img {
    aspect-ratio: 16/9;
  }
}
.l-hub_item .c-hub__img img {
  height: 100%;
}
.l-hub_item .c-hub__contents {
  flex-basis: 38.8%;
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .l-hub_item .c-hub__contents {
    padding: 2em 0;
  }
}
@media screen and (max-width: 599px) {
  .l-hub_item .c-hub__contents {
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-hub_item .c-hub__inner {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
}
.l-hub_item .c-hub__heading {
  font-weight: bold;
}
.l-hub_item .c-hub__heading .c-hub__ttl {
  font-size: clamp(2rem, -0.232rem + 2.38vw, 2.625rem);
}
@media screen and (max-width: 960px) {
  .l-hub_item .c-hub__heading .c-hub__ttl {
    font-size: 1.625rem;
  }
}
.l-hub_item .c-hub__heading .c-hub__subttl {
  font-size: 2.125rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-hub_item .c-hub__heading .c-hub__subttl {
    font-size: 1.1875rem;
  }
}
.l-hub_item .c-hub__logo {
  max-width: 223px;
  margin: 1.5em auto;
}
@media screen and (max-width: 960px) {
  .l-hub_item .c-hub__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 960px) {
  .l-hub_item .hub_btn_wrapper {
    padding-top: 13px;
  }
}
.l-hub_item .hub_btn_wrapper a {
  margin-left: auto;
}

.l-service_item {
  position: relative;
}
.l-service_item .c-service__heading {
  font-weight: bold;
}
.l-service_item .c-service__ttl {
  font-size: 2.625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .l-service_item .c-service__ttl {
    font-size: 1.75rem;
  }
}
.l-service_item .c-service__subttl {
  font-size: 2.125rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-service_item .c-service__subttl {
    font-size: 1.5rem;
  }
}
.l-service_item .c-service_text {
  padding-top: 45px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .l-service_item .c-service_text {
    padding-top: 30px;
  }
}
.l-service_item .c-service__img {
  margin-top: 80px;
}
.l-service_item .c-service__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
}
.l-service_item::after {
  content: "";
  width: 60.89vw;
  height: 33.33vw;
  background-image: url(../images/gradation_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 196px;
  right: -38.16vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-service_item::after {
    width: 85.89vw;
    height: 69.33vw;
    top: unset;
    bottom: 25px;
  }
}

.l-service:not(:first-child) {
  margin-top: 17.68em;
}
@media screen and (max-width: 960px) {
  .l-service:not(:first-child) {
    margin-top: 4.68em;
  }
}

.service-child-list {
  padding-top: 78px;
}

.service-child-list__items {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
}
@media screen and (max-width: 960px) {
  .service-child-list__items {
    display: block;
  }
}

.service-child-list__item {
  list-style: none;
  width: calc(33.333% - 5px);
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .service-child-list__item {
    width: 100%;
  }
}

.service-child-list__title {
  font-size: 2.125rem;
  margin: 1em 0 !important;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.service-child-list__title::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../images/cat_chvron.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-child-list__link {
  display: block;
}
.service-child-list__link .service-child-list__thumb {
  position: relative;
  overflow: hidden;
}
.service-child-list__link .service-child-list__thumb::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 960px) {
  .service-child-list__link .service-child-list__thumb::before {
    padding-top: 56.25%;
  }
}
.service-child-list__link .service-child-list__thumb::after {
  background: linear-gradient(45deg, var(--color_gradient1), var(--color_gradient2));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
}
.service-child-list__link .service-child-list__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.service-child-list__link:hover .service-child-list__thumb::after {
  opacity: 0.2;
}
.service-child-list__link:hover .service-child-list__thumb img {
  transform: scale(1.06);
}
.service-child-list__link:hover .service-child-list__title::after {
  transform: translateX(5px);
}

.wp-block-simple-definition-list-blocks-list {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-term {
  width: 25%;
  padding: 1em;
  border-bottom: 1px solid #9a9798;
  display: flex;
  align-items: center;
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-term.is-hidden {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-term {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-term {
    width: 100%;
  }
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-term:first-of-type {
  border-top: 1px solid #9a9798;
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details {
  width: 75%;
  padding: 1em;
  border-bottom: 1px solid #9a9798;
  display: flex;
  align-items: center;
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details.is-hidden {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details {
    width: 100%;
  }
}
.wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details:first-of-type {
  border-top: 1px solid #9a9798;
}
@media screen and (max-width: 599px) {
  .wp-block-simple-definition-list-blocks-list .wp-block-simple-definition-list-blocks-details:first-of-type {
    border-top: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .page-id-1774 .improve-mainTtl span {
    font-size: 5.187rem !important;
  }
}
@media screen and (max-width: 599px) {
  .page-id-1774 .improve-mainTtl span {
    font-size: 2.31rem !important;
  }
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-serviceTtl span {
    font-size: 1.67rem !important;
  }
}
.page-id-1774 .improve-border img {
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-border img {
    aspect-ratio: 16/9 !important;
    border-radius: 15px;
  }
}
.page-id-1774 .improve-ttl {
  padding-left: 25px;
  position: relative;
}
.page-id-1774 .improve-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--color_text);
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-ttl span {
    font-size: 1.1rem !important;
  }
}
.page-id-1774 .improve-ttl span:last-of-type::before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: var(--color_main);
  position: absolute;
  top: 0.35em;
  left: 0;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-ttl span:last-of-type::before {
    width: 15px;
    height: 15px;
  }
}
.page-id-1774 .improve-step {
  position: relative;
}
.page-id-1774 .improve-step::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/step_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-step::before {
    display: none;
  }
}
.page-id-1774 .improve-step .improve-step_inner {
  max-width: fit-content;
  padding-left: 55px;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve-step .improve-step_inner {
    padding-left: 0;
  }
}
.page-id-1774 .improve_bg {
  background-color: #f7f7f2;
  position: relative;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve_bg {
    padding-top: 2em;
  }
}
.page-id-1774 .improve_bg::before {
  content: "";
  width: 100%;
  height: 100px;
  background-image: url(../images/arc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-1774 .improve_bg::before {
    background-size: contain;
    top: -20px;
  }
}
@media screen and (min-width: 961px) {
  .page-id-1774 .swell-block-step {
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .page-id-1774 .swell-block-step .swell-block-step__item:before {
    display: none;
  }
}

.page-id-1772 .l-topTitleArea,
.page-id-1772 .l-content {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .page-id-1772 .l-topTitleArea {
    min-height: 45vw;
  }
}
.page-id-1772 .el_lv1Heading_wrapper {
  text-align: center;
}
.page-id-1772 .el_lv1Heading_wrapper .c-pageTitle_custom {
  display: inline-block;
  font-size: 0;
}
.page-id-1772 .el_lv1Heading_wrapper .c-pageTitle__subTitle_custom {
  font-size: 2rem;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .el_lv1Heading_wrapper .c-pageTitle__subTitle_custom {
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .page-id-1772 .el_lv1Heading_wrapper .c-pageTitle__subTitle_custom {
    font-size: 1.125rem;
  }
}
.page-id-1772 .el_lv1Heading_wrapper .c-pageTitle_custom::before {
  content: "";
  display: block;
  width: 555px;
  height: 157px;
  background-image: url("../images/design_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .el_lv1Heading_wrapper .c-pageTitle_custom::before {
    width: 38.5vw;
    height: 12vw;
    margin: 5px auto 0;
  }
}
.page-id-1772 .l-sec-design {
  margin: 111px 0;
  margin-top: 111px !important;
}
.page-id-1772 .c-design__ttl {
  font-size: 4.6875rem;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .c-design__ttl {
    font-size: 2.1875rem;
  }
}
.page-id-1772 .c-design__text {
  font-size: 1.125rem;
  margin-top: 3em;
}
.page-id-1772 .l-design-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-id-1772 .l-design-slider .design-concept-slider {
  height: clamp(var(--logo_size_pc), 45vw - var(--logo_size_pc), 100vh);
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-slider .design-concept-slider {
    height: 60vw;
  }
}
.page-id-1772 .l-design-slider .swiper-pagination {
  bottom: 9px;
  left: unset;
  right: 150px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-slider .swiper-pagination {
    bottom: 10px;
    left: 0;
    right: unset;
  }
}
.page-id-1772 .l-design-slider .swiper-pagination-bullet {
  width: 11px;
  height: 3px;
  transition: width 0.3s ease;
  background-color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-slider .swiper-pagination-bullet {
    border-radius: unset;
  }
}
.page-id-1772 .l-design-slider .swiper-pagination-bullet-active {
  width: 100px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
}
.page-id-1772 .l-design-slider .c-design-slider__tumnail {
  overflow: hidden;
}
.page-id-1772 .l-design-slider .c-design-slider__tumnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page-id-1772 .l-design-slider .c-design-slider__tumnail img {
  aspect-ratio: 16/9;
  object-position: center;
  object-fit: cover;
}
.page-id-1772 .l-design-works .c-design-works__list {
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-works .c-design-works__list {
    margin-top: 3em;
  }
}
.page-id-1772 .l-design-works .c-design-works__item {
  position: relative;
}
.page-id-1772 .l-design-works .c-design-works__thumbWrap {
  position: relative;
  overflow: hidden;
  /* タイトルがはみ出さないように */
}
.page-id-1772 .l-design-works .c-design-works__link {
  display: block;
  overflow: hidden;
}
.page-id-1772 .l-design-works .c-design-works__link:hover .c-works-title__wrap {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-works .c-design-works__link:hover .c-works-title__wrap {
    text-align: left;
  }
}
.page-id-1772 .l-design-works .c-design-works__thumbImg {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.page-id-1772 .l-design-works .c-works-title__wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  box-sizing: border-box;
}
.page-id-1772 .l-design-works .c-works-title {
  font-size: 1rem;
}
.page-id-1772 .l-design-flow .l-design-flow__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 105px;
  flex-direction: column;
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item {
  display: flex;
  align-items: center;
  border: 1px solid #555555;
  gap: 1em;
  text-align: left;
  position: relative;
  width: 100%;
  padding: 1.56em;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item {
    display: block;
  }
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 16px;
  background: url(../images/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translateY(-50%);
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item .c-design-flow__icon img {
  width: 60px;
  height: 62px;
}
@media screen and (max-width: 599px) {
  .page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item .c-design-flow__icon img {
    width: auto;
    height: 32px;
  }
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item .c-design-flow__num {
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__item .c-design-flow__num {
    font-size: 1.75rem;
  }
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__heading {
  display: flex;
  align-items: center;
  gap: 1.43em;
  flex: 0 0 330px;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__heading {
    margin-bottom: 1em;
    gap: 1em;
  }
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__heading .c-design-flow__ico-wrap {
  display: flex;
  align-items: center;
}
.page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__heading .c-design-flow__ttl {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-flow .l-design-flow__inner .c-design-flow__heading .c-design-flow__ttl {
    font-size: 1.625rem;
  }
}
.page-id-1772 .l-design-flow .design-flow__item--02 .c-design-flow__icon,
.page-id-1772 .l-design-flow .design-flow__item--04 .c-design-flow__icon {
  padding: 0.5em 0.5em 0 0;
}
.page-id-1772 .l-design-message {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  height: 45vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page-id-1772 .l-design-message {
    height: auto;
  }
}
.page-id-1772 .l-design-message::before {
  content: "";
  background-color: rgba(3, 3, 3, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-id-1772 .l-design-message .l-design-message__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-message .l-design-message__inner {
    padding: 2em 1em;
  }
}
.page-id-1772 .l-design-cta .c-design-cta {
  display: flex;
  align-items: center;
  padding: 67px 0;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-cta .c-design-cta {
    display: block;
  }
}
.page-id-1772 .l-design-cta .c-design-cta__left {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-cta .c-design-cta__left {
    width: 100%;
  }
}
.page-id-1772 .l-design-cta .c-design-cta__logo {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-cta .c-design-cta__logo {
    max-width: 150px;
  }
}
.page-id-1772 .l-design-cta .c-design-cta__name {
  font-size: 1.75rem;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-cta .c-design-cta__name {
    font-size: 1.125rem;
  }
}
.page-id-1772 .l-design-cta .c-design-cta__right {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .page-id-1772 .l-design-cta .c-design-cta__right {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 2em;
  }
}
.page-id-1772 .l-design-cta .c-design-cta__right dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 10px;
  row-gap: 12px;
  text-align: left;
}
.page-id-1772 .l-design-cta .c-design-cta__right dt {
  font-weight: bold;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper {
  padding-top: 45px;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail {
  margin: 0 auto 0 0;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #555555;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  pointer-events: none;
  z-index: 0;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  background-image: url(../images/mail_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.25em;
  z-index: 1;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail:hover {
  border: 1px solid #fff;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail:hover::before {
  width: 488px;
  height: 488px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail:hover::after {
  background-image: url(../images/mail_icon-light.svg);
}
.page-id-1772 .l-design-cta .cta-btn_wrapper .cta_box-mail:hover span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.list--col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 960px) {
  .list--col5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-id-21 {
  background-color: #f7f7f2;
}
.page-id-21 .l-content {
  padding-top: 0;
}
.page-id-21 .c-pageTitle_custom {
  display: inline-block;
  font-size: 0;
}
@media screen and (min-width: 961px) {
  .page-id-21 .l-recruit__section--mv {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}
.page-id-21 .l-recruit__section--mv {
  height: 40vw;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .page-id-21 .l-recruit__section--mv {
    padding-bottom: 0;
  }
}
.page-id-21 .l-recruit__section--mv .c-recruit-contents {
  color: #2E1C1A;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv .c-recruit-contents {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv .c-recruit-contents {
    max-width: 100%;
  }
}
.page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__heading {
  font-size: clamp(5rem, 2.321rem + 2.86vw, 5.75rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__heading {
    font-size: clamp(2.75rem, 1.724rem + 4.21vw, 4.25rem);
  }
}
.page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__heading::after {
  content: "";
  display: inline-block;
  width: 40.8vw;
  height: 23.8vw;
  background-image: url(../images/recruit_design.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -3%;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__heading::after {
    width: 49vw;
    height: 28.5vw;
    top: 35%;
    left: 34%;
  }
}
.page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__since {
  font-size: 3.375rem;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__since {
    font-size: 2rem;
  }
}
.page-id-21 .l-recruit__section--mv .c-recruit-contents .c-recruit-contents__since::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1em;
  background: linear-gradient(180deg, #f56964, #ffa400);
}
.page-id-21 .l-recruit__section--mv .c-recruit__mv-media {
  position: absolute;
  top: clamp(-10%, -2.381vw + 35.71%, 0%);
  right: clamp(0px, 0.22857vw - 342.857px, 5vw);
  width: clamp(52.5rem, -27.857rem + 85.71vw, 75rem);
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--mv .c-recruit__mv-media {
    position: relative;
    top: unset;
    right: unset;
    width: 110%;
    transform: translateX(-50%);
    left: 50%;
    margin-top: -55px;
  }
}
.page-id-21 .l-recruit__section {
  padding: 9em 0 5em;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section {
    padding: 2.5em 0;
  }
}
.page-id-21 .l-recruit__section:last-of-type {
  padding-bottom: 0;
}
.page-id-21 .l-recruit__section--inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}
@media (max-width: 960px) {
  .page-id-21 .l-recruit__section--inner {
    max-width: 100%;
  }
}
.page-id-21 .l-recruit__section--inner {
  position: relative;
  z-index: 1;
}
.page-id-21 .c-recruit__heading-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .c-recruit__heading-wrapper {
    margin-bottom: 2em;
  }
}
.page-id-21 .c-recruit__heading-wrapper .c-recruit__heading-label {
  font-size: 1.3125rem;
}
@media screen and (max-width: 960px) {
  .page-id-21 .c-recruit__heading-wrapper .c-recruit__heading-label {
    font-size: 1rem;
  }
}
.page-id-21 .c-recruit__heading-wrapper .c-recruit__heading {
  font-size: 3.25rem;
}
@media screen and (max-width: 960px) {
  .page-id-21 .c-recruit__heading-wrapper .c-recruit__heading {
    font-size: 2rem;
  }
}
.page-id-21 .l-recruit__section--culture {
  text-align: center;
  position: relative;
}
.page-id-21 .l-recruit__section--culture::before {
  content: "";
  width: 77.88vw;
  height: 49.35vw;
  background-image: url(../images/gradation_cycle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -7em;
  left: -34.16vw;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--culture::before {
    top: 4em;
    width: 106.92vw;
    height: 67.94vw;
  }
}
.page-id-21 .l-recruit__section--culture .c-recruit__lead--main {
  font-size: 3.25rem;
  margin: 80px 0 40px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--culture .c-recruit__lead--main {
    font-size: 1.5rem;
  }
}
.page-id-21 .l-recruit__section--culture .c-recruit__culture-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .page-id-21 .l-recruit__section--culture .c-recruit__culture-list {
    gap: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .page-id-21 .l-recruit__section--culture .c-recruit__culture-list {
    display: block;
  }
}
.page-id-21 .l-recruit__section--culture .c-recruit__culture-list .c-recruit__culture-text {
  font-size: clamp(1.125rem, 0.232rem + 0.95vw, 1.375rem);
  margin-top: 27px;
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--culture .c-recruit__culture-list .c-recruit__culture-text {
    margin-top: 1em;
  }
}
@media screen and (max-width: 960px) {
  .page-id-21 .l-recruit__section--culture .c-recruit__culture-item {
    margin-bottom: 2em;
  }
}
.page-id-21 .c-recruit__heading {
  font-size: 2.5625rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .page-id-21 .c-recruit__heading {
    font-size: 1.75rem;
  }
}
.page-id-21 .c-recruit-bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.6em;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  .page-id-21 .c-recruit-bnr__list {
    gap: 0.5em;
  }
}
.page-id-21 .c-recruit-bnr__item {
  width: 300px;
}

.c-recruit__tabs .benefit_list .swl-inline-icon {
  width: 50px;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .c-recruit__tabs {
    flex-direction: column;
  }
}
.c-recruit__tabs .c-recruit__tabs-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 4em 2em;
}
@media screen and (max-width: 960px) {
  .c-recruit__tabs .c-recruit__tabs-inner {
    padding: 2em 0;
  }
}
.c-recruit__tabs .c-recruit__tabs-nav {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .c-recruit__tabs .c-recruit__tabs-nav {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.c-recruit__tabs .c-recruit__tabs-nav-item {
  width: 100%;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  transition: all 0.2s ease;
  background-color: #fff;
  cursor: pointer;
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .c-recruit__tabs .c-recruit__tabs-nav-item {
    font-size: 1rem;
    height: auto;
    width: calc(50% - 4px);
  }
}
.c-recruit__tabs .c-recruit__tabs-nav-item:hover {
  box-shadow: 1px 1px 2px var(--swl-color_shadow);
}
.c-recruit__tabs .c-recruit__tabs-nav-item.is-active {
  color: #fff;
  background: linear-gradient(90deg, #ffa400 0%, #f56964 50%, #ffa400 100%);
}
.c-recruit__tabs .c-recruit__tabs-content {
  flex: 1;
}
.c-recruit__tabs .c-recruit__tabs-content {
  display: none;
  background-color: #fff;
  flex: 1;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .c-recruit__tabs .c-recruit__tabs-content {
    padding: 30px 16px;
  }
}
.c-recruit__tabs .c-recruit__tabs-content p {
  padding-bottom: 0.5em;
}
.c-recruit__tabs .c-recruit__tabs-content::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #f56964, #ffa400);
}
.c-recruit__tabs .c-recruit__tabs-content::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f56964, #ffa400);
}
.c-recruit__tabs .c-recruit__tabs-content.is-active {
  display: block;
}

.l-recruit__section--interview {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  padding: 150px 0;
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-recruit__section--interview {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .l-recruit__section--interview::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ff5f0c;
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 0;
    height: calc(100% - 100px);
  }
}
.l-recruit__section--interview::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/recruit_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .l-recruit__section--interview::after {
    background-size: contain;
  }
}

@media screen and (max-width: 960px) {
  .interview-thumb-swiper {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .interview-thumb-swiper {
    max-width: 100%;
  }
}
.interview-thumb-swiper .c-interview-thumb__img {
  position: relative;
}
.interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb--cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding-right: 1em;
}
.interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb--cat .interview-thumb-catLabel {
  color: #0a0000;
}
.interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-num {
  background: linear-gradient(180deg, #f56964, #ffa400);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-num {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-num {
    font-size: 0.75rem;
    width: 20px;
    height: 20px;
  }
}
.interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-catLabel {
  color: var(--color_text);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-catLabel {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb-catLabel {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 599px) {
  .interview-thumb-swiper .c-interview-thumb__img .c-interview-thumb__catchcopy {
    font-size: 0.875rem;
  }
}
.interview-thumb-swiper .c-interview-thumb__meta {
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .interview-thumb-swiper .c-interview-thumb__meta {
    padding: 15px 0;
  }
}
.interview-thumb-swiper .c-interview-thumb__meta .c-interview-thumb__name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .interview-thumb-swiper .c-interview-thumb__meta .c-interview-thumb__name {
    font-size: 1.25rem;
    row-gap: 7px;
  }
}
.interview-thumb-swiper .c-interview-thumb__meta .c-interview-thumb__join {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .interview-thumb-swiper .c-interview-thumb__meta .c-interview-thumb__catchcopy {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 961px) {
  .interview-main-swiper__wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 100px;
  }
}
.interview-main-swiper__wrapper {
  position: relative;
}
.interview-main-swiper__wrapper .c-interview-card {
  background-color: #f7f7f2;
  padding: 4.5em;
  color: #0a0000;
  border-radius: 60px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card {
    border-radius: 15px;
  }
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .c-interview-card {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__heading-wrapper {
    margin-bottom: 1em;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card-num {
  font-size: 1.375rem;
  background: linear-gradient(90deg, #f56964, #ffa400);
  width: 29px;
  height: 29px;
  display: inline-flex;
  justify-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card-num {
    font-size: 1.0625rem;
    width: 25px;
    height: 25px;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__catchcopy {
  font-size: 2.1875rem;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__catchcopy {
    font-size: 1.75rem;
    padding: 0.8em 0.5em;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__catchcopy::after {
  content: "";
  display: inline-block;
  width: 242px;
  height: 176px;
  background-image: url(../images/recruit_interview.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 105px;
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__catchcopy::after {
    width: 150px;
    height: 108px;
    right: 16px;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__flex {
  display: flex;
  align-items: stretch;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__flex {
    flex-direction: column;
    gap: 10px;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__flex .c-interview-card__left,
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__flex .c-interview-card__right {
  flex: 1;
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__right {
    order: 0;
  }
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__left {
    order: 1;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__wrapper,
.interview-main-swiper__wrapper .c-interview-card .interview-card__thumb {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__wrapper,
  .interview-main-swiper__wrapper .c-interview-card .interview-card__thumb {
    aspect-ratio: 16/9;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__wrapper img,
.interview-main-swiper__wrapper .c-interview-card .interview-card__thumb img {
  height: 100%;
  object-fit: cover;
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #f56964, #ffa400);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__tax {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__tax {
    font-size: 1rem;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__name {
  font-size: 2.375rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 12px;
  line-height: 1;
  padding-top: 0.25em;
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__name {
    font-size: 1.625rem;
  }
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__join {
  font-size: 1rem;
}
.interview-main-swiper__wrapper .c-interview-card .c-interview-card__prof .c-interview-card__join-type {
  font-size: 0.875rem;
  background: linear-gradient(90deg, #f56964, #ffa400);
  color: #fff;
  padding: 0.25em 1em;
}
.interview-main-swiper__wrapper .c-interview-card.swiper-slide-active {
  opacity: 1;
}
.interview-main-swiper__wrapper .interview-main-button-next,
.interview-main-swiper__wrapper .interview-main-button-prev {
  color: #fff;
  background: linear-gradient(90deg, #f56964, #ffa400);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .interview-main-button-next,
  .interview-main-swiper__wrapper .interview-main-button-prev {
    width: 40px;
    height: 40px;
  }
}
.interview-main-swiper__wrapper .interview-main-button-next::after,
.interview-main-swiper__wrapper .interview-main-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border: none;
}
@media screen and (max-width: 599px) {
  .interview-main-swiper__wrapper .interview-main-button-next::after,
  .interview-main-swiper__wrapper .interview-main-button-prev::after {
    width: 30px;
    height: 30px;
  }
}
.interview-main-swiper__wrapper .interview-main-button-prev {
  left: 8.5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .interview-main-button-prev {
    left: -5%;
  }
}
.interview-main-swiper__wrapper .interview-main-button-prev::after {
  background-image: url(../images/slider-left.svg);
}
.interview-main-swiper__wrapper .interview-main-button-next {
  right: 8.5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .interview-main-swiper__wrapper .interview-main-button-next {
    right: -5%;
  }
}
.interview-main-swiper__wrapper .interview-main-button-next::after {
  background-image: url(../images/slider-right.svg);
}

.c-recruit-req__list {
  margin-bottom: 5em;
  position: relative;
}
.c-recruit-req__list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
}
.c-recruit-req__list .c-recruit-req__item {
  padding: 50px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}
@media screen and (max-width: 960px) {
  .c-recruit-req__list .c-recruit-req__item {
    padding: 30px 10px;
  }
}
.c-recruit-req__list .c-recruit-req__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
}
.c-recruit-req__list .c-recruit-req__item::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../images/btn_darkarrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 960px) {
  .c-recruit-req__list .c-recruit-req__item::after {
    width: 7px;
    height: 13px;
  }
}
.c-recruit-req__list .c-recruit-req__item:hover {
  box-shadow: 1px 2px 2px var(--swl-color_shadow);
}
.c-recruit-req__list .c-recruit-req__item:hover::after {
  transform: translateX(5px);
}
.c-recruit-req__list .c-recruit-req__item .c-recruit-req__title {
  font-size: 1.8125rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .c-recruit-req__list .c-recruit-req__item .c-recruit-req__title {
    font-size: 1.25rem;
  }
}

.c-recruit__faq-question {
  display: flex;
  gap: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 30px 15px;
  border-top: 1px dotted #0a0000;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question {
    padding: 16px;
    gap: 25px;
  }
}
.c-recruit__faq-question::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 10px;
  background-image: url(../images/accordion_toggle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question::after {
    width: 10px;
    height: 6px;
    right: 16px;
  }
}
.c-recruit__faq-question[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-recruit__faq-question .c-recruit__faq-question-label {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  height: fit-content;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question .c-recruit__faq-question-label {
    padding-top: 0.25em;
  }
}
.c-recruit__faq-question .c-recruit__faq-question-label::after {
  content: "";
  background-color: #3d3433;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question .c-recruit__faq-question-label::after {
    top: 16px;
    width: 40px;
    height: 40px;
  }
}
.c-recruit__faq-question .c-recruit__faq-question-label .c-recruit__faq-question-symbol {
  font-size: 1.8125rem;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question .c-recruit__faq-question-label .c-recruit__faq-question-symbol {
    font-size: 1.375rem;
  }
}
.c-recruit__faq-question .c-recruit__faq-question-label .c-recruit__faq-question-number {
  line-height: 29px;
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question .c-recruit__faq-question-label .c-recruit__faq-question-number {
    font-size: 1.125rem;
    line-height: unset;
  }
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-question .c-recruit__faq-question-text {
    font-size: 1rem;
    text-align: left;
    padding-right: 16px;
  }
}

.c-recruit__faq-answer {
  padding: 30px 15px;
  margin-left: 90px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-recruit__faq-answer {
    margin-left: 0;
    font-size: 1rem;
  }
}

#sb_instagram svg:not(:root).svg-inline--fa {
  height: 1em;
  display: inline-block;
  display: none;
}

#sbi_load {
  padding-top: 50px;
}

.p-fixBtnWrap {
  right: 0;
}
.p-fixBtnWrap .recruit__floating {
  background: linear-gradient(180deg, #f56964, #ffa400);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 110px;
  height: 100px;
  border-top: 1px solid #9a9798;
  border-left: 1px solid #9a9798;
  border-bottom: 1px solid #9a9798;
  border-radius: 3px 0 0 3px;
  font-size: 0.875rem;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .p-fixBtnWrap .recruit__floating {
    flex-direction: row;
    gap: 10px;
    width: auto;
    padding: 1.5em 1em;
    bottom: 0;
    border-top: 1px solid #9a9798;
    border-left: 1px solid #9a9798;
    border-bottom: unset;
    border-radius: 3px 0 0 3px;
    height: auto;
  }
}
.p-fixBtnWrap .recruit__floating img {
  width: 25px;
  height: 19px;
}
.p-fixBtnWrap .recruit__floating:hover, .p-fixBtnWrap .recruit__floating:focus, .p-fixBtnWrap .recruit__floating:active, .p-fixBtnWrap .recruit__floating:visited {
  color: #fff;
  transform: scale(1.08);
}
.p-fixBtnWrap .recruit__floating:hover img, .p-fixBtnWrap .recruit__floating:focus img, .p-fixBtnWrap .recruit__floating:active img, .p-fixBtnWrap .recruit__floating:visited img {
  animation: 1s steps(1, start) 0s infinite normal none running kakukaku;
}

@keyframes kakukaku {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.interview__label {
  background: linear-gradient(180deg, #f56964, #ffa400);
  color: #fff;
  text-align: center;
  padding: 1em;
  margin-bottom: 1.5em;
}

.smb-faq__item__question,
.smb-faq__item__answer {
  align-items: center;
}

.smb-faq__item__question__label,
.smb-faq__item__answer__label {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .smb-faq__item__question__label,
  .smb-faq__item__answer__label {
    font-size: 2.75rem;
    margin-right: 20px;
  }
}
.smb-faq__item__question__label::after,
.smb-faq__item__answer__label::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0.4em;
  right: -27px;
}
@media screen and (max-width: 960px) {
  .smb-faq__item__question__label::after,
  .smb-faq__item__answer__label::after {
    width: 5px;
    height: 5px;
    right: -12px;
  }
}

.smb-faq__item__question__label {
  color: #3d3d3d;
}
.smb-faq__item__question__label::after {
  background-color: #3d3d3d;
}

.smb-faq__item__answer__label {
  background: linear-gradient(90deg, #f56964, #ffa400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smb-faq__item__answer__label::after {
  background: linear-gradient(90deg, #f56964, #ffa400);
}

.p-articleHead__interview {
  max-width: 1160px;
  margin: 0 auto;
}

.l-article__interview .p-articleThumb {
  max-width: 1160px;
  margin: 0 auto;
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-article__interview .l-articleBottom__interview .l-articleBottom__section {
    flex-direction: column;
  }
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .lv2_heading {
  flex-basis: 33.33%;
}
@media screen and (max-width: 960px) {
  .l-article__interview .l-articleBottom__interview .l-articleBottom__section .lv2_heading {
    font-size: 2rem;
  }
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .lv2_heading::before {
  top: 25%;
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList.-type-card {
  flex-basis: 66.66%;
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-relatedPosts .p-postList__item {
  width: 33.333%;
}
@media screen and (max-width: 960px) {
  .l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-relatedPosts .p-postList__item {
    width: 50%;
  }
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .c-postThumb__figure::before {
  padding-top: 75%;
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding-right: 1em;
  padding: 0 1em 0 0;
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList__num {
  background: linear-gradient(180deg, #f56964, #ffa400);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList__num {
    font-size: 1rem;
    width: 25px;
    height: 25px;
  }
}
.l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList__title {
  font-size: 1.625rem;
}
@media screen and (max-width: 960px) {
  .l-article__interview .l-articleBottom__interview .l-articleBottom__section .p-postList__title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .single-interview .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-basis: 100% !important;
  }
}
.single-interview .p-articleHead {
  font-weight: bold;
}
.single-interview .p-articleHead .c-postTitle__label {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .single-interview .p-articleHead .c-postTitle__label {
    font-size: 1.125rem;
    padding-bottom: 0.5em;
  }
}
.single-interview .p-articleHead .c-postTitle__ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 960px) {
  .single-interview .p-articleHead .c-postTitle__ttl {
    font-size: 2rem;
  }
}
.single-interview .p-articleHead .c-interview-head-num {
  background: linear-gradient(180deg, #f56964, #ffa400);
  color: #fff;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .single-interview .p-articleHead .c-interview-head-num {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .single-interview .p-articleHead .c-interview-head-num {
    font-size: 0.875rem;
    width: 20px;
    height: 20px;
  }
}
.single-interview .p-articleHead .c-interview-head__prof {
  display: flex;
  gap: 0.5em;
}
.single-interview .p-articleHead .c-interview-head__prof-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.single-interview .p-articleHead .c-interview-head__prof-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5em;
}
.single-interview .interview_sidebar {
  width: var(--swl-sidebar_width);
  height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 4em;
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
.single-interview .p-articleThumb__img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

#sb_instagram .sbi_follow_btn a {
  margin-top: 0;
}

.c-postTitle__ttl {
  font-weight: bold;
}

.single-post #content {
  max-width: 1200px;
}
.single-post .c-categoryList:before {
  display: none;
}
.single-post .c-categoryList__link {
  background-color: unset;
  color: var(--color_text);
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875rem;
}

@media screen and (min-width: 961px) {
  .single-works .p-article-top {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    --left: clamp(50%, calc(118.5714% - 3.5714vw), 65%);
    grid-template-columns: var(--left) calc(100% - var(--left));
    gap: 8px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }
}
.single-works .p-article-top .p-articleHead-custom {
  grid-column-start: 2;
  grid-row-start: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
}
.single-works .p-article-top .p-articleHead-custom .works-single-catLink {
  display: inline-block;
}
.single-works .p-article-top .p-articleHead-custom .works-single-catLink .works-single-cat {
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
.single-works .p-article-top .p-articleHead-custom .works-single-typeLink {
  display: inline-block;
}
.single-works .p-article-top .p-articleHead-custom .works-single-typeLink .works-single-type {
  padding: 0.25em 0.5em;
  border-radius: 3px;
  outline: 1px solid var(--color_text);
  outline-offset: -1px;
}
.single-works .p-article-top .p-articleHead-custom .p-worksTitle__wrap {
  margin: 1.5em 0;
}
.single-works .p-article-top .p-articleHead-custom .p-worksTitle__wrap .p-works-single-concept {
  font-size: 1.75rem;
}
.single-works .p-article-top .p-articleHead-custom .p-worksTitle__wrap .p-works-single-explanation {
  font-size: 1.125rem;
}
@media screen and (max-width: 960px) {
  .single-works .p-article-top .p-articleHead-custom .p-worksTitle__wrap .p-works-single-explanation {
    font-size: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .single-works .p-article-top .p-articleThumb {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: clamp(646px, 0.3666666667vw + 96px, 800px);
    height: 100%;
  }
}
@media screen and (min-width: 961px) {
  .single-works .p-article-top .p-articleThumb img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    width: clamp(970px, 0.547619vw + 153.1429px, 1200px);
    max-width: none;
    height: auto;
    border-radius: 0 493px 493px 0;
    object-fit: cover;
    aspect-ratio: 1.5015479876;
  }
}
@media screen and (max-width: 960px) {
  .single-works .p-article-top .p-articleThumb img {
    aspect-ratio: 16/9;
  }
}
.single-works .p-article-top .works-single-info {
  display: grid;
  grid-template-columns: 10em 1fr;
  align-items: stretch;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .single-works .p-article-top .works-single-info {
    grid-template-columns: 7em 1fr;
    padding-top: 2em;
  }
}
.single-works .p-article-top .works-single-info dd,
.single-works .p-article-top .works-single-info dt {
  margin: 0;
  padding: 12px 16px;
  display: flex;
  /* 文字を縦中央に */
  align-items: center;
  border-bottom: 1px solid;
}
.single-works .p-article-top .works-single-info dd:first-of-type,
.single-works .p-article-top .works-single-info dt:first-of-type {
  border-top: 1px solid;
}
.single-works .p-article-top .post_content {
  grid-column-start: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-start;
}
.single-works .c-postTitle__ttl {
  font-size: 2rem;
  padding: 0.5em 0;
}
@media screen and (max-width: 960px) {
  .single-works .c-postTitle__ttl {
    font-size: 1.375rem;
  }
}
.single-works .works-improve {
  position: relative;
  margin: 150px 0;
}
@media screen and (max-width: 960px) {
  .single-works .works-improve {
    margin: 80px 0;
  }
}
.single-works .works-improve .works-improve__link {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  height: 206px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .single-works .works-improve .works-improve__link {
    align-items: flex-start;
    padding: 2em 1em;
    height: auto;
  }
}
.single-works .works-improve .works-improve__link::after {
  content: "";
  background-image: url(../images/improve_chevron.svg);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 58%;
  right: 24%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .single-works .works-improve .works-improve__link::after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .single-works .works-improve .works-improve__link::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
.single-works .works-improve .works-improve__title {
  font-size: 1.3125rem;
}
@media screen and (max-width: 960px) {
  .single-works .works-improve .works-improve__title {
    font-size: 1.125rem;
  }
}
.single-works .works-improve .works-improve__desc {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .single-works .works-improve .works-improve__desc {
    font-size: 1.375rem;
  }
}
.single-works .l-articleBottom .p-postList__meta {
  display: flex;
  gap: 0.5em;
}
.single-works .l-articleBottom .c-postThumb__worksCat {
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
.single-works .l-articleBottom .c-postThumb__type {
  padding: 0.25em 0.5em;
  border-radius: 3px;
  border: 1px solid;
}
.single-works .l-articleBottom .p-postList__title {
  padding-top: 0.25em;
}

.worksSide-cat__list {
  list-style: none;
}
@media screen and (min-width: 961px) {
  .worksSide-cat__list {
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list {
    display: flex;
    gap: 5px;
  }
}
.worksSide-cat__list ul {
  list-style: none !important;
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent {
    flex: 1;
  }
}
.worksSide-cat__list .worksSide-cat__parent:last-of-type {
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent:last-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent .worksSide-cat__children {
    left: 50%;
    transform: translateX(-50%);
    padding: 16px;
  }
}
.worksSide-cat__list .worksSide-cat__parent-toggle {
  display: none;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent-toggle {
    width: 10px;
    height: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
  }
}
.worksSide-cat__list .worksSide-cat__parent-title {
  text-align: center;
  border-radius: 6px 6px 0 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent-title {
    margin-bottom: 0;
  }
}
.worksSide-cat__list .worksSide-cat__parent-title a {
  background-color: #f5f5f5;
  padding: 1em;
  display: block;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__parent-title {
    border-radius: 0;
    font-size: 0.875rem;
  }
}
.worksSide-cat__list .worksSide-cat__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.worksSide-cat__list .worksSide-cat__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.worksSide-cat__list .worksSide-cat__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.worksSide-cat__list .worksSide-cat__child {
  position: relative;
}
.worksSide-cat__list .worksSide-cat__child a {
  padding: 1em;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-image-source: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
  border-image-slice: 1;
}
.worksSide-cat__list .worksSide-cat__parent.current .worksSide-cat__parent-title a {
  background: linear-gradient(90deg, #f56964, #ffa400);
  color: #fff;
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 960px) {
  .worksSide-cat__list .worksSide-cat__children {
    width: 100%;
  }
}
.worksSide-cat__list .worksSide-cat__child.current {
  color: #ff6914;
}

.works-archive_content,
.works-taxonomy_content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .works-archive_content,
  .works-taxonomy_content {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .works-archive_content .worksSide-cat__list,
  .works-taxonomy_content .worksSide-cat__list {
    width: var(--swl-sidebar_width);
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 4em;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
.works-archive_content .p-archiveContent,
.works-archive_content .p-taxonomyContent,
.works-taxonomy_content .p-archiveContent,
.works-taxonomy_content .p-taxonomyContent {
  width: calc(100% - var(--swl-sidebar_width) - var(--swl-sidebar_margin));
}
@media screen and (max-width: 960px) {
  .works-archive_content .p-archiveContent,
  .works-archive_content .p-taxonomyContent,
  .works-taxonomy_content .p-archiveContent,
  .works-taxonomy_content .p-taxonomyContent {
    width: 100%;
  }
}
.works-archive_content .p-taxonomyContent,
.works-taxonomy_content .p-taxonomyContent {
  margin-top: 4em;
}
.works-archive_content .p-postList__times,
.works-taxonomy_content .p-postList__times {
  display: none;
}
.works-archive_content .p-postList__body,
.works-taxonomy_content .p-postList__body {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.works-archive_content .p-postList__body .p-postList__title,
.works-taxonomy_content .p-postList__body .p-postList__title {
  order: 1;
  font-size: 1.25rem;
}
.works-archive_content .p-postList__body .p-postList__meta,
.works-taxonomy_content .p-postList__body .p-postList__meta {
  order: 0;
  display: flex;
  gap: 0.5em;
  font-size: 0.875rem;
}
.works-archive_content .p-postList__body .p-postList__meta .c-postThumb__worksCat,
.works-taxonomy_content .p-postList__body .p-postList__meta .c-postThumb__worksCat {
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
.works-archive_content .p-postList__body .p-postList__meta .c-postThumb__type,
.works-taxonomy_content .p-postList__body .p-postList__meta .c-postThumb__type {
  padding: 0.25em 0.5em;
  border-radius: 3px;
  border: 1px solid var(--color_text);
}

.p-homeContent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-homeContent {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  .p-homeContent .p-postListTab {
    width: var(--swl-sidebar_width);
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 4em;
    position: sticky;
    top: 135px;
    align-self: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .p-homeContent .p-postListTabBody {
    width: calc(100% - var(--swl-sidebar_width) - var(--swl-sidebar_margin));
  }
}
.p-homeContent .c-tabList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn_wrapper {
  padding-top: 74px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .btn_wrapper {
    padding-top: 50px;
  }
}

@media screen and (max-width: 960px) {
  .btn_wrapper.is-expanded {
    padding-top: 0;
  }
}

@media screen and (min-width: 961px) {
  .vertical_btn {
    max-width: 220px;
    width: 100%;
  }
}
.c-btn {
  position: relative;
  background-image: linear-gradient(90deg, #f56964, #ffa400);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  max-width: 385px;
  width: 100%;
  padding: 1em;
  transition: color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .c-btn {
    max-width: 285px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #ffa400, #f56964);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.c-btn:hover, .c-btn:focus, .c-btn:active, .c-btn:visited {
  color: #fff;
}
.c-btn:hover::before, .c-btn:focus::before, .c-btn:active::before, .c-btn:active:visited {
  opacity: 1;
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url(../images/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.c-btn:hover::after {
  transform: translateX(5px);
}
.c-btn span {
  position: relative;
  z-index: 2;
}

.c-btn__down::after {
  transform: rotate(90deg) translateX(0);
}
.c-btn__down:hover::after {
  transform: rotate(90deg) translateX(2px);
}

.c-btn__up::after {
  transform: rotate(-90deg) translateX(0);
}
.c-btn__up:hover::after {
  transform: rotate(-90deg) translateX(2px);
}

.c-recruit_btn {
  font-size: 1.625rem;
  height: 140px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #ffa400 0%, #f56964 50%, #ffa400 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-top: 24px;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  padding: 0.8em;
}
@media screen and (max-width: 960px) {
  .c-recruit_btn {
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .c-recruit_btn {
    font-size: 1rem;
  }
}
.c-recruit_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #ffa400, #f56964);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.c-recruit_btn:hover, .c-recruit_btn:focus, .c-recruit_btn:active, .c-recruit_btn:visited {
  color: #fff;
}
.c-recruit_btn:hover::before, .c-recruit_btn:focus::before, .c-recruit_btn:active::before, .c-recruit_btn:active:visited {
  opacity: 1;
}
.c-recruit_btn:after {
  content: "";
  width: 12px;
  height: 24px;
  background-image: url(../images/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  display: inline-block;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
@media screen and (max-width: 599px) {
  .c-recruit_btn:after {
    width: 5px;
    height: 11px;
  }
}
.c-recruit_btn:hover::after {
  transform: translateX(5px);
}
.c-recruit_btn span {
  position: relative;
  z-index: 2;
}

.c-btn__primary {
  max-width: 293px;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  padding: 0.5em;
}
@media screen and (max-width: 960px) {
  .c-btn__primary {
    max-width: 180px;
  }
}
.c-btn__primary::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--color_text);
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: left;
}
.c-btn__primary::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/cat_chvron.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn__primary:hover::before {
  animation: underline-grow 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.c-btn__primary:hover::after {
  transform: translate(5px, -50%);
}

.c-design_btn {
  position: relative;
  background-color: #555555;
  color: #fff;
  max-width: 385px;
  width: 100%;
  padding: 1em;
  transition: color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .c-design_btn {
    max-width: 285px;
  }
}
.c-design_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #555555;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.c-design_btn:hover, .c-design_btn:focus, .c-design_btn:active, .c-design_btn:visited {
  color: #fff;
}
.c-design_btn:hover::before, .c-design_btn:focus::before, .c-design_btn:active::before, .c-design_btn:active:visited {
  opacity: 1;
}
.c-design_btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url(../images/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.c-design_btn:hover::after {
  transform: translateX(5px);
}
.c-design_btn span {
  position: relative;
  z-index: 2;
}

@keyframes underline-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.interview_btn_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .interview_btn_wrapper {
    margin-top: 25px;
  }
}
.interview_btn_wrapper .interview-card__btn {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid #0a0000;
  color: #0a0000;
  max-width: 316px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 1em;
}
.interview_btn_wrapper .interview-card__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: var(--color_main);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  pointer-events: none;
  z-index: 0;
}
.interview_btn_wrapper .interview-card__btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url(../images/btn_darkarrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.interview_btn_wrapper .interview-card__btn:hover {
  border: 1px solid #fff;
}
.interview_btn_wrapper .interview-card__btn:hover::before {
  width: 488px;
  height: 488px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.interview_btn_wrapper .interview-card__btn:hover::after {
  background-image: url(../images/btn_arrow.svg);
}
.interview_btn_wrapper .interview-card__btn:hover span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.c-service__btn {
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: color 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .c-service__btn {
    max-width: 285px;
  }
}
.c-service__btn::after {
  content: "";
  width: 6px;
  height: 11px;
  background-image: url(../images/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1em;
  display: inline-block;
}

body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-serif {
  font-family: "Jost", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.en_label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

h2 {
  font-weight: bold;
  font-size: clamp(2.5rem, -0.179rem + 2.86vw, 3.25rem);
}

h3 {
  font-weight: bold;
}

.hedline_ttl h2 {
  font-size: 1.3125rem;
  overflow: hidden;
  padding-left: var(--swl-pad_container, 0);
  padding-right: 1em;
  background-color: #000;
  position: relative;
  z-index: 2;
  border-right: 1px solid;
}

.lv2_nonestyle {
  border-left: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.lv2_heading-wrap .lv2_label {
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .lv2_heading-wrap .lv2_label {
    padding-left: 1.5em;
  }
}
.lv2_heading-wrap .lv2_heading {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
.lv2_heading-wrap .lv2_heading::before {
  content: "";
  width: 10px;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--color_main);
}
@media screen and (max-width: 960px) {
  .lv2_heading-wrap .lv2_heading::before {
    width: 6px;
  }
}
.lv2_heading-wrap .lv2_heading .accent {
  width: 3.5em;
}
@media screen and (max-width: 960px) {
  .lv2_heading-wrap .lv2_heading .accent {
    padding-top: 5px;
  }
}

.lv2_heading-company,
.lv2_heading-improve {
  font-size: 2.5rem;
  padding: 0.75em 1em !important;
}
.lv2_heading-company::before,
.lv2_heading-improve::before {
  content: "";
  display: block;
  width: 6px;
  height: 3em;
  background: linear-gradient(180deg, #f56964, #ffa400);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.lv2_heading-company span:first-of-type,
.lv2_heading-improve span:first-of-type {
  font-size: 0.875rem !important;
}
.lv2_heading-company span:last-of-type,
.lv2_heading-improve span:last-of-type {
  font-size: 2.18rem !important;
}

.lv2_heading-page {
  font-size: 3.25rem !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 960px) {
  .lv2_heading-page {
    font-size: 1.875rem !important;
  }
}
.lv2_heading-page .lv2_label-page {
  font-size: 1.312rem !important;
  display: block;
}
@media screen and (max-width: 960px) {
  .lv2_heading-page .lv2_label-page {
    font-size: 1rem !important;
  }
}
.lv2_heading-page::before {
  content: "";
  display: block !important;
  width: 6px !important;
  height: 1em !important;
  background: var(--color_main) !important;
  position: absolute;
  top: 65% !important;
  transform: translateY(-50%);
  left: 0;
}

.lv2_heading-related {
  font-size: 2.6875rem;
}
@media screen and (max-width: 960px) {
  .lv2_heading-related {
    font-size: 2rem;
  }
}

.lv2_tabList {
  font-size: 2rem;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 960px) {
  .lv2_tabList {
    font-size: 1.3125rem;
  }
}

.c-service__title {
  font-size: clamp(1.75rem, 0.411rem + 1.43vw, 2.125rem);
  line-height: 1;
}

.c-service__subtitle {
  font-size: clamp(0.938rem, 0.491rem + 0.48vw, 1.063rem);
}

.c-service__en {
  margin-top: 13px;
  font-weight: bold;
}

.works-cat__nav-item {
  font-size: 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .works-cat__nav-item {
    font-size: 1.0625rem;
  }
}

.works-cat__title {
  font-size: 1.25rem;
}

.works-cat__subttl {
  font-size: 0.875rem;
}

.news__title {
  font-size: 1.25rem;
  padding-top: 15px;
}

.flex-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1em;
}

.recruit-contents {
  color: #2E1C1A;
}
.recruit-contents .recruit-contents__heading {
  font-size: 4.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .recruit-contents .recruit-contents__heading {
    font-size: 3.125rem;
  }
}
.recruit-contents .recruit-contents__heading::after {
  content: "";
  display: inline-block;
  width: 20.8vw;
  height: 12.1vw;
  background-image: url(../images/recruit_design.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -3%;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .recruit-contents .recruit-contents__heading::after {
    width: 55.8vw;
    height: 32.6vw;
    left: 25%;
  }
}
.recruit-contents .recruit-contents__sub-heading {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
.recruit-contents .recruit-contents__since {
  font-size: 2.1875rem;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.recruit-contents .recruit-contents__since::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1em;
  background: linear-gradient(180deg, #f56964, #ffa400);
}

.c-pageTitle_custom {
  opacity: 0;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: bold;
}

.c-pageTitle__subTitle_custom {
  display: block;
  font-size: 6.1875rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .c-pageTitle__subTitle_custom {
    font-size: 2.625rem;
  }
}

.l-articleBottom__title.c-secTitle {
  border-left: solid 5px var(--color_main);
}

.swiper-button-next,
.swiper-button-prev {
  color: #646464;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.625rem;
}

.works-newUnit {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 50px;
}
.works-newUnit .work-new__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.works-newUnit .work-new__thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.works-newUnit .work-new__thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.works-newUnit .work-new__thumb::after {
  background: linear-gradient(45deg, var(--color_gradient1), var(--color_gradient2));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
}
.works-newUnit .work-new__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transform-origin: center;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.works-newUnit .work-new__thumb:hover::after {
  opacity: 0.2;
}
.works-newUnit .work-new__thumb:hover img {
  transform: scale(1.06);
}
.works-newUnit .works-categories {
  margin-top: 1em;
}
.works-newUnit .works-category {
  font-size: 0.875rem;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
.works-newUnit .works-category-type {
  font-size: 0.875rem;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  outline: 1px solid #0a0000;
  outline-offset: -1px;
}
.works-newUnit .works-title {
  font-size: clamp(1.125rem, 0.455rem + 0.71vw, 1.313rem);
  margin-top: 0.5em;
}

.c-service-nav {
  display: flex;
  gap: 1em;
}
.c-service-nav .c-service__prev,
.c-service-nav .c-service__next {
  position: relative;
  top: unset;
  transform: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.c-service-nav .c-service__prev::after,
.c-service-nav .c-service__next::after {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border: none;
}
.c-service-nav .c-service__prev::after {
  background-image: url(../images/slider-left.svg);
}
.c-service-nav .c-service__next::after {
  background-image: url(../images/slider-right.svg);
}

.blog .p-postList__meta {
  font-size: 0.875rem;
}
.blog .-type-simple .p-postList__title {
  font-size: 1.25rem;
  padding-top: 10px;
  padding-right: 30px;
}
.blog .-type-simple .p-postList__link {
  border-bottom: 1px solid #CCC;
  padding: 1em;
}
.blog .p-postList.-type-simple {
  border-top: unset;
  border-left: 1px solid #CCC;
}
.blog .is-style-bb > .c-tabList .c-tabList__button:hover,
.blog .is-style-bb > .c-tabList .c-tabList__button[aria-selected=true] {
  color: var(--color_text);
}
.blog .is-style-bb > .c-tabList .c-tabList__button:after {
  background-color: var(--color_text);
}
.blog .c-tabList__item {
  position: relative;
}
.blog .c-tabList__item .cat-label {
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 4px);
  left: 0;
}
.blog .c-tabList__item .c-tabList__button {
  padding-left: 1.5em;
}
.blog .c-tabBody__moreText {
  padding-right: 1em;
}

[class*=page-numbers] {
  font-size: 1rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

[class*=page-numbers].current,
[class*=page-numbers]:hover {
  background-image: linear-gradient(90deg, #f56964, #ffa400);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

.c-pagination {
  margin: 11.9em 0 0;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin: 5em 0 0;
  }
}

.icon-folder:before {
  display: none;
}

.p-postList__cat-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.-type-simple .p-postList__link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/cat_chvron.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 960px) {
  .-type-simple .p-postList__link::after {
    width: 20px;
    height: 20px;
  }
}
.-type-simple .p-postList__link:hover {
  background: unset;
  box-shadow: 1px 1px 2px var(--swl-color_shadow);
}
.-type-simple .p-postList__link:hover::after {
  transform: translate(5px, -50%);
}

#loading-element {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
}

#loading-element [data-loading=background] {
  position: absolute;
  inset: 0;
  background: #f7f7f2;
}

#loading-logo-wrapper {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #loading-logo-wrapper {
    left: 48%;
  }
}

#loading-ttl {
  white-space: nowrap;
  font-size: 1.375rem;
  letter-spacing: 0.5em;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  #loading-ttl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.text {
  display: inline-block;
  opacity: 0;
  filter: blur(3px);
  transition: opacity 0.7s ease, filter 0.7s ease;
}

/* 退場フェーズ */
#loading-ttl.is-end .text {
  opacity: 0;
  filter: blur(10px);
}

.w-beforeFooter {
  margin: 0;
  background: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
  color: #fff;
  padding: 3.5em 0;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 961px) {
  .w-beforeFooter::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) {
  .w-beforeFooter::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .w-beforeFooter::after {
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 599px) {
  .wp-block-columns .wp-block-column.cta-phone {
    margin-bottom: 2em !important;
  }
}

.cta_box-phone {
  position: relative;
  overflow: hidden;
  max-width: 375px;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  border: 1px solid #fff;
  font-size: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  cursor: pointer;
}
.cta_box-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  pointer-events: none;
  z-index: 0;
}
.cta_box-phone .swell-block-button__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 57px;
}
.cta_box-phone::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/tel_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.25em;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cta_box-phone:hover::before {
  width: 488px;
  height: 488px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.cta_box-phone:hover::after {
  background-image: url(../images/tel_icon-dark.svg);
}
.cta_box-phone:hover span {
  color: #333;
}

@media screen and (max-width: 599px) {
  .wp-block-columns .wp-block-column.cta-mail {
    margin-top: 2em !important;
  }
}

.cta_box-mail {
  position: relative;
  overflow: hidden;
  max-width: 375px;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  background: #fff;
  font-size: 1.0625rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #333;
}
.cta_box-mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(to right, #000c26 0%, #593114 64.2857%, #50280f 91.2152%, #0a0000 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.8s ease-out, width 0.6s ease-out, height 0.6s ease-out;
  pointer-events: none;
  z-index: 0;
}
.cta_box-mail .swell-block-button__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 57px;
}
.cta_box-mail::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  background-image: url(../images/mail_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 0.25em;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cta_box-mail:hover {
  border: 1px solid #fff;
}
.cta_box-mail:hover::before {
  width: 488px;
  height: 488px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.cta_box-mail:hover::after {
  background-image: url(../images/mail_icon-light.svg);
}
.cta_box-mail:hover span {
  color: #fff;
}

.l-sidebar .c-widget__title.-side {
  display: none;
}
.l-sidebar ul.is-style-index li:before {
  display: none;
}
.l-sidebar .p-toc__link {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  padding: 0.5em;
  border-bottom: 1px solid var(--color_text);
}
.l-sidebar .p-toc__link .toc-ja {
  order: 1;
}
.l-sidebar .p-toc__link .toc-en {
  order: 0;
  font-size: 0.875rem;
}

.cat-label {
  width: 10px;
  display: block;
  height: 10px;
}

.l-sec_news .news_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-sec_news .news_inner {
    flex-direction: column;
  }
}
.l-sec_news .news {
  flex: 0.9;
}
.l-sec_news .news__body {
  padding-right: 35px;
}
.l-sec_news .news__list {
  border-left: 1px solid #ccc;
}
.l-sec_news .news_contents {
  flex: 0 0 auto;
}
.l-sec_news .news__card-link {
  display: block;
  padding: 25px 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.l-sec_news .news__card-link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/cat_chvron.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-sec_news .news__catLink {
  display: flex;
  align-items: center;
  gap: 4px;
}
.l-sec_news .news__meta {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: bold;
}

.cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-form-contact input[type=text],
.p-form-contact input[type=email],
.p-form-contact input[type=tel],
.p-form-contact input[type=url],
.p-form-contact textarea,
.p-form-entry input[type=text],
.p-form-entry input[type=email],
.p-form-entry input[type=tel],
.p-form-entry input[type=url],
.p-form-entry textarea {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.p-form-contact__tr,
.p-form-entry__tr {
  display: flex;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 960px) {
  .p-form-contact__tr,
  .p-form-entry__tr {
    display: block;
  }
}
.p-form-contact__tr a,
.p-form-entry__tr a {
  text-decoration: underline;
}
.p-form-contact__tr .p-form-contact__th,
.p-form-contact__tr .p-form-entry__th,
.p-form-entry__tr .p-form-contact__th,
.p-form-entry__tr .p-form-entry__th {
  flex: 0.4;
}
@media screen and (max-width: 960px) {
  .p-form-contact__tr .p-form-contact__th,
  .p-form-contact__tr .p-form-entry__th,
  .p-form-entry__tr .p-form-contact__th,
  .p-form-entry__tr .p-form-entry__th {
    padding-bottom: 1em;
  }
}
.p-form-contact__tr .p-form-contact__td,
.p-form-contact__tr .p-form-entry__td,
.p-form-entry__tr .p-form-contact__td,
.p-form-entry__tr .p-form-entry__td {
  flex: 1;
}
.p-form-contact__tr .form-wide input,
.p-form-entry__tr .form-wide input {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .p-form-contact__tr .form-wide input,
  .p-form-entry__tr .form-wide input {
    width: auto;
  }
}

.p-form-contact__tr .wpcf7-radio.ve-require {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
}
@media screen and (max-width: 960px) {
  .p-form-contact__tr .wpcf7-radio.ve-require {
    grid-template-columns: 1fr;
  }
}

.p-form-entry__td.--birth {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.c-label-inquiry {
  font-size: 0.875rem;
  border-radius: 3px;
  padding: 0 0.25em;
  margin-left: 0.5em;
  color: #fff;
  background-color: #999999;
}

.c-label-inquiry.--require {
  background-color: #e60000;
}

.p-form-contact__tr.--accept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.p-form-submit {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 1;
  padding-top: 45px;
}
.p-form-submit .wpcf7-submit {
  width: 50%;
  cursor: pointer;
  background: linear-gradient(90deg, #f56964, #ffa400);
  border: none;
  padding: 15px 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .p-form-submit .wpcf7-submit {
    width: 100%;
  }
}
.p-form-submit .wpcf7-previous {
  width: 50%;
  cursor: pointer;
  background: #f7f7f2;
  border: none;
  padding: 15px 0;
  color: var(--main_text);
}
@media screen and (max-width: 599px) {
  .p-form-submit .wpcf7-previous {
    width: 100%;
  }
}
.p-form-submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

.cd-upload-btn {
  border: 1px solid #999;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-top: 1em;
  border-radius: 3px;
  font-size: 0.875rem;
}

.p-form-contact__td input[aria-required=true]:not(:placeholder-shown),
.p-form-contact__td select[aria-required=true]:not(:placeholder-shown),
.p-form-contact__td textarea[aria-required=true]:not(:placeholder-shown),
.p-form-entry__td input[aria-required=true]:not(:placeholder-shown),
.p-form-entry__td select[aria-required=true]:not(:placeholder-shown),
.p-form-entry__td textarea[aria-required=true]:not(:placeholder-shown) {
  background-color: transparent;
}

.p-form-contact__td input[aria-required=true],
.p-form-contact__td select[aria-required=true],
.p-form-contact__td textarea[aria-required=true],
.p-form-entry__td input[aria-required=true],
.p-form-entry__td select[aria-required=true],
.p-form-entry__td textarea[aria-required=true] {
  transition: background-color 0.25s;
  background-color: #e7e7e7;
}

input.wpcf7-form-control.wpcf7-text.applicant-type-confirm {
  position: absolute;
  top: 0;
  left: -50vw;
  /* 画面の左外へ */
}

[data-class=wpcf7cf_group] {
  margin-bottom: 40px !important;
}

.works-cat__tabs {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .works-cat__tabs {
    margin-top: 5em;
  }
}
.works-cat__tabs .works-cat__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.works-cat__tabs .works-cat__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .works-cat__tabs .works-cat__icon img {
    height: 25px;
  }
}
.works-cat__tabs .works-cat__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.works-cat__tabs .works-cat__nav {
  display: flex;
  gap: 10px;
}
.works-cat__tabs .works-cat__nav-item {
  width: 50%;
  border-radius: 6px 6px 0 0;
  background-color: #D0D0D0;
  padding: 0.5em 1.2em;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .works-cat__tabs .works-cat__nav-item {
    padding: 1em 0.25em;
  }
}
.works-cat__tabs .works-cat__content-wrap {
  padding: 1em 0;
}
.works-cat__tabs .works-cat__parent {
  display: none;
}
.works-cat__tabs .works-cat__children {
  display: flex;
  column-gap: 0.625em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-cat__tabs .works-cat__child {
  width: calc(50% - 0.625em);
}
@media screen and (max-width: 960px) {
  .works-cat__tabs .works-cat__child {
    width: 100%;
  }
}
.works-cat__tabs .works-cat__child a {
  position: relative;
  padding: 2em 0.5em 0.5em;
  border-bottom: 1px solid #CCC;
}
.works-cat__tabs .works-cat__child a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/cat_chvron.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.works-cat__tabs .works-cat__child a:hover {
  box-shadow: 1px 1px 2px var(--swl-color_shadow);
}
.works-cat__tabs .works-cat__child a:hover::after {
  transform: translate(5px, -50%);
}
.works-cat__tabs .works-cat__nav-item.active {
  background: linear-gradient(90deg, #f56964, #ffa400);
  color: #fff;
}
.works-cat__tabs .works-cat__parent.active {
  display: block;
  padding-top: 20px;
}
.works-cat__tabs .works-cat__parent.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.recruit__tabs {
  display: flex;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .recruit__tabs {
    flex-direction: column;
  }
}
.recruit__tabs .recruit__tabs-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .recruit__tabs .recruit__tabs-nav {
    flex-direction: row;
    gap: 8px;
  }
}
.recruit__tabs .recruit__tabs-nav-item {
  max-width: 266px;
  width: 100%;
  height: 166px;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .recruit__tabs .recruit__tabs-nav-item {
    font-size: 1rem;
    height: auto;
  }
}
.recruit__tabs .recruit__tabs-nav-item:hover {
  background: #f5f5f5;
}
.recruit__tabs .recruit__tabs-nav-item.is-active {
  color: #fff;
  background: linear-gradient(90deg, #ffa400 0%, #f56964 50%, #ffa400 100%);
}
.recruit__tabs .recruit__tabs-content {
  flex: 1;
}
.recruit__tabs .recruit__tabs-content {
  display: none;
  background-color: #fff;
  flex: 1;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .recruit__tabs .recruit__tabs-content {
    padding: 30px 16px;
  }
}
.recruit__tabs .recruit__tabs-content p {
  padding-bottom: 0.5em;
}
.recruit__tabs .recruit__tabs-content::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #f56964, #ffa400);
}
.recruit__tabs .recruit__tabs-content::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f56964, #ffa400);
}
.recruit__tabs .recruit__tabs-content.is-active {
  display: block;
}

/*# sourceMappingURL=main.css.map */
