@charset "UTF-8";
/* Global（変数・mixin・関数） */
/* font */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* Foundation */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* Global（変数・mixin・関数） */
@font-face {
  font-family: "highlander";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/highlander.woff2") format("woff2"), url("../fonts/highlander.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.496099844vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #0A0A05;
  background-color: #F3F3F3;
}

@media screen and (max-width: 1024px) {
  body.is-non-scroll {
    overflow: hidden;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
  outline: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.5;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

dt {
  font-weight: 700;
}

em {
  font-style: normal;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* ==============================================
   フォームの基本
   ============================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  padding: 0.6875rem 1.375rem;
  width: 100%;
  border-radius: 0.1875rem;
  font-weight: 500;
  font-size: 0.875rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #aaa;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #0A0A05;
}

input.is-error,
select.is-error,
textarea.is-error {
  border: 1px solid red;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap__arw {
  fill: #727171;
  width: 0.8825rem;
  height: 0.50375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
}

select {
  color: #9A9A9A;
  padding: 0.6875rem 1.4375rem;
  padding-right: 2.5625rem;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  width: 100%;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
select.is-selected {
  color: #000;
}
select:focus {
  border-color: #0A0A05;
}

textarea {
  height: 13rem;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 13.75rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.c-checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-checkbox-item__label {
  position: relative;
  font-weight: bold;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}
.c-checkbox-item__label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  width: 0.9375rem;
  aspect-ratio: 1/1;
}

/* Layout */
/* ==============================
   Layout: Header
============================== */
.l-header__outer {
  background-color: #727171;
  color: #fff;
  padding: 1.35625rem 0 clamp(0.98125rem, calc(12.7774647887px + 0.779342723vw), 1.5rem);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1376px;
  width: 95.5555555556%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 90%;
  }
}
.l-header__branding {
  display: flex;
  align-items: center;
  gap: 2.375rem;
}
@media screen and (max-width: 768px) {
  .l-header__branding {
    display: contents;
  }
}
.l-header__branding-logo {
  width: 6.899375rem;
}
.l-header__branding-catch {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-header__branding-catch {
    display: none;
  }
}
.l-header__tel .c-tel-button__icon {
  fill: #fff;
}
.l-header__bottom {
  max-width: 1376px;
  width: 95.5555555556%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.40625rem 0;
}
@media screen and (max-width: 768px) {
  .l-header__bottom {
    width: 90%;
    display: block;
  }
}
.l-header__bottom-heading {
  display: none;
  color: #727171;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-header__bottom-heading {
    display: block;
  }
}
.l-header__bottom-guides {
  display: flex;
  align-items: center;
  gap: 0.96875rem;
}
@media screen and (max-width: 768px) {
  .l-header__bottom-guides {
    justify-content: space-between;
  }
}
.l-header__bottom-title {
  background-color: #F9F6F5;
  color: #727171;
  border: 1px solid #727171;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.6875rem 1.1875rem;
}
.l-header__bottom-nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__bottom-nav {
    gap: 2rem;
  }
}
.l-header__bottom-nav-item {
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .l-header__bottom-nav-item {
    margin: 0 0.96875rem;
  }
}
.l-header__bottom-contact {
  background-color: #727171;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5125rem;
  padding: 0.71875rem 1.875rem;
  border-radius: 0.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-header__bottom-contact {
    display: none;
  }
}
.l-header__bottom-contact-icon {
  fill: #fff;
  width: 1.1875rem;
  height: 0.9375rem;
}
/* ========================================
   Layout: Footer
======================================== */
@media screen and (max-width: 768px) {
  .l-footer {
    display: flex;
    flex-flow: column;
  }
}
.l-footer__band {
  background-color: #727171;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  color: #fff;
  height: 12.3125rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .l-footer__band {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__access {
    order: 3;
  }
}
.l-footer__access-inner {
  display: flex;
  align-items: center;
  gap: 7.5625rem;
  padding: 5.03125rem 0 3.7875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__access-inner {
    display: block;
    padding: 0;
  }
}
.l-footer__access-info {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__access-info {
    margin-bottom: 1.73125rem;
  }
}
.l-footer__access-company {
  margin-bottom: 1.03125rem;
}
.l-footer__access-company-name {
  font-size: 1.75rem;
  margin-bottom: 0.675rem;
}
.l-footer__access-license {
  font-size: 0.8125rem;
}
.l-footer__access-contact-list {
  display: flex;
  gap: 0.8125rem;
  margin-bottom: 0.71875rem;
}
.l-footer__access-contact-link {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.l-footer__access-contact-icon {
  fill: currentColor;
}
.l-footer__access-contact-tel {
  width: 0.875rem;
  height: 1.125rem;
  margin-right: 0.2625rem;
}
.l-footer__access-contact-mail {
  width: 1.173125rem;
  height: 0.88rem;
  margin-right: 0.5125rem;
}
.l-footer__access-contact-num {
  font-size: 1.1875rem;
}
.l-footer__access-address {
  line-height: 1.9375;
  margin-bottom: 1.73125rem;
}
.l-footer__access-policy-list {
  display: flex;
  gap: 1rem;
}
.l-footer__access-map {
  flex: 0 0 39.375rem;
  aspect-ratio: 630/349;
}
@media screen and (max-width: 768px) {
  .l-footer__access-map {
    aspect-ratio: 588/305;
  }
}
.l-footer__access-map iframe {
  width: 100%;
  height: 100%;
}
.l-footer__company {
  display: flex;
  align-items: center;
  gap: clamp(4.5rem, calc(69.676056338px + 0.6197183099vw), 4.9125rem);
  padding: clamp(2.25rem, calc(31.4225352113px + 1.220657277vw), 3.0625rem) 0;
  border-top: 1px solid #DCE2E5;
  border-bottom: 1px solid #DCE2E5;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    flex-flow: column;
    align-items: flex-start;
    border: none;
    order: 4;
  }
}
.l-footer__company-logo {
  width: 11.4375rem;
}
.l-footer__company-links {
  display: flex;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 769px) {
  .l-footer__company-links {
    column-gap: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__company-links {
    justify-content: space-between;
    margin-bottom: 2.5625rem;
    flex-wrap: wrap;
    row-gap: 1.0625rem;
  }
}
.l-footer__company-item {
  flex: 0 0 11.375rem;
  border: 1px solid #0A0A05;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__company-item {
    flex-basis: 48%;
  }
}
.l-footer__company-link {
  color: #0A0A05;
  padding: 0.875rem 0.5rem;
  display: block;
  transition: ease-in 0.22s;
}
.l-footer__company-link:hover {
  opacity: 1;
  background-color: #0A0A05;
  color: #fff;
}
.l-footer__company-copy {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__company-copy {
    flex-flow: column;
    align-items: flex-start;
  }
}
.l-footer__company-copyright {
  font-size: 1.125rem;
}
.l-footer__company-note {
  font-size: 1rem;
}
.l-footer__ctas {
  padding: 3.1875rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__ctas {
    order: 2;
    padding: 3.1875rem 0 3.625rem;
  }
}
.l-footer__ctas-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 31%);
}
@media screen and (max-width: 768px) {
  .l-footer__ctas-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
/* ===============================
   Layout: Container
   l-container
=============================== */
.l-container {
  width: 70rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .l-container.--narrow {
    width: 62.5rem;
  }
}
.l-container.--wide {
  max-width: 78.75rem;
  width: 90%;
}
.l-container.--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-container.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

/* Object（component + project + utility 全部入り） */
/* ===============================
  Object Layer Index
=============================== */
/* Component（indexごと forward） */
.c-tel-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: bold;
  font-size: 1.1875rem;
}
.c-tel-button__icon {
  width: 0.875rem;
  height: 1.1375rem;
}
.c-slide-arrow {
  width: 4rem;
}
.c-slide-arrow:hover svg {
  fill: rgb(43, 43, 21.5);
}
.c-slide-arrow svg {
  fill: #0A0A05;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.18s;
}

.c-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #727171;
  color: #fff;
  width: clamp(10.625rem, calc(70.3521126761px + 26.5727699531vw), 28.3125rem);
  max-width: 100%;
  border-radius: 0.625rem;
  height: clamp(2.375rem, calc(16.8732394366px + 5.6338028169vw), 6.125rem);
  font-size: 1.25rem;
  font-weight: bold;
  gap: 1.0625rem;
  transition: ease-in-out 0.22s;
}
@media screen and (max-width: 768px) {
  .c-search-button {
    text-align: center;
  }
}
.c-search-button__icon {
  stroke: currentColor;
  width: 1.25rem;
  height: 1.46875rem;
}
@media screen and (max-width: 768px) {
  .c-search-button__icon {
    display: none;
  }
}
.c-search-button:hover {
  background-color: rgb(91.2, 90.4, 90.4);
}

.c-text-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.c-text-icon-link__label {
  /* テキスト部分 */
}
.c-text-icon-link__icon {
  fill: #727171;
  width: 1.5625rem;
  aspect-ratio: 1/1;
  transition: ease-in 0.22s;
}
.c-text-icon-link:hover {
  opacity: 1;
}
.c-text-icon-link:hover .c-text-icon-link__label {
  opacity: 0.8;
}
.c-text-icon-link:hover .c-text-icon-link__icon {
  fill: rgb(91.2, 90.4, 90.4);
}

.c-btn-wrap {
  display: flex;
  justify-content: center;
}

.c-btn-normal {
  background-color: #727171;
  padding: 0 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  transition: ease 0.22s;
  min-height: 6.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn-normal:hover {
  background-color: rgb(91.2, 90.4, 90.4);
  opacity: 1;
}

/* ==============================
   Component: Pagination
============================== */
.c-pagination__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem;
}
.c-pagination__arrow-link {
  position: relative;
  display: block;
}
.c-pagination__arrow-link::after {
  width: 0.625rem;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 50%;
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  translate: 0 -50%;
}
.c-pagination__prev::after {
  right: 0;
  rotate: 135deg;
}
.c-pagination__next::after {
  left: 0;
  rotate: -45deg;
}
.c-pagination__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.c-pagination__number a,
.c-pagination__number span {
  width: 2.5rem;
  font-size: 0.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #727171;
  color: #727171;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.c-pagination__number.is-current a,
.c-pagination__number.is-current span {
  background-color: #727171;
  color: #fff;
}
/* Project - CMS Block */
/* ===============================
   CMS Block: News List
   p-cms-news
================================ */
.p-cms-news {
  position: relative;
}
.p-cms-news__title {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: clamp(1.375rem, calc(13.9014084507px + 2.1596244131vw), 2.8125rem);
}
.p-cms-news__title-inner {
  border-bottom: 2px solid #0A0A05;
  padding-bottom: 0.3125rem;
}
.p-cms-news__list {
  margin-bottom: clamp(1.25rem, calc(12.9577464789px + 1.8779342723vw), 2.5rem);
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.25%;
  row-gap: clamp(1.25rem, calc(12.9577464789px + 1.8779342723vw), 2.5rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list {
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    column-gap: 0;
  }
}
.p-cms-news__list--slide {
  display: block;
}
.p-cms-news__list--slide .p-cms-news__item {
  width: clamp(10rem, calc(11.4285714286px + 19.3452380952vw), 18.125rem);
  margin: 0 clamp(0.9375rem, calc(7px + 1.0416666667vw), 1.375rem);
}
@media screen and (max-width: 768px) {
  .p-cms-news__list--slide .p-cms-news__item {
    width: clamp(12.5rem, calc(-14.2857142857px + 66.9642857143vw), 31.25rem);
    margin: 0 5.5vw;
  }
}
.p-cms-news__thumb {
  margin-bottom: 0.625rem;
}
.p-cms-news__date {
  font-size: 0.8em;
  margin-bottom: 0.25rem;
}
.p-cms-news__heading {
  font-size: clamp(0.625rem, calc(3.1236959762px + 0.8941877794vw), 1rem);
  margin-bottom: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cms-news__heading {
    font-size: clamp(0.875rem, calc(12.5915492958px + 0.3755868545vw), 1.125rem);
  }
}
.p-cms-news__arrow {
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 31%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727171;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow {
    width: 5.2083333333vw;
  }
}
.p-cms-news__arrow:hover {
  color: #0A0A05;
}
.p-cms-news__arrow--prev {
  left: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--prev {
    left: 9.8%;
  }
}
.p-cms-news__arrow--next {
  right: -7%;
}
@media screen and (max-width: 768px) {
  .p-cms-news__arrow--next {
    right: 9.8%;
  }
}
.p-cms-news__arrow-icon {
  width: 100%;
  height: 100%;
  fill: #727171;
}
.p-cms-news__btm {
  display: flex;
  justify-content: center;
  font-size: clamp(0.625rem, calc(9.2957746479px + 0.1877934272vw), 0.75rem);
}
.p-cms-news__btm-line {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-cms-news--sp-one-colmn .p-cms-news__heading {
    font-size: 0.75rem;
  }
  .p-cms-news--sp-one-colmn .c-tag {
    padding: 0.25rem 0.4375rem;
    font-size: 0.625rem;
  }
}

/* Project - Common UI */
/* @forward "project/hero";
@forward "project/feature-cards";
@forward "project/intro"; */
/* Project - Page */
/* =====================================
   Project: Search Box
   p-search-box
===================================== */
.p-search-box {
  /* 全体 */
  background-color: #F9F6F5;
  border-radius: 0.625rem;
  padding: 2.3125rem 2.5625rem 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-search-box {
    padding: 2.5625rem 1.6875rem 3.25rem;
  }
}
.p-search-box__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-search-box__inner {
    display: block;
  }
}
.p-search-box__parts {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .p-search-box__parts {
    margin-bottom: 1.5rem;
  }
}
.p-search-box__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-search-box__cols {
    flex-flow: column;
    gap: 2.375rem;
  }
}
.p-search-box__field {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-search-box__field {
    flex-flow: column;
    align-items: flex-start;
  }
}
.p-search-box__label {
  font-size: 0.875rem;
  font-weight: bold;
  flex: 0 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-search-box__label {
    flex-basis: auto;
    margin-bottom: 1rem;
    text-decoration: underline;
  }
}
.p-search-box__keyword {
  /* キーワード入力ブロック */
}
.p-search-box__keyword-label {
  /* キーワード ラベル */
}
.p-search-box__keyword-input {
  /* キーワード input */
}
.p-search-box__search {
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .p-search-box__search {
    margin-left: 4.125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-search-box__search {
    margin-inline: auto;
  }
}

/* ==============================
   Project: Top Head Section
============================== */
.p-top-head {
  padding: clamp(0rem, calc(-35.2112676056px + 9.3896713615vw), 6.25rem) 0 clamp(3.4375rem, calc(42.323943662px + 3.3802816901vw), 5.6875rem);
  background-color: #fff;
  /* ------------------------
     メッセージエリア
  ------------------------ */
  /* ------------------------
     ニュースエリア
  ------------------------ */
}
.p-top-head__message {
  text-align: center;
  position: relative;
  padding: 5.125rem 0;
  margin-bottom: clamp(0rem, calc(-5.985915493px + 1.5962441315vw), 1.0625rem);
}
@media screen and (max-width: 768px) {
  .p-top-head__message {
    padding: 5.75rem 0;
  }
}
.p-top-head__message > .p-top-head__lead-en {
  font-family: "highlander", sans-serif;
  color: #E2E2D7;
  font-size: 5.9375rem;
  line-height: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-head__message > .p-top-head__lead-en {
    line-height: 1;
  }
}
.p-top-head__message > .p-top-head__lead-ja {
  font-size: 1.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-head__message > .p-top-head__lead-ja {
    font-size: 2.0625rem;
  }
}
.p-top-head__news {
  border: 1px solid #FF0000;
  color: #FF0000;
  background-color: #FFEFEF;
  border-radius: 0.4375rem;
  display: flex;
  align-items: center;
  padding: clamp(0.9375rem, calc(12.8873239437px + 0.5633802817vw), 1.3125rem) clamp(1.1875rem, calc(12.3098591549px + 1.7840375587vw), 2.375rem);
  gap: 3.5625rem;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__news {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.p-top-head__news-title {
  font-size: 1rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-head__news-title {
    margin-bottom: 0.4375rem;
  }
}
.p-top-head__news-list {
  flex: 1 1 auto;
}
.p-top-head__news-item {
  font-size: 1rem;
  font-weight: bold;
}
.p-top-head__news-item:not(:last-of-type) {
  margin-bottom: 0.5625rem;
}
.p-top-head__news-link {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
.p-top-head__news-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-head__slide {
  margin-bottom: clamp(3rem, calc(19.8309859155px + 7.5117370892vw), 8rem);
}
@media screen and (max-width: 768px) {
  .p-top-head__slide {
    width: 95%;
    margin-inline: auto;
  }
}
.p-top-head__slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-top-head__slide-arrow--prev {
  left: -2.0625rem;
}
.p-top-head__slide-arrow--next {
  right: -2.0625rem;
}
.p-top-head__slide-item {
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-top-head__new-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, calc(34.3661971831px + 1.5023474178vw), 3.5rem);
}
@media screen and (max-width: 768px) {
  .p-top-head__new-job {
    display: block;
  }
}
.p-top-head__new-job-title {
  flex: 0 0 auto;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
  background-color: #727171;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.78125rem;
}
.p-top-head__new-job-list {
  width: 84%;
  padding: 0 1.5625rem;
  margin-left: 1.15625rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__new-job-list {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-top-head__new-job-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.8125rem;
  font-size: 0;
}
.p-top-head__new-job-list .slick-dots li {
  width: 0.8125rem;
  aspect-ratio: 1/1;
  background-color: #E8E8E8;
  border-radius: 50%;
}
.p-top-head__new-job-list .slick-dots li.slick-active {
  background-color: #0A0A05;
}
.p-top-head__new-job-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-head__new-job-arrow svg {
  width: 0.5rem;
  height: 0.82rem;
}
.p-top-head__new-job-arrow--prev {
  left: 0;
}
.p-top-head__new-job-arrow--next {
  right: 0;
}
.p-top-head__new-job-link {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__new-job-link {
    flex-flow: column;
    padding: 1.84375rem 2.4375rem;
  }
}
.p-top-head__new-job-count {
  flex: 0 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__new-job-count {
    display: none;
  }
}
.p-top-head__new-job-count-slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 140%;
  background-color: #0A0A05;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top-head__new-job-count-total {
  padding-left: 0.9375rem;
}
.p-top-head__search {
  margin-bottom: 3.5rem;
}
.p-top-head__jobs {
  margin-bottom: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__jobs {
    margin-bottom: 3.5875rem;
  }
}
.p-top-head__jobs-list {
  /* 求人リスト（article の親） */
}
.p-top-head__jobs-list .slick-list {
  padding-block: 0.625rem !important;
}
.p-top-head__jobs-item {
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  width: 22rem;
  margin: 0 0.96875rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__jobs-item {
    width: 28.625rem;
    margin: 0 2.53125rem;
  }
}
.p-top-head__jobs-linkbox {
  display: block;
  padding: 1rem 2rem;
  height: 13.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__jobs-linkbox {
    height: 12.1875rem;
  }
}
.p-top-head__jobs-arrow {
  width: 2.3125rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.p-top-head__jobs-arrow--prev {
  left: -4.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__jobs-arrow--prev {
    left: 0;
  }
}
.p-top-head__jobs-arrow--next {
  right: -4.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-head__jobs-arrow--next {
    right: 0;
  }
}
.p-top-head__jobs-status {
  color: #727171;
  font-weight: bold;
  font-size: 0.875rem;
}
.p-top-head__jobs-meta {
  /* 職種 / 場所 のサブ情報 */
}
.p-top-head__jobs-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.5625rem;
}
.p-top-head__jobs-salary {
  margin-bottom: 0.375rem;
}
.p-top-head__jobs-tags {
  display: flex;
  gap: 0.9375rem;
}
.p-top-head__jobs-tag {
  font-size: 0.875rem;
  color: #B4B4B4;
}
.p-top-head__jobs-link {
  display: flex;
  justify-content: center;
  margin-top: 1.9375rem;
}
.p-top-head__links {
  display: grid;
  grid-template-columns: repeat(2, 47.7%);
  justify-content: space-between;
  row-gap: clamp(2.0625rem, calc(29.8309859155px + 0.8450704225vw), 2.625rem);
}
@media screen and (max-width: 768px) {
  .p-top-head__links {
    grid-template-columns: 1fr;
  }
}
.p-top-head__links-item {
  border: 1px solid #707070;
}
.p-top-head__links-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 12.3125rem;
}
.p-top-head__links-label {
  font-size: 1.25rem;
  font-weight: bold;
}

/* ==============================
   p-top-news
============================== */
.p-top-news {
  padding: clamp(4.125rem, calc(44.5211267606px + 5.7276995305vw), 7.9375rem) 0 clamp(0rem, calc(-23.9436619718px + 6.3849765258vw), 4.25rem);
}
.p-top-news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
.p-top-news__title {
  font-size: 2rem;
}
.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  gap: 1.25%;
  margin-bottom: clamp(2.1625rem, calc(15.4450704225px + 5.1079812207vw), 5.5625rem);
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__item {
    border-bottom: 1px solid #D8D8D8;
  }
  .p-top-news__item:first-of-type {
    border-top: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    display: flex;
    align-items: center;
    padding: 1.5625rem 0;
  }
}
.p-top-news__thumb {
  margin-bottom: 0.8125rem;
  aspect-ratio: 263/198;
}
@media screen and (max-width: 768px) {
  .p-top-news__thumb {
    display: none;
  }
}
.p-top-news__date {
  font-size: 0.875rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    flex: 0 0 auto;
    margin-block-end: 0;
    margin-right: 3.1875rem;
  }
}
.p-top-news__heading {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.p-top-news__btm {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 25rem);
  gap: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__btm {
    display: none;
  }
}

/* Utility */
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.u-text-eng {
  text-transform: lowercase;
}
.u-text-eng::first-letter {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 700;
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #0A0A05;
    padding-bottom: 0.0625rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  object-position: 50% 0;
}
.u-bg-cover__bg.--pos-bottom {
  object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}
.u-flex-sb.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

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

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-marker {
  background: linear-gradient(transparent 72%, rgba(255, 0, 89, 0.2) 0%);
  display: inline-block;
}

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

.u-text-underline {
  text-decoration: underline;
}

.--size-l {
  font-size: 1.42em;
}

.--size-sm {
  font-size: 0.8em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-bg {
  letter-spacing: -0.005em;
  display: contents;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F797C1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8125rem;
}
@media screen and (max-width: 768px) {
  .u-text-over-cricle::after {
    width: 0.4375rem;
    top: -0.5rem;
  }
}

.u-no-link {
  pointer-events: none;
}/*# sourceMappingURL=ie-staff2026.css.map */